changelog               Thu May 21 01:32:46 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3409&r2=1.3410&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3409 php-src/ChangeLog:1.3410
--- php-src/ChangeLog:1.3409    Wed May 20 01:32:40 2009
+++ php-src/ChangeLog   Thu May 21 01:32:45 2009
@@ -1,3 +1,113 @@
+2009-05-20  Ilia Alshanetsky  <i...@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.taski...@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....@gmail.com>
+
+    * ext/pdo_dblib/pdo_dblib.c:
+      Fixed shared build
+
+2009-05-20  Arnaud Le Blanc  <arnaud...@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  <t...@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...@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....@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  <p...@derickrethans.nl>
 
     * ext/date/php_date.c:
@@ -41055,7 +41165,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3409 2009/05/20 01:32:40 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3410 2009/05/21 01:32:45 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to