cvs: php-src / ChangeLog

changelog <[email protected]>
Newsgroups gmane.comp.php.cvs.daily
Message-ID <cvschangelog1221269526@cvsserver>
changelog		Sat Sep 13 01:32:06 2008 UTC

  Modified files:              
    /php-src	ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3166&r2=1.3167&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3166 php-src/ChangeLog:1.3167
--- php-src/ChangeLog:1.3166	Fri Sep 12 01:32:04 2008
+++ php-src/ChangeLog	Sat Sep 13 01:32:05 2008
@@ -1,3 +1,125 @@
+2008-09-12  Moriyoshi Koizumi  <[email protected]>
+
+    * ext/mbstring/mbstring.c:
+      - The mb_list_* issue has been resolved in the following way:
+        - Keep the same prototype as 5.2 for mb_list_encodings().
+        - Add mb_list_encoding_aliases() with the mandatory parameter.
+        - Remove mb_list_mime_names() as the list can be made from iteration
+          on mb_list_encodings() with mb_preferred_mime_name().
+
+    * (PHP_5_2)
+      ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.h:
+      - Remove unexposed functions.
+
+    * ext/mbstring/mbstring.c:
+      - Use memcmp() for binary safety.
+
+2008-09-12  Arnaud Le Blanc  <[email protected]>
+
+    * (PHP_5_3)
+      ext/pcntl/tests/pcntl_alarm.phpt
+      ext/pcntl/tests/pcntl_exec.phpt
+      ext/pcntl/tests/pcntl_exec_2.phpt
+      ext/pcntl/tests/pcntl_exec_3.phpt
+      ext/pcntl/tests/pcntl_signal.phpt
+      ext/pcntl/tests/pcntl_wait.phpt:
+      Add tests for pcntl
+
+    * ext/pcntl/tests/pcntl_alarm.phpt
+      ext/pcntl/tests/pcntl_alarm.phpt
+      ext/pcntl/tests/pcntl_exec.phpt
+      ext/pcntl/tests/pcntl_exec.phpt
+      ext/pcntl/tests/pcntl_exec_2.phpt
+      ext/pcntl/tests/pcntl_exec_2.phpt
+      ext/pcntl/tests/pcntl_exec_3.phpt
+      ext/pcntl/tests/pcntl_exec_3.phpt
+      ext/pcntl/tests/pcntl_signal.phpt
+      ext/pcntl/tests/pcntl_signal.phpt
+      ext/pcntl/tests/pcntl_wait.phpt
+      ext/pcntl/tests/pcntl_wait.phpt:
+      
+      Add tests for pcntl
+
+    * ext/pcntl/pcntl.c:
+      initialize optional args
+
+2008-09-12  Felipe Pena  <[email protected]>
+
+    * ext/unicode/unicode_iterators.c
+      ext/unicode/tests/textiterator_getall_001.phpt
+      ext/unicode/tests/textiterator_next_001.phpt:
+      - Fixed endless loop and segfault
+
+    * ext/spl/spl_directory.c:
+      - Missing argument to type "t"
+
+2008-09-12  Arnaud Le Blanc  <[email protected]>
+
+    * (PHP_5_3)
+      ext/phar/phar/pharcommand.inc:
+      MFH: make pharcommand.inc works without ereg
+
+    * ext/phar/phar/pharcommand.inc:
+      make pharcommand.inc works without ereg
+
+2008-09-12  Andrey Hristov  <[email protected]>
+
+    * (PHP_5_3)
+      ext/mysqlnd/mysqlnd_debug.c
+      ext/mysqlnd/mysqlnd_enum_n_def.h
+      ext/mysqlnd/mysqlnd_ps.c
+      ext/mysqlnd/mysqlnd_statistics.c
+      ext/mysqlnd/mysqlnd_statistics.h
+      ext/mysqlnd/mysqlnd_wireprotocol.c:
+      MFH:
+      - More statistics
+      - Fixed endless loop - mysqlnd_stmt_next_result() returned FAIL but as it
+        is defined to be 1 (and PASS is 0), checking for
+      mysqlnd_stmt_more_result()
+        was successful although we were expecting a FAIL.
+
+    * ext/mysqlnd/mysqlnd_debug.c
+      ext/mysqlnd/mysqlnd_enum_n_def.h
+      ext/mysqlnd/mysqlnd_ps.c
+      ext/mysqlnd/mysqlnd_statistics.c
+      ext/mysqlnd/mysqlnd_statistics.h
+      ext/mysqlnd/mysqlnd_wireprotocol.c:
+      - More statistics
+      - Fixed endless loop - mysqlnd_stmt_next_result() returned FAIL but as it
+        is defined to be 1 (and PASS is 0), checking for
+      mysqlnd_stmt_more_result()
+        was successful although we were expecting a FAIL.
+
+2008-09-12  Arnaud Le Blanc  <[email protected]>
+
+    * (PHP_5_3)
+      run-tests.php:
+      MFH: Fix cwd when running tests out of tree with ZTS builds (fixes #45837)
+
+    * run-tests.php:
+      Fix cwd when running tests out of tree with ZTS builds (fixes #45837)
+
+    * ext/pcntl/tests/002.phpt:
+      MFB skipif
+
+    * ext/pcntl/tests/002.phpt:
+      Fix test
+
+2008-09-12  Antony Dovgal  <[email protected]>
+
+    * ext/standard/file.c:
+      fix typo
+      test before commit!
+
+2008-09-12  Felipe Pena  <[email protected]>
+
+    * ext/standard/file.c
+      ext/standard/tests/file/fputcsv_002.phpt
+      ext/standard/tests/file/fputcsv_002.phpt
+      ext/standard/tests/file/fputcsv_002.phpt:
+      - Fixed unexpected zval changes
+
 2008-09-11  Ilia Alshanetsky  <[email protected]>
 
     * ext/openssl/xp_ssl.c:
@@ -5681,7 +5803,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3166 2008/09/12 01:32:04 changelog Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3167 2008/09/13 01:32:05 changelog Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.