#endif
#ifndef ZEND_MN
-# define ZEND_MN(name) zim_##name
+# define ZEND_MN(name) ZEND_FN(name)
#endif
#ifdef WONKY
</maintainer>
</maintainers>
<release>
- <version>1.5.0</version>
- <date>2007-02-20</date>
+ <version>1.5.1</version>
+ <date>2007-02-21</date>
<license>BSD, revised</license>
<state>stable</state>
- <notes>* Fixed responses to range requests which asked for the first byte (0-0)
-* Fixed Win32 build
+ <notes>* Fixed build with PHP-5 < v5.2
</notes>
<deps>
<dep type="php" rel="ge" version="4.3"/>
<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2007-02-20</date>
+ <date>2007-02-21</date>
<version>
- <release>1.5.0</release>
+ <release>1.5.1</release>
<api>1.5.0</api>
</version>
<stability>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-* Fixed responses to range requests which asked for the first byte (0-0)
-* Fixed Win32 build
+* Fixed build with PHP-5 < v5.2
]]></notes>
<contents>
<dir name="/">
#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"