]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 21 May 2009 01:32:45 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Thu, 21 May 2009 01:32:45 +0000 (01:32 +0000)
ChangeLog

index 8bd502388cc5b677108a6e483cc363c53c4057ad..e51690760bf2cca1478458a8af52bd5603d89764 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,113 @@
+2009-05-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/pdo_sqlite/sqlite_statement.c
+      ext/pdo_sqlite/sqlite_statement.c:
+      
+      MFB: Re-introduce the Matteo's patch and combine default & text handling
+      since they appear to be the same irregardless on notes inside sqlite3.h
+
+    * (PHP_5_2)
+      ext/pdo_sqlite/sqlite_statement.c:
+      Re-introduce the Matteo's patch and combine default & text handling since
+      they appear to be the same irregardless on notes inside sqlite3.h
+
+    * (PHP_5_3)
+      ext/mysqli/mysqli_api.c:
+      Fixed build
+
+2009-05-20  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      ext/standard/dns.c:
+      - Sync with HEAD (thanks Hannes :)
+
+    * ext/standard/dns.c:
+      - Fix non-windows builds too
+
+    * (PHP_5_2)
+      ext/standard/basic_functions.c
+      ext/standard/dns.c
+      ext/standard/dns.h:
+      - Fix win32 build
+
+2009-05-20  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * ext/pdo_dblib/pdo_dblib.c:
+      Fixed shared build
+
+2009-05-20  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * ext/soap/tests/interop/Round2/Base/r2_base_005p.phpt
+      ext/soap/tests/interop/Round2/Base/r2_base_005s.phpt
+      ext/soap/tests/interop/Round2/Base/r2_base_005w.phpt
+      sapi/cli/tests/006.phpt:
+      Fix skipif
+
+2009-05-20  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_2)
+      ext/curl/interface.c
+      ext/curl/interface.c:
+      sync with HEAD
+
+    * ext/curl/interface.c:
+      fix segfault
+
+2009-05-20  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * (PHP_5_2)
+      run-tests.php
+      run-tests.php:
+      MFH: set default value of "precision" ini setting,
+      many tests depend on this
+
+    * run-tests.php:
+      set default value of "precision" ini setting,
+      many tests depend on this
+
+    * ext/sockets/tests/ipv6_skipif.inc
+      ext/sockets/tests/ipv6_skipif.inc
+      ext/sockets/tests/ipv6_skipif.inc
+      ext/sockets/tests/ipv6loop.phpt
+      ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt:
+        1.1.4;
+      Fix skipif
+
+    * (PHP_5_2)
+      NEWS
+      ext/sockets/sockets.c
+      ext/sockets/sockets.c:
+      MFH: Fixed bug #48326 (constant MSG_DONTWAIT not defined)
+
+2009-05-20  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * (PHP_5_3)
+      ext/mysql/php_mysql.c
+      ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_prop.c
+      ext/pdo_mysql/mysql_statement.c:
+      MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql
+
+    * ext/mysql/php_mysql.c
+      ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_driver.c
+      ext/mysqli/mysqli_prop.c
+      ext/pdo_mysql/mysql_statement.c:
+      Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql
+
+    * ext/imap/php_imap.c:
+      Nuke warnings (only in HEAD)
+
+    * (PHP_5_3)
+      ext/standard/dns.c:
+      MFH: Fix Windows build, dns_get_record is defined in dns_win32.c, not here
+
+    * ext/date/php_date.c:
+      Nuke newly introduced warning
+
+    * ext/standard/dns.c:
+      Fix Windows build, dns_get_record is defined in dns_win32.c, not here
+
 2009-05-19  Derick Rethans  <php@derickrethans.nl>
 
     * ext/date/php_date.c: