Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ ext/spl/tests/CallbackFilterIteratorTest-002.phpt tests/output/ob_start_error_001.phpt

2011-11-17 Thread Lars Strojny
Hi Christopher, thanks for the hint. On my Mac OS X build it still works. Can somebody else try it? With regards, Lars Am 16.11.2011 um 21:12 schrieb Christopher Jones: On 11/13/2011 04:26 PM, Lars Strojny wrote: lstrojny Mon, 14 Nov 2011 00:26:37 +

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ ext/spl/tests/CallbackFilterIteratorTest-002.phpt tests/output/ob_start_error_001.phpt

2011-11-17 Thread Ferenc Kovacs
fails here. and given the fact that we don't have 'functor' anywhere in the 5.4 branch, I can only think that you have some local uncommited modifications related to that. On Thu, Nov 17, 2011 at 10:10 AM, Lars Strojny l...@strojny.net wrote: Hi Christopher, thanks for the hint. On my Mac OS

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ ext/spl/tests/CallbackFilterIteratorTest-002.phpt tests/output/ob_start_error_001.phpt

2011-11-17 Thread Lars Strojny
Hi Ferenc, hi Christopher, that was it, I’m deeply sorry. Overlook that local change. Will undo the change now. With regards, Lars Am 17.11.2011 um 10:15 schrieb Ferenc Kovacs: fails here. and given the fact that we don't have 'functor' anywhere in the 5.4 branch, I can only think that

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/tests/output/ ob_start_error_001.phpt

2011-11-17 Thread Lars Strojny
lstrojny Thu, 17 Nov 2011 09:24:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319392 Log: Reverting r319136 Changed paths: U php/php-src/branches/PHP_5_4/tests/output/ob_start_error_001.phpt Modified:

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ ext/spl/tests/CallbackFilterIteratorTest-002.phpt tests/output/ob_start_error_001.phpt

2011-11-17 Thread Ferenc Kovacs
no problem On Thu, Nov 17, 2011 at 10:20 AM, Lars Strojny l...@strojny.net wrote: Hi Ferenc, hi Christopher, that was it, I’m deeply sorry. Overlook that local change. Will undo the change now. With regards, Lars Am 17.11.2011 um 10:15 schrieb Ferenc Kovacs: fails here. and given

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ ext/spl/tests/CallbackFilterIteratorTest-002.phpt tests/output/ob_start_error_001.phpt

2011-11-17 Thread Christopher Jones
On 11/17/11 1:20 AM, Lars Strojny wrote: Hi Ferenc, hi Christopher, that was it, I’m deeply sorry. Overlook that local change. Will undo the change now. Thanks! Chris -- Email: christopher.jo...@oracle.com Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ -- PHP CVS Mailing

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/tests/traits/bug60165a.phpt branches/PHP_5_4/Zend/tests/traits/bug60165b.phpt branches/PHP_5_4/Zend/tests/traits/bug60165c.phpt branches/PHP_5_4/Zend

2011-11-17 Thread Stefan Marr
gron Thu, 17 Nov 2011 21:04:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319420 Log: Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error) - aliases that are not actually matching anything are treated as

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

2011-11-17 Thread Felipe Pena
felipe Thu, 17 Nov 2011 21:07:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319422 Log: - Fix build Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_compile.c U php/php-src/trunk/Zend/zend_compile.c Modified:

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

2011-11-17 Thread Stanislav Malyshev
stas Thu, 17 Nov 2011 21:13:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319425 Log: add callable as reserved word Changed paths: U php/php-src/branches/PHP_5_4/UPGRADING Modified: php/php-src/branches/PHP_5_4/UPGRADING

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

2011-11-17 Thread Pierrick Charron
pierrick Fri, 18 Nov 2011 00:16:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319428 Log: Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty). Bug: https://bugs.php.net/60321 (Open) ob_get_status(true) no

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

2011-11-17 Thread Antony Dovgal
tony2001 Fri, 18 Nov 2011 05:22:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319432 Log: fix bug #60082 (Crash in ArrayObject() when using recursive references) --Tis line, and those below, will be ignored-- Mtrunk/ext/spl/spl_array.c M

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

2011-11-17 Thread Pierrick Charron
pierrick Fri, 18 Nov 2011 06:15:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319436 Log: Don't load php.ini file to test the built-in web server Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server.inc U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/mbstring/libmbfl/filters/mbfilter_gb18030.c branches/PHP_5_4/ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.c trunk/ext/mbstring/libmbfl/filte

2011-11-17 Thread Pierrick Charron
pierrick Fri, 18 Nov 2011 06:27:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319439 Log: Remove unused variables in libmbfl Changed paths: U php/php-src/branches/PHP_5_4/ext/mbstring/libmbfl/filters/mbfilter_gb18030.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/zend_builtin_functions.c branches/PHP_5_4/ext/com_dotnet/com_typeinfo.c branches/PHP_5_4/ext/oci8/oci8.c branches/PHP_5_4/ext/s

2011-11-17 Thread Stanislav Malyshev
stas Fri, 18 Nov 2011 07:11:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319442 Log: fixes for bug #55748 Bug: https://bugs.php.net/55748 (error getting bug information) Changed paths: U php/php-src/branches/PHP_5_4/NEWS