[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c branches/PHP_5_4/NEWS branches/PHP_5_4/TSRM/tsrm_virtual_cwd.c trunk/TSRM/tsrm_virtual_cwd.c

2012-01-30 Thread Dmitry Stogov
dmitry Mon, 30 Jan 2012 10:08:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322927 Log: Fixed bug #51860 (Include fails with toplevel symlink to /) Bug: https://bugs.php.net/51860 (Assigned) Include fails with toplevel symlink to /

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

2012-01-30 Thread Dmitry Stogov
dmitry Mon, 30 Jan 2012 10:51:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322928 Log: Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methods Changed paths: U php/php-src/branches/PHP_5_4/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/libs_version.txt branches/PHP_5_4/win32/build/libs_version.txt trunk/win32/build/libs_version.txt

2012-01-30 Thread Pierre Joye
pajoye Mon, 30 Jan 2012 11:04:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322929 Log: - libssh2 1.3.0 Changed paths: U php/php-src/branches/PHP_5_3/win32/build/libs_version.txt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/main/output.c trunk/main/output.c

2012-01-30 Thread Michael Wallner
mike Mon, 30 Jan 2012 12:17:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322931 Log: use stderr before, stdout after php_output_startup() and sapi_module.ub_write() after php_output_activate() - fixes Bug #60920 CLI: php -v on STDERR -

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ string.c tests/strings/bug60801.phpt

2012-01-30 Thread Adam Harvey
aharvey Mon, 30 Jan 2012 13:29:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322934 Log: Fix bug #60801 (strpbrk() mishandles NUL byte) on trunk only for now. Bug: https://bugs.php.net/60801 (Assigned) strpbrk() mishandles NUL byte

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

2012-01-30 Thread Pierre Joye
pajoye Tue, 31 Jan 2012 07:14:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322961 Log: - fix #55226, fix build Bug: https://bugs.php.net/55226 (Closed) Support creating collations in SQLite Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_sqlite/php_pdo_sqlite_int.h branches/PHP_5_3/ext/pdo_sqlite/sqlite_driver.c branches/PHP_5_3/ext/pdo_sqlite/tests/pdo_sqlite_createcollation.p

2012-01-30 Thread Pierre Joye
hi Rasmus, 5.4 is in feature freeze and only critical fixes should get in. Any reason to add this at this stage? As it breaks the build (fixed now), I suppose it was not well tested. ps: sorry for double mails, wrong internals email :) Cheers, On Sun, Jan 29, 2012 at 5:22 AM, Rasmus Lerdorf

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

2012-01-30 Thread Pierre Joye
pajoye Tue, 31 Jan 2012 07:17:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322962 Log: - fix #55226, WS Bug: https://bugs.php.net/55226 (Closed) Support creating collations in SQLite Changed paths: U