[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2006-03-14 Thread changelog
changelog Wed Mar 15 06:31:45 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2284r2=1.2285diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2284

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2006-03-14 Thread changelog
changelog Wed Mar 15 06:31:57 2006 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.878r2=1.879diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.878

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_pgsql config.w32 pdo_pgsql.c

2006-03-14 Thread Edin Kadribasic
edink Tue Mar 14 10:49:18 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_pgsql config.w32 pdo_pgsql.c Log: Be more verbose in phpinfo() output http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_pgsql/config.w32?r1=1.4r2=1.4.2.1diff_format=u

[PHP-CVS] cvs: php-src /ext/pdo_pgsql config.w32 pdo_pgsql.c

2006-03-14 Thread Edin Kadribasic
edink Tue Mar 14 11:04:13 2006 UTC Modified files: /php-src/ext/pdo_pgsql config.w32 pdo_pgsql.c Log: MFB: more verbose phpinfo() output http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_pgsql/config.w32?r1=1.4r2=1.5diff_format=u Index:

RE: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standard file.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c /ext/zlib zlib_filter.c /main php_streams.h /main/strea

2006-03-14 Thread Dmitry Stogov
Hi Sara, make test stops work after this patch, because now fgets() always returns FALSE. It is not possible for me to commit ZE patches without testing. Please fix this ASAP or revert your patches. Thanks. Dmitry. -Original Message- From: Sara Golemon [mailto:[EMAIL PROTECTED]

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

2006-03-14 Thread Edin Kadribasic
edink Tue Mar 14 11:14:05 2006 UTC Modified files: /php-src/ext/pdo_pgsql pgsql_driver.c Log: MFB: Fixed build http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_pgsql/pgsql_driver.c?r1=1.57r2=1.58diff_format=u Index: php-src/ext/pdo_pgsql/pgsql_driver.c

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /win32/build config.w32.h.in ZendEngine2 zend.h zend_config.w32.h ZendEngine2/tests bug36568.phpt

2006-03-14 Thread Dmitry Stogov
dmitry Tue Mar 14 14:19:00 2006 UTC Added files: (Branch: PHP_5_1) /ZendEngine2/tests bug36568.phpt Modified files: /php-srcNEWS /ZendEngine2zend.h zend_config.w32.h /php-src/win32/buildconfig.w32.h.in Log:

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in ZendEngine2 zend.h zend_config.w32.h ZendEngine2/tests bug36568.phpt

2006-03-14 Thread Dmitry Stogov
dmitry Tue Mar 14 14:19:20 2006 UTC Modified files: /ZendEngine2zend.h zend_config.w32.h /ZendEngine2/tests bug36568.phpt /php-src/win32/buildconfig.w32.h.in Log: Fixed bug #36568 (memory_limit setting on win32 has no effect)

Re: [PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /win32/build config.w32.h.in ZendEngine2 zend.h zend_config.w32.h ZendEngine2/tests bug36568.phpt

2006-03-14 Thread Derick Rethans
On Tue, 14 Mar 2006, Dmitry Stogov wrote: dmitryTue Mar 14 14:19:00 2006 UTC Added files: (Branch: PHP_5_1) /ZendEngine2/testsbug36568.phpt Modified files: /php-src NEWS /ZendEngine2 zend.h zend_config.w32.h

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/standard string.c

2006-03-14 Thread Ilia Alshanetsky
iliaa Tue Mar 14 14:55:14 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard string.c /php-srcNEWS Log: Fixed offset/length parameter validation in substr_compare() function.

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

2006-03-14 Thread Ilia Alshanetsky
iliaa Tue Mar 14 14:55:27 2006 UTC Modified files: /php-src/ext/standard string.c Log: MFB51: Fixed offset/length parameter validation in substr_compare() function.

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

2006-03-14 Thread Antony Dovgal
tony2001Tue Mar 14 15:14:59 2006 UTC Modified files: /php-src/ext/standard string.c Log: add brackets and clarity http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/string.c?r1=1.527r2=1.528diff_format=u Index: php-src/ext/standard/string.c

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard string.c

2006-03-14 Thread Antony Dovgal
tony2001Tue Mar 14 15:15:22 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard string.c Log: MFH: add brackets and clarity http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/string.c?r1=1.445.2.11r2=1.445.2.12diff_format=u Index:

[PHP-CVS] cvs: php-src /main main.c TSRM TSRM.c TSRM.h

2006-03-14 Thread Dmitry Stogov
dmitry Tue Mar 14 15:16:27 2006 UTC Modified files: /TSRM TSRM.c TSRM.h /php-src/main main.c Log: Fixed bug #35988 (Unknown persistent list entry type in module shutdown)

RE: [PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /win32/build config.w32.h.inZendEngine2 zend.h zend_config.w32.h ZendEngine2/tests bug36568.phpt

2006-03-14 Thread Dmitry Stogov
The problem was that even if memory_limit was enabled it couldn't be changed throgh php.ini. Thanks. Dmitry. -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 5:25 PM To: Dmitry Stogov Cc: php-cvs@lists.php.net Subject: Re: [PHP-CVS]

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mysqli mysqli_api.c

2006-03-14 Thread Georg Richter
georg Tue Mar 14 15:53:17 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli mysqli_api.c Log: fixed a 64-bit problem reported by Pierre http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.118.2.17r2=1.118.2.18diff_format=u

[PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6

2006-03-14 Thread Pierre-Alain Joye
pajoye Tue Mar 14 16:28:35 2006 UTC Added files: /php-srcREADME.UPDATING_TO_PHP6 Log: - initial commit, feel free to change/adapt http://cvs.php.net/viewcvs.cgi/php-src/README.UPDATING_TO_PHP6?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl spl_engine.c spl_engine.h

2006-03-14 Thread Frank M. Kromann
fmk Tue Mar 14 18:07:51 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/splspl_engine.c spl_engine.h Log: Fix Win32 compilation. http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_engine.c?r1=1.20.2.2r2=1.20.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard file.c /main php_streams.h /main/streams streams.c

2006-03-14 Thread Sara Golemon
pollita Tue Mar 14 21:15:05 2006 UTC Modified files: /php-src/main php_streams.h /php-src/main/streams streams.c /php-src/ext/standard file.c Log: More stream updates. fgets() will work now as will anything which calls one of the

[PHP-CVS] cvs: php-src /ext/standard file.c /main/streams streams.c

2006-03-14 Thread Sara Golemon
pollita Wed Mar 15 00:28:57 2006 UTC Modified files: /php-src/ext/standard file.c /php-src/main/streams streams.c Log: Switch (zstr) casts to use ZSTR() macro.

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standard file.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c /ext/zlib zlib_filter.c /main php_streams.h /main/strea

2006-03-14 Thread Sara Golemon
make test stops work after this patch, because now fgets() always returns FALSE. It is not possible for me to commit ZE patches without testing. Please fix this ASAP or revert your patches. Sorry about that. Should look good now (though of course there's still stuff to be done with streams