changelog               Thu Jan 29 01:42:34 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3302&r2=1.3303&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3302 php-src/ChangeLog:1.3303
--- php-src/ChangeLog:1.3302    Wed Jan 28 01:34:16 2009
+++ php-src/ChangeLog   Thu Jan 29 01:42:23 2009
@@ -1,3 +1,119 @@
+2009-01-28  Scott MacVicar  <sc...@macvicar.net>
+
+    * (PHP_5_3)
+      ext/sqlite3/sqlite3.c:
+      Fix build on Windows
+
+2009-01-28  Nuno Lopes  <nunoplo...@sapo.pt>
+
+    * ZendEngine2/zend_stream.c:
+      MFB: turn the offset parameter of mmap() back to 0
+
+    * (PHP_5_3)
+      ZendEngine2/zend_stream.c:
+      the offset parameter of mmap() must be aligned to a page boundary 
(although
+      linux doesnt strictly require it).
+      use 0 as offset as it will be small and increment the ptrs afterwards
+
+2009-01-28  Scott MacVicar  <sc...@macvicar.net>
+
+    * (PHP_5_3)
+      ext/standard/tests/file/filetype_variation3.phpt:
+      Broken test, skipif sections had a parse error
+
+2009-01-28  Nuno Lopes  <nunoplo...@sapo.pt>
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+2009-01-28  Felipe Pena  <felipe...@gmail.com>
+
+    * (php_5_3_0beta1)
+      ext/enchant/enchant.c:
+      
+      - Fix build
+
+2009-01-28  Nuno Lopes  <nunoplo...@sapo.pt>
+
+    * ext/pcre/php_pcre.c
+      ext/pcre/tests/bug47229.phpt
+      ext/pcre/tests/preg_quote_basic.phpt:
+      MFB: fix bug #47229: preg_quote should escape '-'
+
+    * ext/pcre/tests/bug47229.phpt
+      ext/pcre/tests/bug47229.phpt
+      ext/pcre/tests/preg_quote_basic.phpt:
+      
+      file bug47229.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      ext/pcre/php_pcre.c:
+      fix bug #47229: preg_quote should escape '-'
+
+2009-01-28  Johannes Schlüter  <johan...@schlueters.de>
+
+    * (PHP_5_2)
+      ext/standard/tests/mail/.cvsignore
+      ext/standard/tests/mail/.cvsignore:
+      - Add .cvsignore
+
+    * ext/standard/tests/mail/.cvsignore
+      ext/standard/tests/mail/.cvsignore
+      ext/standard/tests/mail/.cvsignore:
+        1.1.4;
+      - Add .cvsignore
+
+    * (PHP_5_3)
+      NEWS
+      configure.in
+      main/php_version.h:
+      Back to -dev
+
+    * (PHP_5_3)
+      NEWS
+      configure.in
+      main/php_version.h:
+      PHP 5.3.0beta1
+
+    * (PHP_5_3)
+      ext/phar/config.m4:
+      Properly disable phar for the moment
+
+2009-01-28  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - enchant entry and fix news
+
+2009-01-28  Steph Fox  <steph....@virgin.net>
+
+    * (PHP_5_3)
+      UPGRADING:
+      - Skeleton version taken directly from the scratchpad and tidied.
+
+2009-01-28  Scott MacVicar  <sc...@macvicar.net>
+
+    * (PHP_5_3)
+      NEWS
+      ext/phar/config.m4:
+      Disable Phar on big endian systems for beta 1.
+
+2009-01-28  Antony Dovgal  <t...@daylessday.org>
+
+    * ext/date/tests/date_sunrise_and_sunset_basic.phpt
+      ext/date/tests/date_sunrise_and_sunset_basic.phpt
+      ext/date/tests/date_sunrise_and_sunset_basic.phpt:
+      fix test
+
+2009-01-28  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * ext/spl/php_spl.h:
+      - MFB: fix build
+
+    * win32/php_stdint.h:
+      - MFB: sync 5.3
+
 2009-01-27  Ilia Alshanetsky  <i...@prohost.org>
 
     * sapi/apache_hooks/php_apache.c:
@@ -28841,7 +28957,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3302 2009/01/28 01:34:16 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3303 2009/01/29 01:42:23 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to