UPD_STATIC_PROP(long, catch, 1);
php_end_ob_buffers(0 TSRMLS_CC);
- php_start_ob_buffer(NULL, 40960, 0 TSRMLS_CC);
+ php_start_ob_buffer(NULL, 0, 0 TSRMLS_CC);
/* register shutdown function */
{
</lead>
<date>2006-00-00</date>
<version>
- <release>1.0.1</release>
+ <release>1.0.2dev</release>
<api>1.0.0</api>
</version>
<stability>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-* Fixed build with gcc-2.95 (Thanks to Alexander Zhuravlev)
-* Fixed memory leak in inflate code (Thanks to Thomas Landro Johnsen)
+* Fixed HttpResponse::capture() failure if buffered output exceeds 40k
]]></notes>
<contents>
<dir name="/">
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define PHP_EXT_HTTP_VERSION "1.0.1"
+#define PHP_EXT_HTTP_VERSION "1.0.2dev"
#ifdef HAVE_CONFIG_H
# include "config.h"