changelog               Tue May  5 01:32:45 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3393&r2=1.3394&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3393 php-src/ChangeLog:1.3394
--- php-src/ChangeLog:1.3393    Mon May  4 01:32:48 2009
+++ php-src/ChangeLog   Tue May  5 01:32:44 2009
@@ -1,3 +1,190 @@
+2009-05-04  Kalle Sommer Nielsen  <kalle....@gmail.com>
+
+    * (PHP_5_3)
+      NEWS
+      ext/filter/tests/bug39763.phpt
+      ext/filter/tests/bug42718-2.phpt
+      ext/pcre/tests/bug33200.phpt
+      ext/session/tests/001.phpt
+      ext/session/tests/003.phpt
+      ext/session/tests/004.phpt
+      ext/session/tests/005.phpt
+      ext/session/tests/006.phpt
+      ext/session/tests/007.phpt
+      ext/session/tests/008-php4.2.3.phpt
+      ext/session/tests/009.phpt
+      ext/session/tests/012.phpt
+      ext/session/tests/013.phpt
+      ext/session/tests/014.phpt
+      ext/session/tests/019.phpt
+      ext/standard/tests/general_functions/putenv_error1.phpt
+      ext/standard/tests/general_functions/putenv_error2.phpt
+      ext/standard/tests/misc/syslog_vars_variation1.phpt
+      ext/standard/tests/network/define_syslog_variables_variation-win32.phpt
+      main/main.c
+      tests/basic/bug46313-win.phpt
+      tests/security/magic_quotes_gpc.phpt:
+      Added E_DEPRECATED startup notice (5.3 only)
+
+2009-05-04  Scott MacVicar  <sc...@macvicar.net>
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+2009-05-04  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * win32/php_stdint.h
+      win32/php_stdint.h:
+      - revert last commit and fix inline
+
+2009-05-04  Scott MacVicar  <sc...@macvicar.net>
+
+    * ext/fileinfo/data_file.c:
+      Update libmagic data file to 5.02
+
+    * ext/fileinfo/libmagic/apprentice.c
+      ext/fileinfo/libmagic/apptype.c
+      ext/fileinfo/libmagic/cdf.c
+      ext/fileinfo/libmagic/cdf.h
+      ext/fileinfo/libmagic/compress.c
+      ext/fileinfo/libmagic/file.h
+      ext/fileinfo/libmagic/funcs.c
+      ext/fileinfo/libmagic/magic.c
+      ext/fileinfo/libmagic/patchlevel.h
+      ext/fileinfo/libmagic/readcdf.c
+      ext/fileinfo/libmagic/softmagic.c:
+      Update libmagic to 5.02
+
+2009-05-04  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * win32/php_stdint.h
+      win32/php_stdint.h:
+      - a  macro will just do it too
+
+2009-05-04  Derick Rethans  <p...@derickrethans.nl>
+
+    * main/main.c:
+      - Fixed warnings
+
+2009-05-04  Jani Taskinen  <jani.taski...@sci.fi>
+
+    * (PHP_5_3)
+      NEWS:
+      - Fix news
+
+2009-05-04  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * ext/date/php_date.c
+      ext/date/php_date.c:
+      - cleaner fix
+
+    * win32/php_stdint.h
+      win32/php_stdint.h:
+      - add llabs
+
+2009-05-04  Scott MacVicar  <sc...@macvicar.net>
+
+    * (PHP_5_3)
+      ext/hash/hash.c:
+      Add missing prototypes for mhash, no code changes.
+
+2009-05-04  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * ext/date/php_date.c
+      ext/date/php_date.c
+      ext/date/php_date.c:
+      - fix build
+
+    * php.ini-development
+      php.ini-development
+      php.ini-production
+      php.ini-production:
+      - win extension_dir
+
+2009-05-04  Antony Dovgal  <t...@daylessday.org>
+
+    * main/network.c:
+      use correct function
+
+2009-05-04  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_2)
+      main/network.c:
+      
+      Fixed a possible crash
+
+2009-05-04  Antony Dovgal  <t...@daylessday.org>
+
+    * main/network.c:
+      don't segfault on bindto == NULL
+
+2009-05-04  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - #39637
+
+2009-05-04  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_2)
+      main/network.c:
+      
+      Fixed bad merge
+
+2009-05-04  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * ext/curl/interface.c
+      ext/curl/interface.c:
+      - [DOC] a note about the symbol -> version page/doc
+
+    * (PHP_5_3)
+      ext/curl/interface.c:
+      - [DOC] MFH: #39637, add CURLOPT_FTP_FILEMETHOD which accepts
+      CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD
+
+    * ext/curl/interface.c:
+      - [DOC] #39637, add CURLOPT_FTP_FILEMETHOD which accepts
+      CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD
+
+2009-05-04  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      main/network.c
+      main/network.c:
+      
+      MFB: Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via
+      bindto)
+
+    * (PHP_5_3)
+      main/network.c:
+      Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via 
bindto)
+
+2009-05-04  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - #47739
+
+    * (PHP_5_3)
+      ext/curl/interface.c:
+      - MFH: [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts
+      CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6
+
+    * ext/curl/interface.c:
+      - [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts
+      CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6
+
+2009-05-04  Greg Beaver  <g...@chiaraquartet.net>
+
+    * ext/phar/phar_object.c:
+      MFB: disable mysterious segfault on PHP 5.3 (5.2 not affected)
+
+    * (PHP_5_3)
+      ext/phar/phar_object.c:
+      disable cause of mysterious segfault in PHP 5.3 only (5.2 is fine)
+
 2009-05-03  Pierre-Alain Joye  <pierre....@gmail.com>
 
     * ext/curl/interface.c:
@@ -38308,7 +38495,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3393 2009/05/04 01:32:48 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3394 2009/05/05 01:32:44 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to