[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_4/NEWS trunk/NEWS

2011-09-16 Thread Xinchen Hui
laruence Sat, 17 Sep 2011 03:23:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=316897 Log: Update NEWS Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_4/NEWS U php/php-src/trunk/NEWS Modified:

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

2011-09-16 Thread Xinchen Hui
laruence Sat, 17 Sep 2011 03:12:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=316895 Log: Fix Bug #55703(PHP crash when calling mysqli_fetch_fields) Since the catalog values always is "def" now, see http://dev.mysql.com/doc/refman/5.0/en/c-ap

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/tests/bug55705.phpt branches/PHP_5_4/Zend/zend_execute.c trunk/Zend/tests/bug55705.phpt trunk/Zend/zend_execute.c

2011-09-16 Thread Felipe Pena
felipe Sat, 17 Sep 2011 00:16:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=316887 Log: - Fixed bug #55705 (Omitting a callable typehinted argument causes a segfault) patch by: laruence@php Bug: https://bugs.php.net/55705 (Assigned) Omitt

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/NEWS PHP_5_4/NEWS

2011-09-16 Thread Felipe Pena
felipe Sat, 17 Sep 2011 00:05:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=316886 Log: - Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc) Bug: https://bugs.php.net/55707 (Open) undefined reference to `__

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

2011-09-16 Thread Felipe Pena
felipe Sat, 17 Sep 2011 00:01:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=316885 Log: - Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4) Bug: https://bugs.php.net/55231 (Closed) Unsatisfied symbols __sync_fetch_and_add_4

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/tests/pecl_bug16035.phpt branches/PHP_5_4/ext/oci8/tests/pecl_bug16035.phpt trunk/ext/oci8/tests/pecl_bug16035.phpt

2011-09-16 Thread Christopher Jones
sixd Fri, 16 Sep 2011 19:56:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=316864 Log: Test portability fix Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/tests/pecl_bug16035.phpt U php/php-src/branches/PHP_5_4/ext/oci8

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-09-16 Thread Hannes Magnusson
bjoriFri, 16 Sep 2011 19:21:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=316863 Log: [21:01] <@cjorcl> If I could give you karma on server-tests*.php I would do it right now [21:02] < conf_> cjorcl: don't, i have done nothing [21:02] <

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

2011-09-16 Thread Pierrick Charron
Hi Dmitry, This patch is causing problem on my linux box /pierrick/php-src/branches/PHP_5_4/TSRM -I/home/pierrick/php-src/branches/PHP_5_4/Zend -D_REENTRANT -I/usr/include -g -fvisibility=hidden -pthread -O0 -Wall -DZTS -DZEND_SIGNALS -c /home/pierrick/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/tests/bug55509.phpt branches/PHP_5_4/Zend/tests/bug55509.phpt trunk/Zend/tests/bug55509.phpt

2011-09-16 Thread Pierrick Charron
pierrick Fri, 16 Sep 2011 18:29:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=316862 Log: Fixed test bug #55713 (Christopher Jones) Bug: https://bugs.php.net/55713 (Open) Test masks patch for bug55509.phpt Changed paths: U php/ph

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2011-09-16 Thread Hannes Magnusson
bjoriFri, 16 Sep 2011 07:43:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=316847 Log: bfn Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ==

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_operators.h trunk/Zend/zend_operators.h

2011-09-16 Thread Dmitry Stogov
dmitry Fri, 16 Sep 2011 07:59:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=316848 Log: Fixed bug #55644 (Math ops tests fail, diff min int value) Bug: https://bugs.php.net/55644 (Assigned) Math ops tests fail, diff min int value Ch