changelog               Mon Mar 14 20:43:04 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1922&r2=1.1923&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1922 php-src/ChangeLog:1.1923
--- php-src/ChangeLog:1.1922    Sun Mar 13 20:41:59 2005
+++ php-src/ChangeLog   Mon Mar 14 20:43:00 2005
@@ -1,3 +1,113 @@
+2005-03-14  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * pear/go-pear-list.php
+      pear/go-pear-list.php:
+      
+      this needs updating
+
+2005-03-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * configure.in:
+      - Fixed bug #32200 (prevent using both --with-apxs2 and 
--with-apxs2filter)
+
+    * (PHP_4_3)
+      NEWS
+      ext/openssl/openssl.c
+      ext/openssl/openssl.c:
+      MFH: - Fixed bug #18613 (Multiple OUs in x509 certificate not handled
+      properly)
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * ext/openssl/openssl.c:
+      - Fixed bug #18613 (Multiple OUs in x509 certificate not handled 
properly)
+
+2005-03-14  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * main/SAPI.c
+      main/SAPI.h
+      sapi/aolserver/aolserver.c
+      sapi/apache/mod_php5.c
+      sapi/apache2filter/sapi_apache2.c
+      sapi/apache2handler/sapi_apache2.c
+      sapi/apache_hooks/mod_php5.c
+      sapi/cgi/cgi_main.c
+      sapi/thttpd/thttpd.c
+      sapi/tux/php_tux.c:
+      Fix for bug #32263
+      This adds proto_num to request_info.  It is defaulted to HTTP 1.0 (1000)
+      such that it has a valid value even if the underlying sapi doesn't set it
+      correctly.  It is then used to determine if a 302 or a 303 should be sent
+      on a Location redirect.  Any non GET/HEAD HTTP 1.1 redirect will get a 
303
+      instead of a 302 to be compatible with the HTTP spec.
+
+2005-03-14  Zeev Suraski  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_ini.c:
+      Clarify logic
+
+    * win32/registry.c:
+      Merge registry fix
+
+    * (PHP_4_3)
+      win32/registry.c:
+      Fix an age old bug in parsing paths when reading
+      INI values from the registry
+
+2005-03-14  Anantha Kesari H Y  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      ext/session/session.c:
+      NetWare specific stat structure changes
+
+    * (PHP_5_0)
+      main/php.h:
+      PHP_OS and PHP_UNAME for NetWare are getting populated from the
+      ph_config.h(configure.in)
+
+    * (PHP_5_0)
+      configure.in:
+      For cross compiler uname's output while running on build machine can not 
be
+      stored in PHP_OS and PHP_UNAME
+
+2005-03-14  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_builtin_functions.c:
+      ws
+
+2005-03-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      ext/curl/curl.c:
+      MFH: - Fixed bug #30609 (cURL functions bypass open_basedir)
+
+    * (PHP_5_0)
+      NEWS
+      ext/curl/interface.c
+      ext/curl/interface.c:
+      - Fixed bug #30609 (cURL functions bypass open_basedir)
+
+2005-03-14  Zeev Suraski  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS:
+      RC1
+
+2005-03-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      -sigh*
+
+2005-03-14  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * ext/xml/tests/bug32001.phpt
+      ext/xml/tests/bug32001.phpt:
+      - Turn off incorrect case folding to let test over.
+
 2005-03-13  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * (PHP_4_3)
@@ -1836,7 +1946,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.1922 2005/03/14 01:41:59 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.1923 2005/03/15 01:43:00 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -2317,7 +2427,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.1922 2005/03/14 01:41:59 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.1923 2005/03/15 01:43:00 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -3791,7 +3901,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.1922 2005/03/14 01:41:59 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.1923 2005/03/15 01:43:00 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:


Reply via email to