changelog               Sat Sep  7 20:33:58 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1154 php4/ChangeLog:1.1155
--- php4/ChangeLog:1.1154       Fri Sep  6 20:33:46 2002
+++ php4/ChangeLog      Sat Sep  7 20:33:57 2002
@@ -1,3 +1,119 @@
+2002-09-07  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * NEWS: Mention php://output wrapper.
+
+2002-09-07  Jan Lehnardt  <[EMAIL PROTECTED]>
+
+    * ext/standard/info.c:  - cosmetics
+
+2002-09-07  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * NEWS: Fixed typo...
+
+    * ext/mbstring/mbstring.c: This should fix var handling problems finally.
+
+2002-09-07  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * NEWS: Fixed name
+
+    * ext/iconv/iconv.c:
+    Fixed errno hanlding. Patch by Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+    * NEWS: Update entry
+
+    * main/php_variables.c: MFB
+
+    * main/php_variables.c: Fixed POST/GET/COOKIE var handling
+
+2002-09-07  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/gd/config.m4: This was not a good idea.
+
+2002-09-07  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * main/SAPI.c: WebDAV MKCOL can have post data body, see rfc2518 8.3.1
+
+2002-09-07  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * NEWS: Update entry
+
+2002-09-07  Sergey Kartashoff  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/mbstring/mbstring.c: MFH
+
+    * ext/mbstring/mbstring.c:
+    Fixed array var handling. Patch by Moriyoshi Koizumi 
+<[EMAIL PROTECTED]>
+
+2002-09-07  Sander Roobol  <[EMAIL PROTECTED]>
+
+    * ext/gd/config.m4: Fix build with bundled gd when builddir!=srcdir
+
+2002-09-07  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * NEWS: - This should have been in the release (but unfortunately wasn't)
+
 2002-09-06  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * configure.in: Fix the errors reported by Melvyn


Reply via email to