changelog               Tue May 19 01:32:39 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3407&r2=1.3408&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3407 php-src/ChangeLog:1.3408
--- php-src/ChangeLog:1.3407    Mon May 18 01:32:44 2009
+++ php-src/ChangeLog   Tue May 19 01:32:38 2009
@@ -1,3 +1,131 @@
+2009-05-18  Derick Rethans  <p...@derickrethans.nl>
+
+    * (PHP_5_3)
+      NEWS
+      configure.in
+      main/php_ini.c
+      scripts/phpize.m4:
+      - MFH: Get rid of the four different versions of zend_extension* and only
+      use
+        zend_extension. Because of the API identifier change in PHP 5.3 you 
also
+      get
+        a proper warning message now.
+
+    * configure.in
+      main/php_ini.c
+      scripts/phpize.m4:
+      - Get rid of the four different versions of zend_extension* and only use
+        zend_extension. Because of the API identifier change in PHP 5.3 you 
also
+      get
+        a proper warning message now.
+
+2009-05-18  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * TSRM/tsrm_win32.c:
+      - MFB: close manually the impersonation token
+
+    * (PHP_5_3)
+      TSRM/tsrm_win32.c:
+      - close manually the impersonation token
+
+2009-05-18  Scott MacVicar  <sc...@macvicar.net>
+
+    * ext/dba/config.m4
+      ext/dba/dba.c
+      ext/dba/dba_tcadb.c
+      ext/dba/php_tcadb.h:
+      Add support for tokyo cabinet, patch from Michael Maclean
+
+2009-05-18  Zoe Slattery  <zoe.slatt...@googlemail.com>
+
+    * (PHP_5_3)
+      ZendEngine2/tests/029.phpt:
+      Removing redundant UEXPECT
+
+2009-05-18  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/file.c:
+      
+      MFB: Fixed bug #48313 (fgetcsv() does not return null for empty rows)
+
+    * (PHP_5_3)
+      ext/standard/file.c:
+      
+      Fixed bug #48313 (fgetcsv() does not return null for empty rows)
+
+2009-05-18  Jani Taskinen  <jani.taski...@sci.fi>
+
+    * (PHP_5_2)
+      ext/session/mod_files.c
+      ext/session/mod_mm.c
+      ext/session/mod_user.c
+      ext/session/php_session.h
+      ext/session/session.c:
+      MFH: Sync WS / CS changes where applicable
+
+    * ext/session/mod_files.c
+      ext/session/mod_mm.c
+      ext/session/mod_user.c
+      ext/session/php_session.h
+      ext/session/session.c:
+      - WS + sync with PHP_5_3 (thanks Ilia & Co.)
+
+2009-05-18  Hannes Magnusson  <hannes.magnus...@gmail.com>
+
+    * run-tests.php:
+      Print out the WARNed section (contains f.e. passing XFAIL tests)
+
+    * ext/sqlite3/tests/sqlite3_31_open.phpt
+      ext/sqlite3/tests/sqlite3_31_open.phpt:
+      Fix test
+
+2009-05-18  Jani Taskinen  <jani.taski...@sci.fi>
+
+    * ext/curl/interface.c:
+      - fix CS, merged one parameter parsing patch missing from HEAD
+
+    * ext/curl/interface.c:
+      - Fix CS
+
+2009-05-18  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * ext/curl/interface.c:
+      - sync with 5.3
+
+    * (PHP_5_3)
+      ext/curl/interface.c:
+      - MFH: use ZEND_ARG_ARRAY_INFO for arginfo_curl_setopt_array
+
+    * (PHP_5_3)
+      ext/curl/interface.c:
+      - sync with HEAD
+
+    * ext/curl/interface.c:
+      - return NULL on invalid args
+
+    * ext/curl/interface.c
+      ext/curl/interface.c
+      ext/curl/interface.c:
+      - WS
+
+    * (PHP_5_3)
+      ext/curl/interface.c:
+      - more WS
+
+    * ext/curl/interface.c:
+      - MFB: - disable file:// when  open_basedir are enabled
+
+    * (PHP_5_3)
+      ext/curl/config.m4:
+      - should not have been commited
+
+    * (PHP_5_3)
+      ext/curl/config.m4
+      ext/curl/interface.c:
+      - MFB: - disable file:// when safe_mode or open_basedir are enabled
+
 2009-05-17  Pierre-Alain Joye  <pierre....@gmail.com>
 
     * TSRM/tsrm_win32.c
@@ -40705,7 +40833,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3407 2009/05/18 01:32:44 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3408 2009/05/19 01:32:38 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to