From: Michael Wallner Date: Wed, 21 Feb 2007 15:48:00 +0000 (+0000) Subject: -release 1.5.1; build failure (PHP5<5.2) due to ZEND_MN misdefinition, thanks Brian X-Git-Tag: RELEASE_1_5_1~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=22e85919b89570a1848bcc8f41949a592ae20b48;p=m6w6%2Fext-http -release 1.5.1; build failure (PHP5<5.2) due to ZEND_MN misdefinition, thanks Brian --- diff --git a/missing.h b/missing.h index d411273..521d62a 100644 --- a/missing.h +++ b/missing.h @@ -76,7 +76,7 @@ #endif #ifndef ZEND_MN -# define ZEND_MN(name) zim_##name +# define ZEND_MN(name) ZEND_FN(name) #endif #ifdef WONKY diff --git a/package.xml b/package.xml index f1c0198..bc58c4e 100644 --- a/package.xml +++ b/package.xml @@ -23,12 +23,11 @@ support. Parallel requests are available for PHP 5 and greater. - 1.5.0 - 2007-02-20 + 1.5.1 + 2007-02-21 BSD, revised stable - * Fixed responses to range requests which asked for the first byte (0-0) -* Fixed Win32 build + * Fixed build with PHP-5 < v5.2 diff --git a/package2.xml b/package2.xml index 2edb7b5..a968cb0 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-02-20 + 2007-02-21 - 1.5.0 + 1.5.1 1.5.0 @@ -39,8 +39,7 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised diff --git a/php_http.h b/php_http.h index a9ebaa5..089e365 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.0" +#define PHP_EXT_HTTP_VERSION "1.5.1" #ifdef HAVE_CONFIG_H # include "config.h"