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

2011-07-25 Thread Felipe Pena
felipe Mon, 25 Jul 2011 11:30:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313662 Log: - Added new macro to be used in the end of zend_function_entry declaration (Gwynne) Changed paths: U php/php-src/branches/PHP_5_3/Zend/zend_API.h

[PHP-CVS] svn: /php/php-src/trunk/ext/interbase/tests/ 003.phpt

2011-07-25 Thread Popa Adrian Marius
mariuz Mon, 25 Jul 2011 11:41:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313664 Log: fix ident Changed paths: U php/php-src/trunk/ext/interbase/tests/003.phpt Modified: php/php-src/trunk/ext/interbase/tests/003.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/zend_builtin_functions.c branches/PHP_5_4/Zend/zend_builtin_functions.c trunk/Zend/zend_builtin_functions.c

2011-07-25 Thread Felipe Pena
felipe Mon, 25 Jul 2011 11:50:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313666 Log: - Use ZEND_FE_END macro here Changed paths: U php/php-src/branches/PHP_5_3/Zend/zend_builtin_functions.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_builtin_functions.c trunk/Zend/zend_builtin_functions.c

2011-07-25 Thread Felipe Pena
felipe Mon, 25 Jul 2011 11:51:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313667 Log: - Fix compiler warning Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/interbase/tests/ 003.phpt

2011-07-25 Thread Popa Adrian Marius
mariuz Mon, 25 Jul 2011 13:04:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313669 Log: Replace FIELD with CONSTANT (that is the alias returned in Firebird stable 2.5.x ) Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/mysqli/tests/connect.inc branches/PHP_5_4/ext/mysqli/tests/mysqli_fetch_object.phpt branches/PHP_5_4/ext/mysqli/tests/mysqli_fetch_object_oo.phpt trun

2011-07-25 Thread Ulf Wendel
uw Mon, 25 Jul 2011 14:53:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313673 Log: Test update. 5.4+ throws a catchable fatal error, 5.3 does not. Changed paths: U php/php-src/branches/PHP_5_4/ext/mysqli/tests/connect.inc U

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

2011-07-25 Thread Ulf Wendel
uw Mon, 25 Jul 2011 15:07:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313674 Log: Test update. 5.4+ is more verbose. Changed paths: U php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_class_mysqli_result_reflection.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/php_cli_server.c trunk/sapi/cli/php_cli_server.c

2011-07-25 Thread Florian Anderiasch
fa Mon, 25 Jul 2011 16:45:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313677 Log: Fix #55121 Segfault with multipart/form-data POST Bug: https://bugs.php.net/55121 (Assigned) Segfault with multipart/form-data POST / 404 request

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/UPGRADING.INTERNALS branches/PHP_5_4/main/fopen_wrappers.c branches/PHP_5_4/main/fopen_wrappers.h trunk/UPGRADING.INTERNALS trunk/main/fopen_wrappers.c tr

2011-07-25 Thread Pierre Joye
pajoye Mon, 25 Jul 2011 16:50:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313678 Log: - add expand_filepath_with_mode (not used anywhere yet but will be used for file ops (fopenco) to avoid extra links resolution and other non required

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

2011-07-25 Thread Christopher Jones
sixd Mon, 25 Jul 2011 17:22:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313679 Log: Update skipif Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/tests/xmltype_02.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/oci8/package.xml trunk/ext/oci8/package.xml

2011-07-25 Thread Christopher Jones
sixd Mon, 25 Jul 2011 17:25:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313680 Log: Remove old testname. This file now diverges from PHP_5_3 Changed paths: U php/php-src/branches/PHP_5_4/ext/oci8/package.xml U

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

2011-07-25 Thread Christopher Jones
sixd Mon, 25 Jul 2011 17:30:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313681 Log: Patch r313663 and r313665 to allow PECL builds to work with earlier releases Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/oci8.c U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/phar/ phar_object.c

2011-07-25 Thread Felipe Pena
felipe Mon, 25 Jul 2011 21:39:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313687 Log: - Revert accidental change Changed paths: U php/php-src/branches/PHP_5_3/ext/phar/phar_object.c Modified:

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

2011-07-25 Thread Christopher Jones
sixd Mon, 25 Jul 2011 23:40:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313688 Log: Fix cast warning seen on some platforms Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/oci8.c U

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-07-25 Thread Pierre Joye
pajoye Mon, 25 Jul 2011 11:04:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313659 Log: - system's karma for Tyrael, so he can store/alter cfgco Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail