[PHP-CVS] cvs: php-src /ext/bcmath bcmath.c

2006-09-20 Thread Dmitry Stogov
dmitry Thu Sep 21 06:46:01 2006 UTC Modified files: /php-src/ext/bcmath bcmath.c Log: ZTS fix http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/bcmath.c?r1=1.67&r2=1.68&diff_format=u Index: php-src/ext/bcmath/bcmath.c diff -u php-src/ext/bcmath/bcmath.c:1.67

RE: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main SAPI.c SAPI.h php_ini.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c ZendEngine2 zend_ini.h zend_ini_parser.y zend_ini_scanner.h zend_ini_scanner.l

2006-09-20 Thread Dmitry Stogov
Do you think we shoul use -d with different behavior for CGI and CLI (revert patch for CLI only). Or revert patch at all? I know people were very interestd in it. Dmitry. > -Original Message- > From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] On Behalf Of > Ilia Alshanetsky > Sent: Thurs

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main SAPI.c SAPI.h php_ini.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c ZendEngine2 zend_ini.h zend_ini_parser.y zend_ini_scanner.h zend_ini_scanner.l

2006-09-20 Thread Ilia Alshanetsky
Dmitry, Things were working fine for CLI (your fix for for CGI only, that's why I agreed to it initially) and now they do not, because of this change so I think we need to go back for the previous behavior for CLI. The last RC in my opinion is NOT the time to break things, I am fine for c

[PHP-CVS] cvs: php-src /ext/unicode collator.c property.c transform.c unicode.c

2006-09-20 Thread Sara Golemon
pollita Wed Sep 20 23:44:23 2006 UTC Modified files: /php-src/ext/unicodecollator.c property.c transform.c unicode.c Log: Backfill protos for ext/unicode functions http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/collator.c?r1=1.7&r2=1.8&diff_format=u In

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mbstring/oniguruma oniguruma.h

2006-09-20 Thread Rui Hirokawa
hirokawaWed Sep 20 23:10:37 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring/oniguruma oniguruma.h Log: fixed compilation problem on Mac OS/X. (bug #38892,38778,38452) http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/oniguruma/onigur

[PHP-CVS] cvs: php-src / unicode-progress.txt /ext/standard array.c string.c ZendEngine2 zend_API.c

2006-09-20 Thread Andrei Zmievski
andrei Wed Sep 20 20:30:19 2006 UTC Modified files: /php-srcunicode-progress.txt /ZendEngine2zend_API.c /php-src/ext/standard array.c string.c Log: Bug fixes for substr_replace(). http://cvs.php.net/viewvc.cgi/php-src/unicode-prog

[PHP-CVS] cvs: php-src /ext/spl config.m4

2006-09-20 Thread Andrei Zmievski
andrei Wed Sep 20 20:29:24 2006 UTC Modified files: /php-src/ext/splconfig.m4 Log: Install SPL headers. http://cvs.php.net/viewvc.cgi/php-src/ext/spl/config.m4?r1=1.19&r2=1.20&diff_format=u Index: php-src/ext/spl/config.m4 diff -u php-src/ext/spl/config.

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/soap php_encoding.c php_encoding.h php_sdl.c php_soap.h soap.c /ext/soap/tests typemap001.phpt typemap002.phpt typemap003.phpt typemap004.phpt typemap005.

2006-09-20 Thread Dmitry Stogov
dmitry Wed Sep 20 13:42:52 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/soap/tests typemap001.phpt typemap002.phpt typemap003.phpt typemap004.phpt typemap005.phpt typemap006.phpt

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/libxml/tests 002.phpt /ext/reflection/tests005.phpt

2006-09-20 Thread Rob Richards
Michael Wallner wrote: Derick Rethans wrote: On Tue, 19 Sep 2006, Antony Dovgal wrote: http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/tests/002.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/libxml/tests/002.phpt diff -u php-src/ext/libxml/tests/002.phpt:1.2 php-src/ext/libxml/tests/002

[PHP-CVS] cvs: php-src /tests/lang bug38579.inc bug38579.phpt TSRM tsrm_virtual_cwd.c

2006-09-20 Thread Dmitry Stogov
dmitry Wed Sep 20 07:36:21 2006 UTC Modified files: /TSRM tsrm_virtual_cwd.c /php-src/tests/lang bug38579.inc bug38579.phpt Log: Fixed bug #38579 (include_once() may include the same file twice) http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /tests/lang bug38579.inc bug38579.phpt TSRM tsrm_virtual_cwd.c

2006-09-20 Thread Dmitry Stogov
dmitry Wed Sep 20 07:35:59 2006 UTC Added files: (Branch: PHP_5_2) /php-src/tests/lang bug38579.inc bug38579.phpt Modified files: /php-srcNEWS /TSRM tsrm_virtual_cwd.c Log: Fixed bug #38579 (include_once() may include the sam