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

2004-02-25 Thread Sebastian Bergmann
sebastian Wed Feb 25 04:36:47 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: ZTS fix. http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.82&r2=1.83&ty=u Index: php-src/ext/standard/http_fopen_wrapper.

[PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /main main.c

2004-02-25 Thread Zeev Suraski
zeevWed Feb 25 05:58:07 2004 EDT Modified files: /php-srcphp.ini-dist php.ini-recommended /php-src/main main.c Log: - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only affect auto-clone). - Perform implementation c

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

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 07:36:25 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard pack.c Log: MFH: Fixed bug #27384 (unpack() misbehaves with 1 char string). (GeorgeS) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.

[PHP-CVS] cvs: php-src / NEWS

2004-02-25 Thread Zeev Suraski
zeevWed Feb 25 07:45:09 2004 EDT Modified files: /php-srcNEWS Log: update http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1612&r2=1.1613&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1612 php-src/NEWS:1.1613 --- php-src/NEWS:1.1612 Mon Feb 16 11:00:15

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

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 08:20:37 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard http_fopen_wrapper.c Log: MFH: ZTS build fix http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.53.2.15&r2=1.53.2.16&ty=u Index: php-src/ext

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

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 08:29:32 2004 EDT Modified files: /php-src/ext/mysqli config.w32 Log: Do not corrupt mysql build with mysqli build stuff. (should fix #27387) http://cvs.php.net/diff.php/php-src/ext/mysqli/config.w32?r1=1.1&r2=1.2&ty=u Index: php-src/ext/mysql

[PHP-CVS] cvs: php-src /ext/soap TODO php_http.c php_soap.h soap.c

2004-02-25 Thread Dmitry Stogov
dmitry Wed Feb 25 09:04:43 2004 EDT Modified files: /php-src/ext/soap TODO php_http.c php_soap.h soap.c Log: HTTP compression support (gzip and deflate) http://cvs.php.net/diff.php/php-src/ext/soap/TODO?r1=1.48&r2=1.49&ty=u Index: php-src/ext/soap/TODO dif

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

2004-02-25 Thread Dmitry Stogov
dmitry Wed Feb 25 09:34:51 2004 EDT Modified files: /php-src/ext/soap php_encoding.c Log: fix: XMLSchema support was improved to support elements with minOccurs=0 http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.63&r2=1.64&ty=u Index: php-

[PHP-CVS] cvs: php-src /ext/soap soap.c /ext/soap/tests server019.phpt server020.phpt

2004-02-25 Thread Dmitry Stogov
dmitry Wed Feb 25 09:37:08 2004 EDT Added files: /php-src/ext/soap/tests server019.phpt server020.phpt Modified files: /php-src/ext/soap soap.c Log: HTTP compression (memory leak was fixed) http://cvs.php.net/diff.php/php-src/e

[PHP-CVS] cvs: php-src /tests/lang bug22367.phpt

2004-02-25 Thread Zeev Suraski
zeevWed Feb 25 09:57:43 2004 EDT Modified files: /php-src/tests/lang bug22367.phpt Log: This is no longer valid out of the box PHP 5 code. We tried to enable compatibility mode but the test engine doesn't appear to take the --INI-- section into account in c

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

2004-02-25 Thread Zeev Suraski
zeevWed Feb 25 09:58:48 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: Fix signature Marcus - please make sure that this is ok. Generally you are no longer allowed to override a method and with an incompatible signature http://cvs.

[PHP-CVS] cvs: php-src / NEWS

2004-02-25 Thread Andi Gutmans
andiWed Feb 25 12:48:20 2004 EDT Modified files: /php-srcNEWS Log: - More NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1613&r2=1.1614&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1613 php-src/NEWS:1.1614 --- php-src/NEWS:1.1613 Wed Feb 25 07:

[PHP-CVS] cvs: php-src /tests/lang bug27395.phpt

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 13:54:15 2004 EDT Added files: /php-src/tests/lang bug27395.phpt Log: Test for bug #27395 http://cvs.php.net/co.php/php-src/tests/lang/bug27395.phpt?r=1.1&p=1 Index: php-src/tests/lang/bug27395.phpt +++ php-src/tests/lang/bug27395.phpt --T

[PHP-CVS] cvs: php-src(PHP_4_3) /tests/lang bug27395.phpt

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 13:54:34 2004 EDT Added files: (Branch: PHP_4_3) /php-src/tests/lang bug27395.phpt Log: MFH: Test for bug #27395 http://cvs.php.net/co.php/php-src/tests/lang/bug27395.phpt?r=1.1&p=1 Index: php-src/tests/lang/bug27395.phpt +++ php-src/tests/

[PHP-CVS] cvs: php-src / NEWS

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 14:42:57 2004 EDT Modified files: /php-srcNEWS Log: style http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1614&r2=1.1615&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1614 php-src/NEWS:1.1615 --- php-src/NEWS:1.1614 Wed Feb 25 12:48:20 200

[PHP-CVS] cvs: php-src /ext/bcmath bcmath.c /ext/ftp php_ftp.c /ext/mysqli mysqli_nonapi.c mysqli_report.c /ext/oci8 oci8.c /ext/pgsql pgsql.c /ext/soap soap.c /ext/spl spl_iterators.c /ext/sqlite sqlite.c /ext/standard dir.c file.c streamsfuncs.c string.c sunfuncs.c var.c /ext/w32api w32api.c

2004-02-25 Thread Ard Biesheuvel
abies Wed Feb 25 15:16:29 2004 EDT Modified files: /php-src/ext/bcmath bcmath.c /php-src/ext/ftpphp_ftp.c /php-src/ext/mysqli mysqli_nonapi.c mysqli_report.c /php-src/ext/oci8 oci8.c /php-src/ext/soap soap.c /php-src/ext/splspl_ite

[PHP-CVS] cvs: php-src / NEWS

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 15:23:16 2004 EDT Modified files: /php-srcNEWS Log: typofix http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1615&r2=1.1616&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1615 php-src/NEWS:1.1616 --- php-src/NEWS:1.1615 Wed Feb 25 14:42:56 2

[PHP-CVS] cvs: php-src /tests/lang bug22367.phpt

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 15:37:11 2004 EDT Modified files: /php-src/tests/lang bug22367.phpt Log: Revert and add the compatibility option. http://cvs.php.net/diff.php/php-src/tests/lang/bug22367.phpt?r1=1.5&r2=1.6&ty=u Index: php-src/tests/lang/bug22367.phpt diff -u p

[PHP-CVS] cvs: php-src /ext/spl/examples directorytreeiterator.inc

2004-02-25 Thread Marcus Boerger
helly Wed Feb 25 15:38:57 2004 EDT Modified files: /php-src/ext/spl/examples directorytreeiterator.inc Log: Temp fix for ctor signature until inheritance fix is complete http://cvs.php.net/diff.php/php-src/ext/spl/examples/directorytreeiterator.inc?r1=1.8&r2

Re: [PHP-CVS] cvs: php-src /tests/lang bug22367.phpt

2004-02-25 Thread Jani Taskinen
On Wed, 25 Feb 2004, Zeev Suraski wrote: >zeev Wed Feb 25 09:57:43 2004 EDT > > Modified files: >/php-src/tests/langbug22367.phpt > Log: > This is no longer valid out of the box PHP 5 code. > We tried to enable compatibility mode but the test engine doesn't

Re: [PHP-CVS] cvs: php-src /tests/lang bug22367.phpt

2004-02-25 Thread Andi Gutmans
At 22:41 25/02/2004 +0200, Jani Taskinen wrote: On Wed, 25 Feb 2004, Zeev Suraski wrote: >zeev Wed Feb 25 09:57:43 2004 EDT > > Modified files: >/php-src/tests/langbug22367.phpt > Log: > This is no longer valid out of the box PHP 5 code. > We tried to enable compatibility

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

2004-02-25 Thread Ilia Alshanetsky
iliaa Wed Feb 25 17:10:10 2004 EDT Modified files: /php-src/ext/socketssockets.c Log: Fixed bug #21760 (Use of uninitialized pointer inside php_read()). Fixed 3 possible crashes due to integer overflow or invalid user input inside the sockets extensio

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/sockets sockets.c

2004-02-25 Thread Ilia Alshanetsky
iliaa Wed Feb 25 17:12:04 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/socketssockets.c Log: MFH: Fixed bug #21760 (Use of uninitialized pointer inside php_read()). Fixed 3 possible crashes due to integer ov

Re: [PHP-CVS] cvs: php-src /tests/lang bug27395.phpt

2004-02-25 Thread Moriyoshi Koizumi
With a quick glance at the bug's page, it looks like the same issue as bug #20993... HTH Moriyoshi On 2004/02/26, at 3:54, Jani Taskinen wrote: sniper Wed Feb 25 13:54:15 2004 EDT Added files: /php-src/tests/lang bug27395.phpt Log: Test for bug #27395 -- PHP CVS Mailing List (http://

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions highlight_heredoc.phpt /tests/strings 004.phpt bug26703.phpt

2004-02-25 Thread Derick Rethans
derick Wed Feb 25 17:55:47 2004 EDT Modified files: /php-src/ext/standard/tests/general_functions highlight_heredoc.phpt /php-src/tests/strings 004.phpt bug26703.phpt Log: - Fix tests after c

[PHP-CVS] cvs: php-src /win32/build mkdist.php

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 18:38:04 2004 EDT Modified files: /php-src/win32/buildmkdist.php Log: - Fixed bug #27368 (php.ini-* has lone CR in the end) # regex taken from win32/sendmail.c (suggested by Sara) # And Andrei invited Wez to his speech on the cruise..

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

2004-02-25 Thread Ilia Alshanetsky
iliaa Wed Feb 25 19:02:29 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Handle situation where feof() occurs before the HTTP header is retrieved. http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.83&

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

2004-02-25 Thread Ilia Alshanetsky
iliaa Wed Feb 25 19:03:58 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard http_fopen_wrapper.c Log: MFH: Handle situation where feof() occurs before the HTTP header is retrieved. http://cvs.php.net/diff.php/php-src/ext/standard/http

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

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 19:13:04 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard http_fopen_wrapper.c Log: typofix http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.53.2.17&r2=1.53.2.18&ty=u Index: php-src/ext/standard/h

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

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 19:13:30 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: MFB: typofix http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.84&r2=1.85&ty=u Index: php-src/ext/standard/http_fopen_wrapper.c di

[PHP-CVS] cvs: php-src(PHP_4_3) /tests/lang bug27395.phpt

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 20:07:32 2004 EDT Removed files: (Branch: PHP_4_3) /php-src/tests/lang bug27395.phpt Log: Remove bogus test: see bug #20993 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /tests/lang bug27395.phpt

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 20:08:05 2004 EDT Removed files: /php-src/tests/lang bug27395.phpt Log: Remove bogus test: see bug #20993 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php