changelog               Sun Nov 23 01:32:18 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3236&r2=1.3237&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3236 php-src/ChangeLog:1.3237
--- php-src/ChangeLog:1.3236    Sat Nov 22 01:32:12 2008
+++ php-src/ChangeLog   Sun Nov 23 01:32:17 2008
@@ -1,3 +1,135 @@
+2008-11-22  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * ext/mysqlnd/php_mysqlnd.c:
+      - declaration first (fix build win)
+
+2008-11-22  David Coallier  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS:
+      - Removed the "unreleased-fix-feature" entry as per Marcus's request
+      - Made sure to include my PDO fix in the proper 5.3 release
+
+2008-11-22  Scott MacVicar  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/sqlite3/libsqlite/php-sqlite3-changes.patch:
+      MFH Patch file for sqlite3 amalgamation so things don't get missed.
+
+2008-11-22  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * ext/gettext/gettext.c:
+      - Fixed segfault [only in this branch]
+
+2008-11-22  Scott MacVicar  <[EMAIL PROTECTED]>
+
+    * ext/sqlite3/libsqlite/php-sqlite3-changes.patch
+      ext/sqlite3/libsqlite/php-sqlite3-changes.patch:
+      
+      Patch file for sqlite3 amalgamation so things don't get missed.
+
+    * (PHP_5_3)
+      main/php.h
+      win32/build/config.w32.h.in:
+      MFH Better fix for va_copy since some architectures like to do a deep 
copy.
+
+    * main/php.h
+      win32/build/config.w32.h.in:
+      Better fix for va_copy since some architectures like to do a deep copy.
+
+2008-11-22  David Coallier  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      - Removed my duplicate news entry
+
+2008-11-22  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * ext/curl/interface.c:
+      - Fixed segfault [only in this branch, because add_next_* are macro]
+
+2008-11-22  David Coallier  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      - Added the fixed bug #46615
+
+    * (PHP_5_3)
+      NEWS:
+      - Added news item for bug #46615
+
+    * (PHP_5_3)
+      ext/spl/spl_heap.c
+      ext/spl/tests/heap_007.phpt
+      ext/spl/tests/pqueue_003.phpt:
+      - MFH
+      - Bug #46615
+      - Return the count - 1 when invoking SplHeap->key()
+      - Adjusted the tests
+
+    * ext/spl/spl_heap.c:
+      - Return the key - 1
+      - Bug #46615
+
+    * ext/spl/tests/heap_007.phpt
+      ext/spl/tests/pqueue_003.phpt:
+      - Added tests for bug #46615 (Adjustments)
+
+2008-11-22  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * ext/sqlite3/libsqlite/sqlite3.c:
+      - MFB: Fix windows build
+
+    * (PHP_5_3)
+      ext/sqlite3/libsqlite/sqlite3.c:
+      - Fix windows build
+         please keep the fixes while merging the new versions.
+         if the updates do not contain the fixes, create a little todo list so
+      it is
+         not forgotten (wiki)
+
+    * win32/build/config.w32.h.in:
+      - MFB: make va_copy safer using () around arguments
+
+    * (PHP_5_3)
+      win32/build/config.w32.h.in:
+      - make va_copy safer using () around arguments
+
+2008-11-22  Scott MacVicar  <[EMAIL PROTECTED]>
+
+    * win32/build/config.w32.h.in:
+      Fix build on Windows
+
+    * (PHP_5_3)
+      ext/sqlite/sqlite.c:
+      MFH Error handler isn't properly restored when using fetchObject() with
+      SQLite
+
+    * ext/sqlite/sqlite.c:
+      Error handler isn't properly restored when using fetchObject() with 
SQLite
+
+2008-11-22  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS:
+      - BFN
+
+2008-11-22  Scott MacVicar  <[EMAIL PROTECTED]>
+
+    * ext/sqlite3/libsqlite/sqlite3.c
+      ext/sqlite3/libsqlite/sqlite3.h
+      ext/sqlite3/libsqlite/sqlite3ext.h:
+      Update libsqlite to 3.6.6
+
+    * (PHP_5_3)
+      ext/fileinfo/libmagic/print.c
+      ext/fileinfo/tests/finfo_open_error.phpt:
+      MFH Warnings from libmagic should be notices rather than sent to stderr,
+      this fixes a test on Windows
+
+    * ext/fileinfo/libmagic/print.c
+      ext/fileinfo/tests/finfo_open_error.phpt:
+      Warnings from libmagic should be notices rather than sent to stderr, this
+      fixes a test on Windows
+
 2008-11-21  Felipe Pena  <[EMAIL PROTECTED]>
 
     * ext/reflection/php_reflection.c:
@@ -14001,7 +14133,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3236 2008/11/22 01:32:12 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3237 2008/11/23 01:32:17 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to