changelog               Sat May  9 01:33:02 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3397&r2=1.3398&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3397 php-src/ChangeLog:1.3398
--- php-src/ChangeLog:1.3397    Fri May  8 01:33:03 2009
+++ php-src/ChangeLog   Sat May  9 01:33:01 2009
@@ -1,3 +1,78 @@
+2009-05-08  Matt Wilmas  <php_li...@realplain.com>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_highlight.c
+      ZendEngine2/zend_language_scanner.l:
+      MFH: Better fix for bug #42767 (at source instead of workaround); also
+      fixes unclosed comments in tokenizer
+      
+      - Plus minor cleanup of unnecessary code, to match 5.3...
+
+2009-05-08  Hannes Magnusson  <hannes.magnus...@gmail.com>
+
+    * main/streams/userspace.c:
+      MFb5.3: fix comments
+
+2009-05-08  Scott MacVicar  <sc...@macvicar.net>
+
+    * ZendEngine2/zend_API.c:
+      PPC machines mark char as unsigned, rather than signed.
+      This caused a segfault when using the T type for zend_parse_parameters
+      because the default value
+      ended up being 255 and never -1
+
+2009-05-08  Hannes Magnusson  <hannes.magnus...@gmail.com>
+
+    * (PHP_5_3)
+      main/streams/userspace.c:
+      Fix comments
+
+2009-05-08  Arnaud Le Blanc  <arnaud...@gmail.com>
+
+    * ext/standard/file.c
+      ext/standard/tests/file/file_variation10.phpt:
+      Fix default behavior of file() (FILE_TEXT flag is the default)
+
+    * ext/standard/file.c:
+      Missing check
+
+    * (PHP_5_3)
+      ext/standard/tests/file/bug44034.phpt:
+      test for #44034
+
+    * ext/standard/file.c
+      ext/standard/file.c
+      ext/standard/tests/file/bug44034.phpt
+      ext/standard/tests/file/bug44034.phpt:
+      MFB5.3 fix for bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work 
as
+      expected when lines end in \r\n) (fixes #48175)
+
+    * ext/standard/tests/file/bug44034.phpt
+      ext/standard/tests/file/bug44034.phpt:
+      
+      file bug44034.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_3)
+      ext/standard/file.c:
+      Fix invalid read
+
+2009-05-08  Antony Dovgal  <t...@daylessday.org>
+
+    * ext/sqlite3/sqlite3.c:
+      fix ZTS build
+
+2009-05-08  Brian Shire  <sh...@tekrat.com>
+
+    * (PHP_5_3)
+      ext/curl/interface.c:
+      MFH: Add missing #ifdef for curl version that does not have 
FTP_FILEMETHOD
+      or IPRESOLVE options. related to fix for bug #39637
+
+    * ext/curl/interface.c:
+      Add missing #ifdef for curl version that does not have FTP_FILEMETHOD or
+      IPRESOLVE options. related to fix for bug #39637
+
 2009-05-07  Matteo Beccati  <mat...@beccati.com>
 
     * (PHP_5_3)
@@ -38801,7 +38876,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3397 2009/05/08 01:33:03 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3398 2009/05/09 01:33:01 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to