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

2006-08-30 Thread changelog
changelog Thu Aug 31 01:30:57 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2438r2=1.2439diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2438

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

2006-08-30 Thread changelog
changelog Thu Aug 31 01:30:59 2006 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.973r2=1.974diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.973

[PHP-CVS] cvs: php-src / README.NEW-OUTPUT-API /main output.c php_output.h

2006-08-30 Thread Michael Wallner
mikeWed Aug 30 07:39:09 2006 UTC Modified files: /php-src/main output.c php_output.h /php-srcREADME.NEW-OUTPUT-API Log: - revise output handler alias API - add convenience macros for conflicts and aliases - generalize flags to

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/serialize bug37947.phpt

2006-08-30 Thread Hannes Magnusson
bjori Wed Aug 30 09:44:53 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/serialize bug37947.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/serialize/bug37947.phpt?r1=1.1.2.1r2=1.1.2.2diff_format=u

[PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests bug38653.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 10:41:43 2006 UTC Added files: /php-src/ext/reflection/tests bug38653.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: fix #38653 (memory leak in ReflectionClass::getConstant())

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/reflection php_reflection.c /ext/reflection/tests bug38653.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 10:42:50 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/reflection/tests bug38653.phpt Modified files: /php-srcNEWS /php-src/ext/reflection php_reflection.c Log: MFH: fix #38653 (memory

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

2006-08-30 Thread Michael Wallner
mikeWed Aug 30 12:06:22 2006 UTC Modified files: /php-src/main output.c Log: - output handler may modify context-op - discard any context-out.data on failure http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.192r2=1.193diff_format=u Index:

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

2006-08-30 Thread Michael Wallner
mikeWed Aug 30 12:07:04 2006 UTC Modified files: /php-src/ext/zlib zlib.c Log: - avoid a loop around deflate() by using Z_SYNC_FLUSH for standard write http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib.c?r1=1.205r2=1.206diff_format=u Index:

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

2006-08-30 Thread Michael Wallner
mikeWed Aug 30 12:25:56 2006 UTC Modified files: /php-src/main SAPI.c Log: - the Vary header for zlib.output_compression is now handled inside the output handler http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.216r2=1.217diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/zlib php_zlib.h

2006-08-30 Thread Michael Wallner
mikeWed Aug 30 12:26:38 2006 UTC Modified files: /php-src/ext/zlib php_zlib.h Log: - add php_zlib_output_encoding() decl http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/php_zlib.h?r1=1.47r2=1.48diff_format=u Index: php-src/ext/zlib/php_zlib.h diff -u

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

2006-08-30 Thread Michael Wallner
mikeWed Aug 30 14:42:01 2006 UTC Modified files: /php-src/main output.c php_output.h Log: - add PHP_OUTPUT_WRITTEN and PHP_OUTPUT_SENT status flags http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.193r2=1.194diff_format=u Index:

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

2006-08-30 Thread Michael Wallner
mikeWed Aug 30 14:42:26 2006 UTC Modified files: /php-src/ext/zlib zlib.c Log: - allow (de)activation with ini_set() http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib.c?r1=1.206r2=1.207diff_format=u Index: php-src/ext/zlib/zlib.c diff -u

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

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 15:42:41 2006 UTC Modified files: /php-src/ext/sessionsession.c Log: change E_ERROR to E_WARNING when invalid argument has been passed make sure ini_set() doesn't reset PS(mod) and PS(serializer) to invalid values

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/session session.c

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 15:43:10 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionsession.c Log: MFH: change E_ERROR to E_WARNING when invalid argument has been passed make sure ini_set() doesn't reset PS(mod) and PS(serializer) to

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/iconv iconv.c

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 16:12:43 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/iconv iconv.c Log: fix leak http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.124.2.8.2.2r2=1.124.2.8.2.3diff_format=u Index: php-src/ext/iconv/iconv.c

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

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 16:24:31 2006 UTC Modified files: /php-src/ext/sessionsession.c Log: change ini handlers to produce E_ERROR if they are called during startup or per request

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/session session.c

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 16:24:40 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionsession.c Log: change ini handlers to produce E_ERROR if they are called during startup

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

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 16:30:03 2006 UTC Modified files: /php-src/ext/standard iptc.c Log: fix leak in iptcembed() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/iptc.c?r1=1.54r2=1.55diff_format=u Index: php-src/ext/standard/iptc.c diff -u

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

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 16:30:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard iptc.c Log: MFH: fix leak in iptcembed() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/iptc.c?r1=1.50.2.2r2=1.50.2.2.2.1diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre php_pcre.c /ext/pcre/tests preg_replace_callback3.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 16:46:59 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests preg_replace_callback3.phpt Modified files: /php-src/ext/pcre php_pcre.c Log: fix leak, add test

[PHP-CVS] cvs: php-src /ext/pcre php_pcre.c /ext/pcre/tests preg_replace_callback3.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 16:46:23 2006 UTC Added files: /php-src/ext/pcre/tests preg_replace_callback3.phpt Modified files: /php-src/ext/pcre php_pcre.c Log: fix leak, add test

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/curl streams.c

2006-08-30 Thread Ilia Alshanetsky
iliaa Wed Aug 30 17:49:10 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/curl streams.c Log: Fixed bug #33770 (https:// or ftps:// do not work when --with-curlwrappers is used and ssl certificate is not verifiable).

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

2006-08-30 Thread Ilia Alshanetsky
iliaa Wed Aug 30 17:49:28 2006 UTC Modified files: /php-src/ext/curl streams.c Log: MFB: Fixed bug #33770 (https:// or ftps:// do not work when --with-curlwrappers is used and ssl certificate is not verifiable).

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

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 17:57:25 2006 UTC Modified files: /php-src/ext/sessionsession.c Log: fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.449r2=1.450diff_format=u Index: php-src/ext/session/session.c diff -u

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

2006-08-30 Thread Ilia Alshanetsky
iliaa Wed Aug 30 18:21:27 2006 UTC Modified files: /php-src/ext/curl streams.c Log: Added ftps portion of the patch http://cvs.php.net/viewvc.cgi/php-src/ext/curl/streams.c?r1=1.21r2=1.22diff_format=u Index: php-src/ext/curl/streams.c diff -u

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

2006-08-30 Thread Ilia Alshanetsky
iliaa Wed Aug 30 18:40:01 2006 UTC Modified files: /php-src/ext/bz2bz2.c Log: Fixed build with gcc 4.1.1 http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2.c?r1=1.25r2=1.26diff_format=u Index: php-src/ext/bz2/bz2.c diff -u php-src/ext/bz2/bz2.c:1.25

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

2006-08-30 Thread Ilia Alshanetsky
iliaa Wed Aug 30 18:40:26 2006 UTC Modified files: /php-src/ext/standard string.c php_string.h Log: Avoid TSRMLS_FETCH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.583r2=1.584diff_format=u Index: php-src/ext/standard/string.c diff

[PHP-CVS] cvs: CVSROOT / avail

2006-08-30 Thread Pierre-Alain Joye
pajoye Wed Aug 30 18:45:13 2006 UTC Modified files: /CVSROOTavail Log: - karma for ocal and wbxml http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1173r2=1.1174diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1173 CVSROOT/avail:1.1174 ---

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2006-08-30 Thread Ilia Alshanetsky
iliaa Wed Aug 30 20:08:06 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: pcre news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.227r2=1.2027.2.547.2.228diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS

2006-08-30 Thread Ilia Alshanetsky
iliaa Wed Aug 30 20:07:55 2006 UTC Modified files: (Branch: PHP_4_4) /php-srcNEWS Log: pcre news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.161r2=1.1247.2.920.2.162diff_format=u Index: php-src/NEWS diff -u

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

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 20:24:32 2006 UTC Modified files: /php-src/ext/standard string.c Log: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.584r2=1.585diff_format=u Index: php-src/ext/standard/string.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests 002.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 20:49:45 2006 UTC Added files: /php-src/ext/openssl/tests 002.phpt Modified files: /php-src/ext/opensslopenssl.c Log: fix segfault in openssl_seal(), add test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/openssl openssl.c /ext/openssl/tests 002.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 20:50:03 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/openssl/tests 002.phpt Modified files: /php-src/ext/opensslopenssl.c Log: MFH: fix segfault in openssl_seal(), add test

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests 003.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 21:50:28 2006 UTC Added files: /php-src/ext/openssl/tests 003.phpt Modified files: /php-src/ext/opensslopenssl.c Log: fix segfault/leak, add test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/openssl openssl.c /ext/openssl/tests 003.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 21:51:07 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/openssl/tests 003.phpt Modified files: /php-src/ext/opensslopenssl.c Log: fix segfault/leak, add test

[PHP-CVS] cvs: php-src /ext/tidy tidy.c /ext/tidy/tests 022.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 22:32:35 2006 UTC Added files: /php-src/ext/tidy/tests 022.phpt Modified files: /php-src/ext/tidy tidy.c Log: fix a couple of leaks, add new test

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

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 22:52:18 2006 UTC Modified files: /php-src/ext/tidy tidy.c Log: fix tidy problems caused by returning local static buffers looks like somebody forgot to MFB this patch..

[PHP-CVS] cvs: php-src /ext/tidy php_tidy.h

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 22:53:42 2006 UTC Modified files: /php-src/ext/tidy php_tidy.h Log: no such function http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/php_tidy.h?r1=1.30r2=1.31diff_format=u Index: php-src/ext/tidy/php_tidy.h diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tidy tidy.c

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 22:53:51 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tidy tidy.c Log: no such function http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.66.2.8.2.7r2=1.66.2.8.2.8diff_format=u Index: php-src/ext/tidy/tidy.c

[PHP-CVS] cvs: php-src /ext/tidy/tests 022.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 22:34:27 2006 UTC Modified files: /php-src/ext/tidy/tests 022.phpt Log: add UEXPECTF http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tests/022.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/ext/tidy/tests/022.phpt diff -u

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

2006-08-30 Thread Michael Wallner
mikeWed Aug 30 22:34:32 2006 UTC Modified files: /php-src/main php_output.h Log: - fix PHP_OUTPUT_CONFLICT macro http://cvs.php.net/viewvc.cgi/php-src/main/php_output.h?r1=1.63r2=1.64diff_format=u Index: php-src/main/php_output.h diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tidy tidy.c /ext/tidy/tests 019.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 22:34:48 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/tidy/tests 019.phpt Modified files: /php-src/ext/tidy tidy.c Log: MFH: fix leak, add test

[PHP-CVS] cvs: php-src /ext/zlib CREDITS php_zlib.h zlib.c

2006-08-30 Thread Michael Wallner
mikeWed Aug 30 22:35:57 2006 UTC Modified files: /php-src/ext/zlib CREDITS php_zlib.h zlib.c Log: - good bye ob_gzhandler - ego promo http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/CREDITS?r1=1.2r2=1.3diff_format=u Index: php-src/ext/zlib/CREDITS diff