mod_log_sql-1.101-rs-1.patch |
- fixes probs with pauseless reconnects
- no more string assignments (except in declarations)
- do_merge_array as a procedure (was on TODO list from author)
- no "else" after "if(...){return;}"
|
mod_log_sql-1.101-rs-2.patch |
- some cleanups in mod_log_sql_transaction()
- some cleanups in log_sql_mysql_escape()
- some cleanups in log_sql_mysql_create()
|
mod_log_sql-1.101-rs-3.patch |
- replace mysql_real_escape with a pretty dumb alternative, which in my mind is absolutely sufficient (mysql_real_escape respects charsets, which doesn't make sense regarding to the symbols of an url. If you think I am wrong, please tell me :-)
|
mod_log_sql-1.101-rs-4.patch |
- fixes string comparisons with ==
- allocate memory for cls->notes_table_* et al
|
mod_log_sql-1.101-rs-5.patch |
- makes LogSQLTransferLogTable assignable via notes in the request_rec, so its easy to patch mass-virtualhosting-via-db modules to enable them working with mod_log_sql
|