changelog               Tue Feb 22 20:35:56 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1902&r2=1.1903&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1902 php-src/ChangeLog:1.1903
--- php-src/ChangeLog:1.1902    Mon Feb 21 20:35:54 2005
+++ php-src/ChangeLog   Tue Feb 22 20:35:55 2005
@@ -1,3 +1,96 @@
+2005-02-22  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      ext/mysql/php_mysql.c
+      ext/mysql/php_mysql.c:
+      MFH: Fixed bug #31288 (Possible crash in mysql_fetch_field(), if
+      mysql_list_fields() was not called previously).
+
+    * ext/mysql/php_mysql.c:
+      Fixed bug #31288 (Possible crash in mysql_fetch_field(), if
+      mysql_list_fields() was not called previously).
+
+2005-02-22  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_objects_API.c:
+      - We cannot provide this fallback becuase it requires zend_object ptr's.
+
+2005-02-22  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      main/SAPI.c
+      main/SAPI.c:
+      MFH: nuke unused variables when PCRE is not compiled statically into PHP
+
+    * ZendEngine2/Zend.m4:
+      Fix cross-compile
+
+    * ZendEngine2/acconfig.h:
+      Fix build (it was #ifNdef NETWARE..)
+
+2005-02-22  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_objects.c
+      ZendEngine2/zend_objects.h
+      ZendEngine2/zend_objects_API.h:
+      - Fix signatures they are all meant to be able to deal with any type in 
any
+        object storage (though we are still missing several parts)
+
+    * ZendEngine2/zend_objects_API.c:
+      - Force calling of dtors unless otherwise specified (fixes several
+      __destruct bugs)
+
+2005-02-22  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      - MFH: fix bug #32063 (mb_convert_encoding ignores named entity 'alpha')
+
+    * (PHP_5_0)
+      NEWS:
+      - One more entry to go.
+
+    * (PHP_5_0)
+      NEWS:
+      - Reorder.
+
+    * (PHP_5_0)
+      NEWS:
+      - MFH: fix bug #32063 (mb_convert_encoding() ignores named entity 
'alpha')
+
+2005-02-22  Anantha Kesari H Y  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend.h:
+      NetWare can include autoconf generated config headers
+
+    * ZendEngine2/acconfig.h:
+      NetWare can make use of the configure script generated header file.
+
+    * TSRM/tsrm_config.nw.h:
+      NetWare can use Autoconf based build system.
+
+2005-02-22  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * main/SAPI.c:
+      - Silly typo.
+
+2005-02-22  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS
+      ext/standard/dir.c
+      main/php_streams.h
+      main/streams/streams.c:
+      MFH: Fixed bug #31515 (Improve performance of scandir() by factor of 10 
or
+      so).
+
+    * ext/standard/dir.c
+      main/php_streams.h
+      main/streams/streams.c:
+      Fixed bug #31515 (Improve performance of scandir() by factor of 10 or 
so).
+
 2005-02-21  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * (PHP_5_0)
@@ -489,7 +582,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.1902 2005/02/22 01:35:54 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.1903 2005/02/23 01:35:55 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -970,7 +1063,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.1902 2005/02/22 01:35:54 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.1903 2005/02/23 01:35:55 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -2444,7 +2537,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.1902 2005/02/22 01:35:54 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.1903 2005/02/23 01:35:55 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to