]> granicus.if.org Git - php/commit
1) New constants:
authorGeorg Richter <georg@php.net>
Wed, 10 Jul 2002 13:16:24 +0000 (13:16 +0000)
committerGeorg Richter <georg@php.net>
Wed, 10 Jul 2002 13:16:24 +0000 (13:16 +0000)
commit05007b0cbb4a86543965820f7f3d50039decf1a5
treee3faa2453705917178caafbd769a00d9ab1118aa
parentb627e6e41333afcbf1dfcbfdc6348250847b83bd
1) New constants:
MYSQL_CLIENT_SSL for ssl connections
MYSQL_CLIENT_COMPRESS for compressed protocol
MYSQL_CLIENT_IGNORE_SPACES for spaces after function names
MYSQL_CLIENT_INTERACTIVE for closing connections after timeout_interactive seconds

2) Optional parameter client_flags for mysql_connect and mysql_pconnect
For parameter desctiption see 1.
This also should fix bug #13589

3) New internal function _rollback_mysql_transactions, which is called via
PHP_RSHUTDOWN_FUNCTION
This fixes bug #12513
ext/mysql/php_mysql.c