]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 15 Jul 2005 05:34:39 +0000 (05:34 +0000)
committer <changelog@php.net> <>
Fri, 15 Jul 2005 05:34:39 +0000 (05:34 +0000)
ChangeLog
Zend/ChangeLog

index f7ffe8ec3ce290d945eeefc0d9635af3c666564c..735c2468db1978e0a12750cfbeddaafd6ed41b99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index f662dcf4195da4ec13b7fee07f454fb9e7577d5a..f0ccb9ccb0555868b7cc46014d5088510440fa7d 100644 (file)
@@ -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: