changelog               Sat Feb 22 20:31:46 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1274 php4/ChangeLog:1.1275
--- php4/ChangeLog:1.1274       Fri Feb 21 20:31:43 2003
+++ php4/ChangeLog      Sat Feb 22 20:31:45 2003
@@ -1,3 +1,103 @@
+2003-02-22  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/dba/libinifile/inifile.c:
+      Dropped optimization
+
+2003-02-22  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      Correct a bug number - thanks to Philip...
+
+2003-02-22  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/dba/libinifile/inifile.c:
+      INI files are case insensitive
+
+2003-02-22  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.c
+      ext/standard/file.c
+      ext/standard/file.h:
+      Revent previous patch, adding of file_write_content() was premature.
+
+    * ext/standard/basic_functions.c
+      ext/standard/file.c
+      ext/standard/file.h
+      ext/standard/html.c:
+      int/long change.
+
+2003-02-22  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/dba/libinifile/inifile.c:
+      Remove testcode
+
+    * ext/dba/config.m4
+      ext/dba/dba.c
+      ext/dba/dba_inifile.c
+      ext/dba/php_inifile.h
+      ext/dba/libinifile/.cvsignore
+      ext/dba/libinifile/inifile.c
+      ext/dba/libinifile/inifile.h
+      ext/dba/tests/dba_inifile.phpt:
+      
+
+2003-02-22  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c:
+      additional speedup for array_shift(). No need to rehash if the removed
+      element's
+      key is not scalar and elements with scalar keys are already well numbered
+      (sequentially from 0) for some reason. This is the case if the leading
+      elements have no scalar indexes.
+
+2003-02-22  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      Squashed those ugly bugs!
+
+2003-02-22  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c:
+      rehash only in case something is changed.
+
+2003-02-22  Georg Richter  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/mysqli_api.c:
+      removed some comments
+
+    * ext/mysqli/mysqli.c
+      ext/mysqli/mysqli_api.c
+      ext/mysqli/php_mysqli.h:
+      Fixed bug with stmt_close (libmysql bk version 1.1477 required)
+      Fixed bug with mysql_execute and float values
+
+2003-02-22  Justin Erenkrantz  <[EMAIL PROTECTED]>
+
+    * sapi/apache2handler/sapi_apache2.c:
+      Add xbithack support to apache2handler SAPI.
+      
+      (configuration doesn't work, but that's not something new apparently.)
+
+2003-02-22  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/standard/file.c
+      ext/standard/tests/file/bug21131.phpt
+      ext/standard/tests/file/bug22362.phpt
+      ext/standard/tests/file/bug22362.phpt
+      main/php_streams.h
+      main/streams.c:
+      Miscellaneous streams fixes, including probable fixes for:
+      Bug #21131 (fopen with 'a+' and rewind() doesn't work)
+      Bug #21713 (include remote files leaks temporary files + descriptors on
+      Solaris)
+      Bug #21185 (move_uploaded_file() does not ignore open_basedir as it
+      should)
+      Bug #22362 (combinations of fwrite(), fread() and fseek() produce
+      unexpected results)
+
 2003-02-21  Wez Furlong  <[EMAIL PROTECTED]>
 
     * main/network.c
@@ -412,7 +512,7 @@
       main/streams/plain_wrapper.c
       main/streams/streams.c
       main/streams/userspace.c:
-      ws fixes + missing $Id: ChangeLog,v 1.1274 2003/02/22 01:31:43 changelog Exp $ 
tags, headers added
+      ws fixes + missing $Id: ChangeLog,v 1.1275 2003/02/23 01:31:45 changelog Exp $ 
tags, headers added
 
 2003-02-19  Corne' Cornelius  <[EMAIL PROTECTED]>
 
@@ -1330,7 +1430,7 @@
 
     * (PHP_4_3)
       sapi/cgi/cgi_main.c:
-      Added missing $Id: ChangeLog,v 1.1274 2003/02/22 01:31:43 changelog Exp $ tag
+      Added missing $Id: ChangeLog,v 1.1275 2003/02/23 01:31:45 changelog Exp $ tag
 
 2003-02-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
 


Reply via email to