|
cvs: pecl /http http_request_object.c php_http.h: msg#00201php.pecl.cvs
mike Tue Jul 26 11:23:05 2005 EDT Modified files: /pecl/http http_request_object.c php_http.h Log: - bump version - reset dbg_user_cb on unsetOptions() http://cvs.php.net/diff.php/pecl/http/http_request_object.c?r1=1.23&r2=1.24&ty=u Index: pecl/http/http_request_object.c diff -u pecl/http/http_request_object.c:1.23 pecl/http/http_request_object.c:1.24 --- pecl/http/http_request_object.c:1.23 Tue Jul 26 11:05:15 2005 +++ pecl/http/http_request_object.c Tue Jul 26 11:23:04 2005 @@ -13,7 +13,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: http_request_object.c,v 1.23 2005/07/26 15:05:15 mike Exp $ */ +/* $Id: http_request_object.c,v 1.24 2005/07/26 15:23:04 mike Exp $ */ #ifdef HAVE_CONFIG_H @@ -663,6 +663,7 @@ 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); } /* }}} */ http://cvs.php.net/diff.php/pecl/http/php_http.h?r1=1.59&r2=1.60&ty=u Index: pecl/http/php_http.h diff -u pecl/http/php_http.h:1.59 pecl/http/php_http.h:1.60 --- pecl/http/php_http.h:1.59 Tue Jul 19 11:57:44 2005 +++ pecl/http/php_http.h Tue Jul 26 11:23:04 2005 @@ -13,12 +13,12 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_http.h,v 1.59 2005/07/19 15:57:44 mike Exp $ */ +/* $Id: php_http.h,v 1.60 2005/07/26 15:23:04 mike Exp $ */ #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 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pecl /http http_request_api.c http_request_object.c php_http_request_object.h: 00201, Michael Wallner |
|---|---|
| Next by Date: | cvs: pecl /apc apc.php: 00201, Ralf Becker |
| Previous by Thread: | cvs: pecl /http http_request_api.c http_request_object.c php_http_request_object.hi: 00201, Michael Wallner |
| Next by Thread: | cvs: pecl /sdo/DAS/Relational/Scenarios company_metadata.inc.php: 00201, Matthew Peters |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |