changelog               Sun Mar 17 20:20:49 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.986 php4/ChangeLog:1.987
--- php4/ChangeLog:1.986        Sat Mar 16 20:19:36 2002
+++ php4/ChangeLog      Sun Mar 17 20:20:48 2002
@@ -1,3 +1,136 @@
+2002-03-17  Marcus Börger  <[EMAIL PROTECTED]>
+
+    * main/memory_streams.c
+      main/php_memory_streams.h: -added temporary streams
+    -added stream debug code
+
+2002-03-17  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * main/network.c
+      main/php_network.h
+      main/php_streams.h
+      main/streams.c
+      ext/zlib/php_zlib.h
+      ext/zlib/zlib.c
+      ext/zlib/zlib_fopen_wrapper.c
+      main/main.c
+      ext/standard/ftp_fopen_wrapper.c
+      ext/standard/http_fopen_wrapper.c
+      ext/standard/image.c
+      ext/standard/php_fopen_wrapper.c
+      ext/standard/php_fopen_wrappers.h
+      ext/pgsql/pgsql.c
+      ext/standard/basic_functions.c
+      ext/ftp/php_ftp.c
+      ext/gd/gd.c
+      ext/mailparse/mailparse.c
+      ext/ming/ming.c
+      ext/exif/exif.c:
+    Streams now make more use of the memory manager, so tracking down
+    leaking streams should be easier.
+
+2002-03-17  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/iconv/config.m4
+      ext/xmlrpc/config.m4
+      ext/xslt/config.m4
+      acinclude.m4:
+    - Made one test/setup macro for iconv and fixed it to check
+      for libc first.
+
+2002-03-17  Stefan Esser  <[EMAIL PROTECTED]>
+
+    * main/safe_mode.c:
+    SAFE_MODE restriction error message fixed if the file doesn't exist
+
+    * ext/standard/basic_functions.c:
+    move_uploaded_files checks open_basedir now
+
+2002-03-17  Jason Greene  <[EMAIL PROTECTED]>
+
+    * ext/pcntl/pcntl.c: Remove already included file
+
+2002-03-17  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * configure.in: Fix build.
+
+2002-03-17  Sander Roobol  <[EMAIL PROTECTED]>
+
+    * ext/gd/php_gd.h:
+    Fixed compile error about gdImageColorResolve (#14426, #15000).
+
+2002-03-17  Harald Radi  <[EMAIL PROTECTED]>
+
+    * ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.re: removed anoying warnings
+
+    * win32/php4dllts.dsp: reduced warninglevel to remove the annoying
+    warnings from the re2c generated code
+
+2002-03-17  James Cox  <[EMAIL PROTECTED]>
+
+    * NEWS: NEWS is my friend...
+
+    * NEWS: s/-/ ./
+
+    * NEWS: no, really update it
+
+2002-03-17  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * main/Makefile.in: - This is not used anymore.
+
+2002-03-17  James Cox  <[EMAIL PROTECTED]>
+
+    * NEWS: updated NEWS
+
+2002-03-17  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * main/php_streams.h
+      main/streams.c
+      main/fopen_wrappers.h
+      README.STREAMS:
+    Fix for php_stream_gets when the implementation does not support it
+    natively (Thanks Marcus).
+
+    Implement php_stream_make_seekable() and add STREAM_MUST_SEEK as an
+    option to php_stream_open_wrapper().
+    See README.STREAMS for usage.
+
+    * main/fopen_wrappers.h
+      main/php_network.h: tidy up the headers (streams related)
+
+    * main/network.c
+      main/php_network.h
+      ext/standard/fsock.c:
+    Fix for Bug #16121: make unix socket names binary safe.
+
+    * run-tests.php: fix problems with cgi/cli sapi when running tests
+
+2002-03-17  Marcus Börger  <[EMAIL PROTECTED]>
+
+    * ext/exif/exif.c:
+    * main/streams.c: -fix bug with wrappers
+
+2002-03-17  Markus Fischer  <[EMAIL PROTECTED]>
+
+    * ext/vpopmail/config.m4:
+    - Let configure also detect installation in standard unix paths.
+    - Properly format error message.
+
+2002-03-17  Shane Caraveo  <[EMAIL PROTECTED]>
+
+    * sapi/cgi/libfcgi/os_win32.c: fix closing pipes
+    fix buffer overrun
+
+2002-03-17  Markus Fischer  <[EMAIL PROTECTED]>
+
+    * ext/pcntl/pcntl.c: - Fix some compiler warnings and errors.
+
+2002-03-17  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/ming/ming.c
+      ext/standard/fsock.c: fix win32 warning and ming leak
+
 2002-03-16  Stig Bakken  <[EMAIL PROTECTED]>
 
     * pear/PEAR/Config.php: * added optional layer parameter to get() method


Reply via email to