changelog               Thu Dec  8 01:45:26 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2187&r2=1.2188&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2187 php-src/ChangeLog:1.2188
--- php-src/ChangeLog:1.2187    Wed Dec  7 01:41:41 2005
+++ php-src/ChangeLog   Thu Dec  8 01:45:24 2005
@@ -1,3 +1,108 @@
+2005-12-07  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      main/SAPI.h:
+      Fix win32 build
+
+2005-12-07  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      ext/pcre/config0.m4:
+      - Readd the file in this branch
+
+2005-12-07  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      ext/standard/basic_functions.c:
+      Undo accidental revert of patch for bug #34729
+
+2005-12-07  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/simplexml/simplexml.c
+      ext/simplexml/tests/000.phpt
+      ext/simplexml/tests/001.phpt
+      ext/simplexml/tests/002.phpt
+      ext/simplexml/tests/003.phpt
+      ext/simplexml/tests/004.phpt
+      ext/simplexml/tests/007.phpt
+      ext/simplexml/tests/010.phpt
+      ext/simplexml/tests/022.phpt
+      ext/simplexml/tests/023.phpt
+      ext/simplexml/tests/024.phpt:
+      Unicode support
+
+    * ext/standard/tests/strings/stristr.phpt
+      ext/standard/tests/strings/strrev.phpt:
+      Fixed tests
+
+    * ZendEngine2/tests/bug35239.phpt
+      ext/standard/tests/array/bug35022.phpt
+      tests/lang/type_hints_003.phpt
+      tests/strings/002.phpt:
+      Fixed test
+
+2005-12-07  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      run-tests.php:
+      MFH:- Made tests that require CGI skipped if it is not available
+
+    * run-tests.php:
+      - Made tests that require CGI skipped if it is not available
+
+    * run-tests.php:
+      - Fix file_put_contents() usage: it returns bytes written and it can be 
0.
+
+    * run-tests.php:
+      - Fixed error messages
+
+2005-12-07  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/standard/var.c:
+      Fixed sleep() magic method with private and protected members
+
+    * run-tests.php:
+      Fixed incorrect basename() usage
+
+    * main/main.c:
+      Fixed memory overflow, because usage of initialized value
+
+2005-12-07  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      main/main.c:
+      MFH: Better critical error handling (fix for previous html encoding 
patch).
+
+    * main/main.c:
+      MFB51: Better critical error handling (fix for previous html encoding
+      patch).
+
+    * (PHP_5_1)
+      main/main.c:
+      Better critical error handling (fix for previous html encoding patch).
+
+    * (PHP_5_1)
+      run-tests.php:
+      Fixed filename picker.
+      Various modernizations of the script.
+
+2005-12-07  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      run-tests.php:
+      - MFH
+        . Support for '--' style switches
+        . Modularize output
+        . Better valgrind integration (valgrind 3.0.0+ required now) (-m)
+        . Ability to generate an additional html style output log (--html)
+        . Ability to test unicode + native tests in one go (-U)
+        . Show list of leaked files in summary if any
+        . Use basename correct
+
+    * run-tests.php:
+      - Show list of leaked files in summary if any
+      - Use basename correct
+
 2005-12-06  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * (PHP_4_4)
@@ -18613,7 +18718,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2187 2005/12/07 06:41:41 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2188 2005/12/08 06:45:24 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -22014,7 +22119,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2187 2005/12/07 06:41:41 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2188 2005/12/08 06:45:24 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -22495,7 +22600,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2187 2005/12/07 06:41:41 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2188 2005/12/08 06:45:24 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -23969,7 +24074,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2187 2005/12/07 06:41:41 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2188 2005/12/08 06:45:24 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to