changelog               Thu Aug 21 01:32:27 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3144&r2=1.3145&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3144 php-src/ChangeLog:1.3145
--- php-src/ChangeLog:1.3144    Wed Aug 20 01:33:33 2008
+++ php-src/ChangeLog   Thu Aug 21 01:32:26 2008
@@ -1,3 +1,90 @@
+2008-08-20  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.c:
+      - work around ENV VC6 bug
+
+2008-08-20  Lars Strojny  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/standard/url.c
+      ext/standard/var.c:
+      Reverting local change
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/array.c
+      ext/standard/url.c
+      ext/standard/var.c
+      ext/standard/tests/array/array_reduce.phpt:
+      MFH: Allow mixed $initial (patch by Christian Seiler)
+
+    * ext/standard/array.c
+      ext/standard/tests/array/array_reduce.phpt
+      ext/standard/tests/array/array_reduce.phpt:
+      Allow mixed $initial (patch by Christian Seiler)
+
+2008-08-20  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      win32/build/mkdist.php:
+      - quick fix for ICU dlls (better fix with n level deps will be done 
later)
+
+2008-08-20  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/posix/posix.c:
+      Fix OSX build problem in this branch as well
+
+2008-08-20  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/strings/strtolower.phpt:
+      - Fixed test
+
+2008-08-20  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_language_scanner.l:
+      initialize variable and fix WS
+
+2008-08-20  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * ext/standard/php_crypt_r.c:
+      - MFB: strncpy returns the byte copied not error code or 0
+
+    * (PHP_5_3)
+      ext/standard/php_crypt_r.c:
+      - strncpy returns the byte copied not error code or 0
+
+    * (PHP_5_3)
+      ext/standard/tests/strings/strtolower.phpt:
+      - new args parsing API and correct LOCALE definition (why utf-8 when only
+      ascii is tested)
+
+2008-08-20  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.c
+      ext/standard/basic_functions.c:
+      fix warning
+
+2008-08-20  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS:
+      - Fixed in PHP_5_2
+
+2008-08-20  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS:
+      - Removed entries merged into 5_2
+
+2008-08-20  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ext/pcre/php_pcre.c
+      ext/pcre/tests/bug44925.phpt:
+      MFH: - Fixed bug #44925 (preg_grep() modifies input array). (Nuno)
+
 2008-08-19  Antony Dovgal  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)
@@ -2889,7 +2976,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3144 2008/08/20 01:33:33 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3145 2008/08/21 01:32:26 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to