changelog               Wed Mar  5 20:33:04 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1285 php4/ChangeLog:1.1286
--- php4/ChangeLog:1.1285       Tue Mar  4 20:33:33 2003
+++ php4/ChangeLog      Wed Mar  5 20:33:04 2003
@@ -1,3 +1,124 @@
+2003-03-05  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * acinclude.m4:
+      Allow shared modules to be built using $(CXX)
+
+2003-03-05  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      I was bored..
+
+2003-03-05  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * ext/standard/filters.c:
+      Fixed a small leak in the convert filter code
+
+2003-03-05  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * (PHP_4)
+      configure.in:
+      test commit
+
+2003-03-05  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      Bug fixing news.
+
+    * main/rfc1867.c:
+      Fixed bug #22550 (overflow protection for upload_max_filesize ini setting).
+
+    * (PHP_4_3)
+      NEWS:
+      GD news.
+
+    * ext/gd/tests/bug22544.phpt:
+      
+      Added test case for bug #22544.
+
+2003-03-05  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * sapi/apache2filter/sapi_apache2.c
+      sapi/apache2handler/sapi_apache2.c:
+      - Fix for some unixware compile problem. (comment by Sascha :)
+
+2003-03-05  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/gd/gd.c:
+      Better identification of bundled GD library.
+
+    * (PHP_4_3)
+      ext/gd/gd.c
+      ext/gd/gdcache.c
+      ext/gd/gdcache.h
+      ext/gd/gdttf.c
+      ext/gd/php_gd.h
+      ext/gd/libgd/gd.c
+      ext/gd/libgd/gd.h
+      ext/gd/libgd/gd_arc_f_buggy.c
+      ext/gd/libgd/gd_gd2.c
+      ext/gd/libgd/gd_gif_in.c
+      ext/gd/libgd/gd_jpeg.c
+      ext/gd/libgd/gd_png.c
+      ext/gd/libgd/gd_ss.c
+      ext/gd/libgd/gd_topal.c
+      ext/gd/libgd/gd_wbmp.c
+      ext/gd/libgd/gdcache.c
+      ext/gd/libgd/gdft.c
+      ext/gd/libgd/gdhelpers.c
+      ext/gd/libgd/gdhelpers.h
+      ext/gd/libgd/gdkanji.c
+      ext/gd/libgd/gdxpm.c:
+      Synchronized bundled gd with gd 2.0.11 (bug fixes).
+      MFH
+        1) Use Zend allocation macros instead of native allocation functions.
+        2) Better error reporting mechanism.
+        3) Some style fixes, which allow easier code synchronization &
+      maintenance.
+
+    * ext/gd/libgd/gd_png.c:
+      Fixed bug #22544 (missing fix from official gd).
+
+2003-03-05  Ben Mansell  <[EMAIL PROTECTED]>
+
+    * sapi/cgi/libfcgi/fcgiapp.c:
+      C++ -> C comments
+
+2003-03-05  Corne' Cornelius  <[EMAIL PROTECTED]>
+
+    * ext/informix/ifx.ec:
+      - Reverted emalloc(),efree() changed for persistant connection resources
+
+2003-03-05  Ben Mansell  <[EMAIL PROTECTED]>
+
+    * README.Zeus:
+      Update build instructions for Zeus web server
+
+2003-03-05  Corne' Cornelius  <[EMAIL PROTECTED]>
+
+    * ext/informix/ifx.ec:
+      - Changed malloc() and free() to emalloc() and efree()
+
+2003-03-05  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/mbstring/mbstring.c:
+      MFH: added missing phpinfo entry (Russian support)
+
+    * ext/mbstring/mbstring.c:
+      Added missing phpinfo entry (Russian support)
+
+2003-03-05  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      main/network.c
+      main/streams.c:
+      Fix some signed/unsigned issues with read() and SSL_read() return values.
+      Allow SSL_connect() to retry for non-blocking sockets.
+      Correctly declare the char as unsigned for php_stream_getc(), as per
+      fgetc() semantics.
+
 2003-03-04  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * ext/dba/dba.c
@@ -1040,7 +1161,7 @@
 
     * sapi/apache/libpre.c
       sapi/apache/php_apache_http.h:
-      Added missing headers and $Id: ChangeLog,v 1.1285 2003/03/05 01:33:33 changelog 
Exp $ tags.
+      Added missing headers and $Id: ChangeLog,v 1.1286 2003/03/06 01:33:04 changelog 
Exp $ tags.
 
     * sapi/cgi/config9.m4:
       MFB: Fixed bug #22356 (Do not add empty -I flags).
@@ -1599,7 +1720,7 @@
       main/streams/plain_wrapper.c
       main/streams/streams.c
       main/streams/userspace.c:
-      ws fixes + missing $Id: ChangeLog,v 1.1285 2003/03/05 01:33:33 changelog Exp $ 
tags, headers added
+      ws fixes + missing $Id: ChangeLog,v 1.1286 2003/03/06 01:33:04 changelog Exp $ 
tags, headers added
 
 2003-02-19  Corne' Cornelius  <[EMAIL PROTECTED]>
 
@@ -2517,7 +2638,7 @@
 
     * (PHP_4_3)
       sapi/cgi/cgi_main.c:
-      Added missing $Id: ChangeLog,v 1.1285 2003/03/05 01:33:33 changelog Exp $ tag
+      Added missing $Id: ChangeLog,v 1.1286 2003/03/06 01:33:04 changelog Exp $ tag
 
 2003-02-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
 


Reply via email to