uw Tue, 25 Jan 2011 12:51:29 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307730
Log:
Always bail about deprecation, make warning visible. It is documented to be
deprecated in the 5.3 manual but the deprecation warning was tied to
trace_
andrey Fri, 14 Jan 2011 20:02:49 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307492
Log:
merge from branch
Changed paths:
U php/php-src/trunk/ext/mysql/php_mysql.c
Modified: php/php-src/trunk/ext/mysql/php_mysql.c
andrey Tue, 17 Aug 2010 17:40:31 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302395
Log:
Use PHP_DEP_FE - good for reflection
Changed paths:
U php/php-src/trunk/ext/mysql/php_mysql.c
U php/php-src/trunk/ext/mysql/tests/mysql_db_n
andrey Tue, 17 Aug 2010 15:37:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302392
Log:
Deprecate mysql_list_dbs, as mysql_list_tables is already deprecated.
As well as mysql_list
Changed paths:
U php/php-src/trunk/ext/mysql/php_mysql
andrey Tue, 18 May 2010 16:35:17 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299457
Log:
And I thought I fixed that...
Part of the previous changeset - remove duplicated code/
The ifdefs were for debug purposes.
Changed paths:
U php/ph
andrey Fri, 18 Sep 2009 10:46:51 +
Revision: http://svn.php.net/viewvc?view=revision&revision=288436
Log:
Fix for bug#48754 mysql_close() crash php when no handle specified
Bug: http://bugs.php.net/48754 (Verified) mysql_close() crash php when no
handle spe
iliaaTue, 28 Jul 2009 12:26:16 +
Revision: http://svn.php.net/viewvc?view=revision&revision=286451
Log:
Fixed compiler warning
Changed paths:
U php/php-src/trunk/ext/mysql/php_mysql.c
Modified: php/php-src/trunk/ext/mysql/php_mysql.c
===