From: Date: Sun, 8 Sep 2002 00:33:57 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_91~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a37e35e9b35ef6a031e0bfc0cc4bee1cccc2953e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b8ab4711f5..990e020178 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,119 @@ +2002-09-07 Wez Furlong + + * NEWS: Mention php://output wrapper. + +2002-09-07 Jan Lehnardt + + * ext/standard/info.c: - cosmetics + +2002-09-07 Yasuo Ohgaki + + * NEWS: Fixed typo... + + * ext/mbstring/mbstring.c: This should fix var handling problems finally. + +2002-09-07 Ilia Alshanetsky + + * ext/standard/http_fopen_wrapper.c: + Added a check to ensure user_agent header is not sent if user_agent value + if blank. + +2002-09-07 Yasuo Ohgaki + + * NEWS: Fixed name + + * ext/iconv/iconv.c: + Fixed errno hanlding. Patch by Moriyoshi Koizumi + + * NEWS: Update entry + + * main/php_variables.c: MFB + + * main/php_variables.c: Fixed POST/GET/COOKIE var handling + +2002-09-07 Wez Furlong + + * ext/standard/file.c + ext/standard/http_fopen_wrapper.c + main/php_streams.h + main/streams.c: Fix a couple of bad pointer indirections (oops). + Lets stick to a single category of "http" for the "user_agent" + context override. + + * ext/standard/php_fopen_wrapper.c: fix warning + +2002-09-07 Jani Taskinen + + * ext/gd/config.m4: This was not a good idea. + +2002-09-07 Wez Furlong + + * ext/standard/php_fopen_wrapper.c: + Implement php://output wrapper, which can be used to write to the output + buffer via PHPWRITE. + + * main/user_streams.c: + Tag user streams as being URLs, so that safe mode restrictions + will come into play. + +2002-09-07 Hartmut Holzgraefe + + * main/SAPI.c: WebDAV MKCOL can have post data body, see rfc2518 8.3.1 + +2002-09-07 Sterling Hughes + + * ext/standard/http_fopen_wrapper.c: commit the correct/up-to-date version + + * ext/standard/basic_functions.h + ext/standard/file.c + ext/standard/http_fopen_wrapper.c: + The stream context is untested, but it should/could work :) Either way it + doesn't make the rest of the code bad. Wez -- please take a looksie for me + :) + + * php.ini-dist + php.ini-recommended: add the user_agent ini option. + +2002-09-07 Yasuo Ohgaki + + * NEWS: Update entry + +2002-09-07 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c: + - New mnogosearch extension features has been added to group results + by site. + - Mnogosearch module fixes and cleanups. + +2002-09-07 Yasuo Ohgaki + + * ext/mbstring/mbstring.c: MFH + + * ext/mbstring/mbstring.c: + Fixed array var handling. Patch by Moriyoshi Koizumi + +2002-09-07 Sander Roobol + + * ext/gd/config.m4: Fix build with bundled gd when builddir!=srcdir + +2002-09-07 Yasuo Ohgaki + + * NEWS: Just in case we have 4.2.4 + + * ext/mbstring/mbstring.c: MFH + + * ext/mbstring/mbstring.c: Fixed trancated value bug when array is used + +2002-09-07 Ilia Alshanetsky + + * ext/standard/http_fopen_wrapper.c: + Fixed a massive memory leak that occurs when an opened webpage returns + a non 200 return code. + +2002-09-07 Markus Fischer + + * NEWS: - This should have been in the release (but unfortunately wasn't) + 2002-09-06 Jani Taskinen * configure.in: Fix the errors reported by Melvyn