]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 8 Nov 2008 01:33:12 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Sat, 8 Nov 2008 01:33:12 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index 68717e991ebf8e30f587828c3c8f27fc433ac3ab..168745d4d303100b3575a83eac6465149e499400 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2008-11-07  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/curl/config.m4
+      ext/curl/config.m4:
+      MFH:
+      - Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment)
+        Noticed by: jd at cpanel dot net
+
+    * ext/curl/config.m4:
+      - Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment)
+        Noticed by: jd at cpanel dot net
+
+2008-11-07  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/fileinfo/libmagic/apprentice.c:
+      - MFB: fix VC6 build, use our own strtoi64 implementation for VC6
+
+    * win32/php_strtoi64.h
+      win32/strtoi64.c
+      win32/build/config.w32:
+      - MFB: strtoi64 forward compatible replacement for VC6
+
+2008-11-07  Scott MacVicar  <scott@macvicar.net>
+
+    * ext/sqlite3/libsqlite/sqlite3.h:
+      MFB fix VC6 build
+
+2008-11-07  Alexey Zakhlestin  <indeyets@gmail.com>
+
+    * ext/dba/dba.c
+      sapi/apache2filter/php_functions.c:
+      MFB: new parameter-parsing API
+
+    * (PHP_5_3)
+      ext/dba/dba.c
+      sapi/apache2filter/php_functions.c:
+      new parameter-parsing API
+
+2008-11-07  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * ext/snmp/winsnmp.c:
+      New parameter parsing API
+
+2008-11-07  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_language_parser.y:
+      fix typo causing invalid reads
+
+2008-11-07  Alexey Zakhlestin  <indeyets@gmail.com>
+
+    * (PHP_5_3)
+      main/main.c:
+      added const, as required by struct-definition
+
 2008-11-06  David Soria Parra  <dsoria@gmx.net>
 
     * (PHP_5_3)
index ad011adb621d2925162c8237e8b77f4ce2e187ac..d807cc206458229a910211d03039751c1c69c209 100644 (file)
@@ -1,3 +1,9 @@
+2008-11-07  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_3)
+      zend_language_parser.y:
+      fix typo causing invalid reads
+
 2008-11-05  Arnaud Le Blanc  <arnaud.lb@gmail.com>
 
     * zend_ini_scanner.c