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

2010-07-13 Thread Andrey Hristov
andrey Tue, 13 Jul 2010 13:02:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301234 Log: Give an error when USE_RESULT is used with fetch_all Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c U

[PHP-CVS] svn: /php/php-src/branches/LEMON/Zend/ zend_language_parser.y zend_language_scanner.c zend_language_scanner.l zend_language_scanner_defs.h

2010-07-13 Thread Felipe Pena
felipe Tue, 13 Jul 2010 15:30:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301238 Log: - Added missing tokens on ST_VAR_OFFSET state Changed paths: U php/php-src/branches/LEMON/Zend/zend_language_parser.y U

[PHP-CVS] svn: /php/php-src/branches/LEMON/Zend/ Makefile.am zend_language_scanner.c zend_language_scanner_defs.h

2010-07-13 Thread Felipe Pena
felipe Tue, 13 Jul 2010 15:50:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301240 Log: - Added --no-generation-date re2c flag to do not change the .h files always when changing the .l file Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/LEMON/win32/build/ Makefile

2010-07-13 Thread Kalle Sommer Nielsen
kalleTue, 13 Jul 2010 16:24:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301241 Log: Commit Felipe's change to the re2c flags to the Windows makefile aswell Changed paths: U php/php-src/branches/LEMON/win32/build/Makefile

[PHP-CVS] svn: /php/php-src/trunk/scripts/ Makefile.frag

2010-07-13 Thread Kalle Sommer Nielsen
kalleTue, 13 Jul 2010 17:21:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301242 Log: Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch by Seanius at debian dot org Bug: http://bugs.php.net/52037 (Assigned)

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS scripts/Makefile.frag

2010-07-13 Thread Kalle Sommer Nielsen
kalleTue, 13 Jul 2010 17:24:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301243 Log: MFT: Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch by Seanius at debian dot org # Sorry for the non sparse commit, due to a

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS scripts/Makefile.frag

2010-07-13 Thread Kalle Sommer Nielsen
kalleTue, 13 Jul 2010 17:24:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301244 Log: MFT: Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch by Seanius at debian dot org # Sorry for the non sparse commit, due to a

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/standard/ php_var.h tests/general_functions/var_export_error2.phpt tests/general_functions/var_export_error3.phpt var.c

2010-07-13 Thread Pierre Joye
pajoye Tue, 13 Jul 2010 18:53:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301245 Log: - MFH: Fix a bug when var_export() causes a fatal error that could inadvertently display data due to flushing of the output buffer. Changed paths:

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

2010-07-13 Thread Pierre Joye
pajoye Tue, 13 Jul 2010 18:56:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301246 Log: - merge news for var_export fix Changed paths: U php/php-src/branches/PHP_5_2/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS

[PHP-CVS] svn: /php/php-src/branches/LEMON/ Makefile.frag Zend/Makefile.am

2010-07-13 Thread Felipe Pena
felipe Tue, 13 Jul 2010 19:45:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301251 Log: - Update exit_status, heh Changed paths: U php/php-src/branches/LEMON/Makefile.frag U php/php-src/branches/LEMON/Zend/Makefile.am Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/date/lib/parse_date.c branches/PHP_5_2/ext/hash/php_hash_tiger.h branches/PHP_5_2/ext/pdo/php_pdo_driver.h branches/PHP_5_3/NEWS

2010-07-13 Thread Kalle Sommer Nielsen
kalleTue, 13 Jul 2010 23:59:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301252 Log: Fixed bug #51943 (Several files are out of ANSI spec) # Based on patch by CoreyStup at gmail dot com Bug: http://bugs.php.net/51943 (Assigned) Several

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/date/lib/parse_date.re branches/PHP_5_3/ext/date/lib/parse_date.re trunk/ext/date/lib/parse_date.re

2010-07-13 Thread Kalle Sommer Nielsen
kalleWed, 14 Jul 2010 00:04:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301253 Log: Update the re2c files aswell (bug #51943) Bug: http://bugs.php.net/51943 (Assigned) Several files are out of ANSI spec Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/LEMON/Zend/ zend_compile.c zend_language_parser.y

2010-07-13 Thread Felipe Pena
felipe Wed, 14 Jul 2010 02:21:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301255 Log: - Disable error recovery Changed paths: U php/php-src/branches/LEMON/Zend/zend_compile.c U