changelog               Fri Mar 12 20:33:20 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1565&r2=1.1566&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1565 php-src/ChangeLog:1.1566
--- php-src/ChangeLog:1.1565    Thu Mar 11 20:33:46 2004
+++ php-src/ChangeLog   Fri Mar 12 20:33:18 2004
@@ -1,3 +1,117 @@
+2004-03-12  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+    * configure.in:
+      MFB: Test getaddrinfo() for brokenness. Pretend it doesn't exist if it
+      misbehaves.
+
+2004-03-12  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * ext/curl/interface.c:
+      zval **, not a zval *
+
+    * ext/curl/interface.c:
+      avoid a memory leak when a php_curl handle is allocated, but the
+      initialization
+      of a CURL handle fails.
+
+    * ext/curl/interface.c
+      ext/curl/php_curl.h:
+      add the curl_copy_handle() function which will exactly duplicate a cURL
+      handle.
+      Useful when you have multiple "similair" transforms as with a multi handle
+      with
+      only small variances (like the URL)
+
+2004-03-12  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Common.php:
+      - revert previous commit:
+       - Features freeze period
+       - No agreement on this change
+       - Even if an agreement exists, this change is not enough to allow the
+         usage of this new tag
+
+2004-03-12  Martin Jansen  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Common.php:
+      - Adding new state "emeritus", which can be used for former maintainers of
+        packages.
+      
+      Submitted by: Daniel Convissor
+      
+
+2004-03-12  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/curl/curl.c:
+      MFH: Add checks of return values from user callback functions.
+
+2004-03-12  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/standard/basic_functions.c:
+      MFH
+        getopt() doesn't work if variables_order does not include "S" because it
+        only looks in $_SERVER for argv.  So, if we don't find argv in $_SERVER
+        fall back to looking in the global symbol table where register_argc_argv
+        would have put it.
+
+2004-03-12  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/curl/interface.c:
+      Simplify check.
+
+    * ext/curl/interface.c:
+      Additional checks of return values from user callback functions.
+
+2004-03-12  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * ext/standard/datetime.c
+      ext/standard/datetime.c:
+      Fix/workaround for http://bugs.php.net/27533
+
+2004-03-12  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * ext/curl/interface.c:
+      leave length as -1, no need to strdup()
+
+2004-03-12  John Coggeshall  <[EMAIL PROTECTED]>
+
+    * ext/curl/interface.c:
+      Opps. Shouldn't look at the value, just the type
+
+    * ext/curl/interface.c:
+      CURLOPT_INFILE === CURLOPT_READDATA
+
+    * ext/curl/interface.c:
+      Fixed a crash which happens if your READFUNCTION callback doesn't actually
+      return a string as promised.
+
+2004-03-12  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      sapi/cgi/cgi_main.c:
+      MFH: Fixed bug #22127 (Invalid response code when force-cgi-redirect safety
+      mechanism is triggered).
+
+    * sapi/cgi/cgi_main.c:
+      Invalid response code when force-cgi-redirect safety mechanism is triggered
+
+    * ext/mbstring/mbstring.c:
+      Fixed compiler warning.
+
+2004-03-12  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      configure.in:
+      Test getaddrinfo() for brokenness.  Pretend it doesn't exist if it
+      misbehaves.
+
 2004-03-11  Frank M. Kromann  <[EMAIL PROTECTED]>
 
     * ext/ming/config.w32:

Reply via email to