From: Michael Wallner Date: Wed, 26 Sep 2007 15:44:40 +0000 (+0000) Subject: - changelog X-Git-Tag: RELEASE_1_6_0b2~2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=fcaf2a72a0d55642b9c02e0526e56ce8f33f77f6;hp=2296badf107bded5e8ca4d45fdd8ef0f6e5b1d5b;p=m6w6%2Fext-http - changelog --- diff --git a/package2.xml b/package2.xml index beb0db0..1c5b004 100644 --- a/package2.xml +++ b/package2.xml @@ -28,9 +28,9 @@ support. Parallel requests are available for PHP 5 and greater. mike@php.net yes - 2007-09-05 + 2007-09-00 - 1.6.0b1 + 1.6.0b2 1.6.0 @@ -39,10 +39,16 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised = 7.16.0): o added --with-http-curl-libevent configure option o added HttpRequestPool::enableEvents() +* Fixed a possible crash at module shutdown in the persistent handle API + (probably fixing bug #11509) +* Fixed test suite for PHP4 +* Fixed missing PHP_LIBDIR definition in config.m4 for PHP4 +* Fixed non-standard shell support in config.m4 ]]> @@ -218,6 +224,8 @@ support. Parallel requests are available for PHP 5 and greater. + + diff --git a/php_http.h b/php_http.h index df9ee95..2d3e948 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_EXT_HTTP_VERSION "1.6.0b1" +#define PHP_EXT_HTTP_VERSION "1.6.0b2" #ifdef HAVE_CONFIG_H # include "config.h"