diff options
-rw-r--r-- | ChangeLog | 34 | ||||
-rw-r--r-- | Zend/ChangeLog | 9 |
2 files changed, 43 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: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f662dcf419..f0ccb9ccb0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2005-07-14 Andi Gutmans <andi@zend.com> + + * zend.h: + - Back to -dev + + * (php_5_1_0b3) + zend.h: + - Beta 3 + 2005-07-12 Andi Gutmans <andi@zend.com> * zend.h: |