diff options
author | <changelog@php.net> | 2005-07-15 05:34:39 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-07-15 05:34:39 +0000 |
commit | cdd43e622d88599bb351cc9b4b8495fde8c79918 (patch) | |
tree | a61e16147a14a961a58515b8a7a7d9b66825db36 /ChangeLog | |
parent | 7d1b4145b10f3f30a9b6ca384372fdf6a57c8052 (diff) | |
download | php-git-cdd43e622d88599bb351cc9b4b8495fde8c79918.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +2005-07-14 Ilia Alshanetsky <ilia@prohost.org> + + * ext/standard/http_fopen_wrapper.c: + Properly recognize redirect code 303. + When encountering redirect on POST request follow browsers and cURL and + perform GET on the specified location field. + +2005-07-14 Andi Gutmans <andi@zend.com> + + * configure.in + ZendEngine2/zend.h + main/php_version.h: + - Back to -dev + + * (php_5_1_0b3) + NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Beta 3 + +2005-07-14 Jani Taskinen <jani.taskinen@sci.fi> + + * (php_5_1_0b3) + acinclude.m4 + configure.in + main/php_network.h: + - Fixed cacheing bug in PHP_SOCKADDR_SA_LEN macro + - Removed duplicate sa_len check from configure.in + - Unified the sockaddr tests into PHP_SOCKADDR_CHECKS macro + + * acinclude.m4: + Fix the re_magic test by adding missing #include <sys/types.h> + 2005-07-13 Sara Golemon <php@alphaweb.net> * ext/standard/ftp_fopen_wrapper.c: |