From: Date: Sat, 8 Feb 2003 01:33:01 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~1220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9181bde0c5f55135f063f22c3a042f78737033d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c8c1d60daf..ce32e35d98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2003-02-07 Sara Golemon + + * ext/standard/http_fopen_wrapper.c: + chunk_size should always be reduced to 1 while scanning response headers to + avoid buffering the actual stream prior to any read calls. + +2003-02-07 Ilia Alshanetsky + + * main/php_streams.h: + Added missing definitions. + +2003-02-07 Marcus Boerger + + * sapi/cli/php.1: + Adding some text and some backslashes which are needed sometimes + somewhere... + + * sapi/cli/php_cli.c: + Define STDIN/OUT/ERR for -B -R -F -E (works as expected). + Enable exit in same switches. + +2003-02-07 Ilia Alshanetsky + + * NEWS: + New function news. + + * ext/standard/basic_functions.c + ext/standard/php_string.h + ext/standard/string.c: + Added str_split() function. This function can be used to break down a + string into an array. + + * ext/standard/basic_functions.c + ext/standard/url.c + ext/standard/url.h + main/streams.c: + Added get_browser() function. This function can be used to fetch the + headers + sent by the server when a request is made for a given URL. + +2003-02-07 Marcus Boerger + + * sapi/cli/php_cli.c: + No more maximum line size for -R and -F + +2003-02-07 Uwe Schindler + + * sapi/nsapi/nsapi.c: + (NSAPI SAPI) Fixed _SERVER[] variables (all headers included) to be now + similar to apache SAPI; with this new file the memory leaks (webserver + eats up memory during a few days running) are also disappeared (all by + NSAPI allocated strings are freed). + +2003-02-07 Zeev Suraski + + * main/win95nt.h: + Fixlet + +2003-02-07 Dan Kalowsky + + * ext/odbc/php_odbc.c: + MFB + + * (PHP_4_3) + ext/odbc/php_odbc.c: + Patch for Bug #21279 submitted by ernani@php.net + 2003-02-06 James Cox * NEWS: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9baa167ed7..6a0244824c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,32 @@ +2003-02-07 Ilia Alshanetsky + + * zend_builtin_functions.c: + Added a check to ensure that string.h is avaliable before trying to use it. + + Thanks Andi. + + * zend_builtin_functions.c: + Added missing header. + +2003-02-07 Zeev Suraski + + * zend_globals.h + zend_object_handlers.c: + Improve PPP handling of properties + + * zend_config.w32.h: + Better fix + + * zend_config.w32.h: + Fix Windows build + +2003-02-07 Ilia Alshanetsky + + * zend_builtin_functions.c: + Fixed bug #15734 (Added an optional parameter to get_defined_constants(), + which if passed, will include information regarding who created the + constant). + 2003-02-06 Ilia Alshanetsky * zend_builtin_functions.c: