From d9b3f21f36557489b2164deb9ca43eb53b306e6c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 26 Sep 2007 15:44:30 +0000 Subject: [PATCH 1/1] - changelog --- package2.xml | 15 +++++++++------ php_http.h | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package2.xml b/package2.xml index 2fcea57..eeac955 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-04 + 2007-09-26 - 1.5.5 + 1.5.6 1.5.0 @@ -39,10 +39,11 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised = 7.16.2 -- Removed max_recv_speed and max_send_speed request options - again, due to LFS dependence +* 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 +219,8 @@ support. Parallel requests are available for PHP 5 and greater. + + diff --git a/php_http.h b/php_http.h index 9290a25..2cbeea4 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.5.5" +#define PHP_EXT_HTTP_VERSION "1.5.6" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2