From fcaf2a72a0d55642b9c02e0526e56ce8f33f77f6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 26 Sep 2007 15:44:40 +0000 Subject: [PATCH] - changelog --- package2.xml | 12 ++++++++++-- php_http.h | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) 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" -- 2.30.2