changelog               Mon Feb 21 20:35:55 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1901&r2=1.1902&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1901 php-src/ChangeLog:1.1902
--- php-src/ChangeLog:1.1901    Sun Feb 20 20:33:52 2005
+++ php-src/ChangeLog   Mon Feb 21 20:35:54 2005
@@ -1,3 +1,138 @@
+2005-02-21  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      ext/mysqli/tests/skipif.inc:
+      Added missing skipif.inc (bug #31940)
+
+    * main/SAPI.c:
+      Nuke unused variables when PCRE is not compiled in
+
+    * main/SAPI.c:
+      Remove the useless TSRM_FETCH calls
+
+2005-02-21  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * NEWS
+      NEWS:
+      - BFN
+
+    * ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.c:
+      - WS fix.
+
+    * ext/mbstring/mb_gpc.c
+      ext/mbstring/mbstring.c
+      main/SAPI.c
+      main/SAPI.h
+      main/main.c
+      main/php_content_types.c
+      main/php_content_types.h:
+      - Fix bug #28568 (known_post_content_types is not thread safe).
+
+    * ZendEngine2/Makefile.am:
+      - Add missing entry.
+
+2005-02-21  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      Zend/zend_execute.c:
+      fix overloaded objects via TMP_VAR
+
+    * (PHP_4_3)
+      main/SAPI.c:
+      packport fix from PHP5: read post data if they wreen't read
+
+2005-02-21  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS
+      ext/mbstring/php_mbregex.c:
+      - MFH: fix bug #30868 (evaluated pointer comparison in mbregex causes
+      compile
+        failure).
+
+    * ext/mbstring/php_mbregex.c:
+      - Fix bug #30868 (evaluated pointer comparison in mbregex causes compile
+        failure).
+
+    * (PHP_4_3)
+      NEWS:
+      - MFH: fix bug #30573 (compiler warning due to invalid type cast).
+
+2005-02-21  Anantha Kesari H Y  <[EMAIL PROTECTED]>
+
+    * TSRM/tsrm_virtual_cwd.h:
+      NetWare LibC has lstat implementation
+
+    * TSRM/tsrm_config_common.h:
+      NetWare can make use of autogenerated config header file
+
+    * TSRM/TSRM.c:
+      NetWare has pthreads implementation
+
+    * TSRM/TSRM.h:
+      NetWare can use the tsrm_config.h
+
+    * TSRM/tsrm_virtual_cwd.c:
+      NetWare LibC has a lstat implementation
+
+    * ext/standard/proc_open.c:
+      In NetWare LibC WTERMSIG is avaliable as WIFTERMSIG
+
+2005-02-21  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS:
+      - MFH: fix bug #29989 (type re_registers redefined in oniguruma.h)
+
+2005-02-21  Anantha Kesari H Y  <[EMAIL PROTECTED]>
+
+    * ext/standard/pageinfo.c:
+      NetWare LibC has pwd.h. Removed unwanted extern basic_globals_id
+      declaration for Netware.
+
+    * ext/standard/pack.c:
+      NetWare has pwd.h and removed unwanted check on NEW_LIBC while including
+      param.h
+
+    * ext/standard/link.c:
+      NetWare LibC has pwd.h
+
+    * ext/standard/filestat.c:
+      In NetWare statfs f_bavail member is known as f_bfree
+
+2005-02-21  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * ext/mbstring/mbstring.c:
+      - Fix compiler warnings.
+
+    * (PHP_4_3)
+      ext/mbstring/tests/bug28220.phpt
+      ext/mbstring/tests/bug30549.phpt
+      ext/mbstring/tests/bug31911.phpt:
+      - MFH: add testcases for bug #28220, #30549 and #31911.
+
+    * (PHP_5_0)
+      ext/mbstring/tests/bug28220.phpt
+      ext/mbstring/tests/bug30549.phpt:
+      - MFH: add testcases for bug #28220 and #30549.
+
+    * ext/mbstring/tests/bug28220.phpt
+      ext/mbstring/tests/bug30549.phpt:
+        1.1.4;
+      - Add testcases for bug #28220 and #30549.
+
+    * (PHP_4_3)
+      NEWS
+      ext/mbstring/config.m4:
+      - Upgrade libmbfl (fixers bug #28220, #30549 and #31911).
+
+2005-02-21  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      pear/go-pear-list.php:
+      upgrade to PEAR 1.3.5
+
 2005-02-20  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
 
     * (PHP_5_0)
@@ -354,7 +489,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.1901 2005/02/21 01:33:52 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.1902 2005/02/22 01:35:54 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -835,7 +970,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.1901 2005/02/21 01:33:52 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.1902 2005/02/22 01:35:54 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -2309,7 +2444,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.1901 2005/02/21 01:33:52 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.1902 2005/02/22 01:35:54 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to