- changelog
authorMichael Wallner <mike@php.net>
Mon, 10 Jul 2006 12:50:07 +0000 (12:50 +0000)
committerMichael Wallner <mike@php.net>
Mon, 10 Jul 2006 12:50:07 +0000 (12:50 +0000)
- don't forget about win32 build

config.w32
package2.xml

index 68bf7bc9bf9b6bb93dde9017f7ff0529e2ff45ba..35a0dcbea280ffd6f69170d55817fa527ec91e98 100644 (file)
@@ -63,6 +63,10 @@ if (PHP_HTTP != "no") {
        AC_DEFINE("HAVE_HTTP", 1, "Have extended HTTP support");
        AC_DEFINE("HTTP_SHARED_DEPS", 1, "Depend on shared extensions");
        
+       AC_DEFINE("HAVE_GETHOSTNAME", 1);
+       AC_DEFINE("HAVE_GETSERVBYPORT", 1);
+       AC_DEFINE("HAVE_GETSERVBYNAME", 1);
+       
        if (PHP_DEBUG != "no") {
                ADD_FLAG("CFLAGS_HTTP", "/W3");
        }
index cd98b98929487f41f5e0628d1344276b25287dfc..ed5c16f0a3c365dc53a5832ba14747178a979143 100644 (file)
@@ -39,6 +39,7 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
+* Fixed endless loop in http_build_url("..")
 * Fixed HttpResponse::capture() failure if buffered output exceeds 40k
 * Fixed HttpQueryString failures with objects as params
 * Added HttpQueryString::mod(array $params) method