changelog               Fri Feb  3 06:31:41 2006 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2244&r2=1.2245&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2244 php-src/ChangeLog:1.2245
--- php-src/ChangeLog:1.2244    Thu Feb  2 06:31:41 2006
+++ php-src/ChangeLog   Fri Feb  3 06:31:41 2006
@@ -1,3 +1,70 @@
+2006-02-02  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/xml/xml.c:
+      MF51: nuke unused variable
+
+    * (PHP_5_1)
+      ext/xml/xml.c:
+      nuke unused variable
+
+2006-02-02  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * ext/gd/gd.c
+      ext/gd/libgd/gd.h
+      ext/gd/libgd/gd_jpeg.c:
+      - add a weak/tolerant mode to the jpeg loader
+       * new INI option to enable it (off by default)
+         gd.jpeg_ignore_warning (0|1)
+       * The default mode is the current behavior
+       * if the warning mode is enabled, the image may be loaded succesfully
+         but the jpeg warnings will be raise as notices
+
+2006-02-02  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      main/streams/xp_socket.c:
+      MFH: Prevent bindport from being used uninitialized
+
+    * main/streams/xp_socket.c:
+      Prevent bindport from being used uninitialized
+
+2006-02-02  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/zlib/tests/gzreadgzwrite.phpt
+      ext/zlib/tests/gzreadgzwriteplain.phpt:
+      fix tests
+
+    * (PHP_5_1)
+      NEWS:
+      fix #36258 (SplFileObject::getPath() may lead to segfault)
+
+2006-02-02  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      NEWS:
+      Bug #36226 Inconsistent handling when passing potential arrays
+
+    * sapi/cgi/config9.m4
+      sapi/cgi/config9.m4
+      sapi/cli/config.m4
+      sapi/cli/config.m4:
+      AIX support
+
+    * (PHP_5_1)
+      NEWS
+      sapi/cgi/cgi_main.c
+      sapi/cgi/config.w32
+      sapi/cgi/config9.m4
+      sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.h:
+      Reimplement FastCGI interface
+      
+      Due to licensing restrictions that actually don't allow anybody to use
+      the libfcgi code without prior approval from Open Market, which is
+      impossible to obtain - we decided to reimplement this interface from
+      scratch.  The result is actually slightly faster, and more importantly,
+      clear of any copyright issues.
+
 2006-02-01  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * (PHP_5_1)

Reply via email to