Re: [PHP-CVS] cvs: php4 /main php_variables.c rfc1867.c

2002-12-29 Thread Andrei Zmievski
Are you going to merge this into PHP_4_3? On Sun, 29 Dec 2002, Ilia Alshanetsky wrote: > iliaa Sun Dec 29 16:02:17 2002 EDT > > Modified files: > /php4/mainphp_variables.c rfc1867.c > Log: > Fixed bug #21149 (fixed handling of unterminated '['). -Andrei

Re: [PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2002-12-29 Thread Andrei Zmievski
Are you going to merge this into PHP_4_3? On Sun, 29 Dec 2002, Ilia Alshanetsky wrote: > iliaa Sun Dec 29 15:01:34 2002 EDT > > Modified files: > /php4/ext/standardhttp_fopen_wrapper.c > Log: > Fixed bug #21267 (opening URLs that result in redirection to a

[PHP-CVS] cvs: php4 /main php_variables.c rfc1867.c

2002-12-29 Thread Ilia Alshanetsky
iliaa Sun Dec 29 16:02:17 2002 EDT Modified files: /php4/main php_variables.c rfc1867.c Log: Fixed bug #21149 (fixed handling of unterminated '['). Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.46 php4/main/php_variables.c:1.47 --- p

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

2002-12-29 Thread Ilia Alshanetsky
iliaa Sun Dec 29 15:01:34 2002 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Fixed bug #21267 (opening URLs that result in redirection to a relative path was failing). Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/stan

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

2002-12-29 Thread Ilia Alshanetsky
iliaa Sun Dec 29 13:50:56 2002 EDT Modified files: /php4/ext/session session.c Log: Fixed bug #21268 (session_decode() returned FALSE on success). Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.340 php4/ext/session/session.c:1.341

[PHP-CVS] cvs: php4 /win32 php4dllts.dsp

2002-12-29 Thread Zeev Suraski
zeevSun Dec 29 10:42:55 2002 EDT Modified files: /php4/win32 php4dllts.dsp Log: Remove bogus ignores Index: php4/win32/php4dllts.dsp diff -u php4/win32/php4dllts.dsp:1.92 php4/win32/php4dllts.dsp:1.93 --- php4/win32/php4dllts.dsp:1.92 Sun Dec 29 10:

[PHP-CVS] cvs: php4 /win32 php4dllts.dsp

2002-12-29 Thread Zeev Suraski
zeevSun Dec 29 10:41:45 2002 EDT Modified files: /php4/win32 php4dllts.dsp Log: Update .dsp's Index: php4/win32/php4dllts.dsp diff -u php4/win32/php4dllts.dsp:1.91 php4/win32/php4dllts.dsp:1.92 --- php4/win32/php4dllts.dsp:1.91 Thu Dec 26 08:40:32 2

[PHP-CVS] cvs: php4 /ext/dba dba_db3.c dba_db4.c

2002-12-29 Thread Marcus Boerger
helly Sun Dec 29 10:32:38 2002 EDT Modified files: /php4/ext/dba dba_db3.c dba_db4.c Log: Added support for db3/db4 error handling/information Index: php4/ext/dba/dba_db3.c diff -u php4/ext/dba/dba_db3.c:1.23 php4/ext/dba/dba_db3.c:1.24 --- php4/ext/dba/

[PHP-CVS] cvs: php4 /ext/dba dba.c

2002-12-29 Thread Marcus Boerger
helly Sun Dec 29 10:31:00 2002 EDT Modified files: /php4/ext/dba dba.c Log: Add a default handler that makes handler parameter to open functions optional. @Improved dba extension (Marcus) @-Made handler parameter of dba_(p)open() optional. @-Added p