From b4b3a9ff0e9f853a7f1184d9a6d773d661f8df3d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 26 Jul 2005 15:23:04 +0000 Subject: [PATCH] - bump version - reset dbg_user_cb on unsetOptions() --- http_request_object.c | 1 + php_http.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/http_request_object.c b/http_request_object.c index 9bcac02..bef6e7f 100644 --- a/http_request_object.c +++ b/http_request_object.c @@ -663,6 +663,7 @@ PHP_METHOD(HttpRequest, unsetOptions) FREE_PARR(obj, options); INIT_PARR(obj, options); + zend_update_property_null(http_request_object_ce, getThis(), "dbg_user_cb", lenof("dbg_user_cb") TSRMLS_CC); } /* }}} */ diff --git a/php_http.h b/php_http.h index 8aa524b..4dde9f9 100644 --- a/php_http.h +++ b/php_http.h @@ -18,7 +18,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define HTTP_PEXT_VERSION "0.10.0dev" +#define HTTP_PEXT_VERSION "0.11.0dev" /* make compile on Win32 */ #ifdef HTTP_HAVE_CURL -- 2.30.2