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

index 43543bcd0cc0fe8ff9892eb2c807880ca202ffa5..147fe9b529cbc6f9154bcee81f83220d37c68069 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,190 @@
+2009-05-04  Kalle Sommer Nielsen  <kalle.php@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  <scott@macvicar.net>
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+2009-05-04  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * win32/php_stdint.h
+      win32/php_stdint.h:
+      - revert last commit and fix inline
+
+2009-05-04  Scott MacVicar  <scott@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.dev@gmail.com>
+
+    * win32/php_stdint.h
+      win32/php_stdint.h:
+      - a  macro will just do it too
+
+2009-05-04  Derick Rethans  <php@derickrethans.nl>
+
+    * main/main.c:
+      - Fixed warnings
+
+2009-05-04  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      NEWS:
+      - Fix news
+
+2009-05-04  Pierre-Alain Joye  <pierre.dev@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  <scott@macvicar.net>
+
+    * (PHP_5_3)
+      ext/hash/hash.c:
+      Add missing prototypes for mhash, no code changes.
+
+2009-05-04  Pierre-Alain Joye  <pierre.dev@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  <tony@daylessday.org>
+
+    * main/network.c:
+      use correct function
+
+2009-05-04  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      main/network.c:
+      
+      Fixed a possible crash
+
+2009-05-04  Antony Dovgal  <tony@daylessday.org>
+
+    * main/network.c:
+      don't segfault on bindto == NULL
+
+2009-05-04  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - #39637
+
+2009-05-04  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      main/network.c:
+      
+      Fixed bad merge
+
+2009-05-04  Pierre-Alain Joye  <pierre.dev@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  <ilia@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.dev@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  <greg@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.dev@gmail.com>
 
     * ext/curl/interface.c: