[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/date/php_date.c branches/PHP_5_3/ext/date/php_date.c trunk/ext/date/php_date.c

2009-09-25 Thread Rasmus Lerdorf
rasmus Sat, 26 Sep 2009 00:53:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=288834 Log: Refix bug #49558 as per bug #49676 Bugs: http://bugs.php.net/49558 (Closed) Sunrise Problems around 91 degree zenith http://bugs.php.net/49676 (C

[PHP-CVS] svn: /SVNROOT/ global_avail

2009-09-25 Thread Philip Olson
philip Fri, 25 Sep 2009 19:37:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=288818 Log: - phpdoc karma for Rich Bowen (rbowen) Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail =

[PHP-CVS] svn: /SVNROOT/ global_avail

2009-09-25 Thread Philip Olson
philip Fri, 25 Sep 2009 19:24:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=288815 Log: - phpdoc karma for Alan Collison (ajcollison) Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ==

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array_large.phpt trunk/ext/mysqli/tests/mysqli_fetch_array_large.phpt

2009-09-25 Thread Ulf Wendel
uw Fri, 25 Sep 2009 13:21:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=288793 Log: Trying to respect time limit to please Andrey who must be using slooow hardware... Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/test

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/mysqli/ mysqli_api.c

2009-09-25 Thread Andrey Hristov
andrey Fri, 25 Sep 2009 12:35:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=288789 Log: Fix returned value, if mysql_stmt_attr_set fails then mysqli returns true, otherwise false. Wrong logic. Changed paths: U php/php-src/branches/PHP

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli_api.c branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_attr_set.phpt trunk/ext/mysqli/mysqli_api.c trunk/ext/mysqli/tests/mysqli_stmt_attr_

2009-09-25 Thread Andrey Hristov
andrey Fri, 25 Sep 2009 12:25:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=288784 Log: Fix mysqli_stmt_attr_set in libmysql mode. mysql_stmt_attr_set returns my_bool instead of int. If it was int, then 0 is success and !0 is failure, but fo

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli_nonapi.c trunk/ext/mysqli/mysqli_nonapi.c

2009-09-25 Thread Andrey Hristov
andrey Fri, 25 Sep 2009 11:38:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=288749 Log: Fix a crash in the rare case when a persistent connection is found dead, after CHNG_USER. mysql->mysql will be NULL and segfault will follow. Changed pa

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array_large.phpt trunk/ext/mysqli/tests/mysqli_fetch_array_large.phpt

2009-09-25 Thread Ulf Wendel
uw Fri, 25 Sep 2009 10:56:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=288747 Log: Large package to check how compression handles package queues. Changed paths: A php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array_

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli_api.c trunk/ext/mysqli/mysqli_api.c

2009-09-25 Thread Andrey Hristov
andrey Fri, 25 Sep 2009 10:55:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=288746 Log: Remove unused variable Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/mysqli_api.c U php/php-src/trunk/ext/mysqli/mysqli_api.c Mo

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/connect.inc branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_errno.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_oo_warnings.phpt

2009-09-25 Thread Ulf Wendel
uw Fri, 25 Sep 2009 10:54:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=288745 Log: Replacing MYSQL_TEST_COMPRESS env var with more generic MYSQL_TEST_CONNECT_FLAGS to be able to test all connection flags. Fixing some test. Changed pa

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli_api.c trunk/ext/mysqli/mysqli_api.c

2009-09-25 Thread Andrey Hristov
andrey Fri, 25 Sep 2009 10:52:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=288743 Log: Fix error code checking for mysql_stmt_attr_set. There is a test that checks this. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/mysqli

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd.c trunk/ext/mysqlnd/mysqlnd.c

2009-09-25 Thread Andrey Hristov
andrey Fri, 25 Sep 2009 10:37:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=288741 Log: Fix possible crash when conn is NULL Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/mysqlnd/mys

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ configure.in

2009-09-25 Thread Antony Dovgal
tony2001 Fri, 25 Sep 2009 07:10:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=288722 Log: MFH: save LDFLAGS in EXTRA_LDFLAGS before unsetting this patch makes sure that LDFLAGS are taken into account when configuring the build Changed paths: