|
cvs: pecl /http http_request_object.c: msg#00259php.pecl.cvs
mike Fri Jul 29 16:33:59 2005 EDT Modified files: /pecl/http http_request_object.c Log: - HTTP_REGISTER_CLASS_EX already calls http_request_object_declare_default_properties() http://cvs.php.net/diff.php/pecl/http/http_request_object.c?r1=1.32&r2=1.33&ty=u Index: pecl/http/http_request_object.c diff -u pecl/http/http_request_object.c:1.32 pecl/http/http_request_object.c:1.33 --- pecl/http/http_request_object.c:1.32 Fri Jul 29 14:12:07 2005 +++ pecl/http/http_request_object.c Fri Jul 29 16:33:58 2005 @@ -13,7 +13,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: http_request_object.c,v 1.32 2005/07/29 18:12:07 helly Exp $ */ +/* $Id: http_request_object.c,v 1.33 2005/07/29 20:33:58 mike Exp $ */ #ifdef HAVE_CONFIG_H @@ -287,8 +287,6 @@ { HTTP_REGISTER_CLASS_EX(HttpRequest, http_request_object, NULL, 0); - _http_request_object_declare_default_properties(TSRMLS_C); - /* HTTP/1.1 */ HTTP_LONG_CONSTANT("HTTP_GET", HTTP_GET); HTTP_LONG_CONSTANT("HTTP_HEAD", HTTP_HEAD); |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pecl /http/tests date_002.phpt: 00259, Michael Wallner |
|---|---|
| Next by Date: | cvs: pecl /http config.w32 http.c http_request_api.c: 00259, Michael Wallner |
| Previous by Thread: | cvs: pecl /http http_request_object.ci: 00259, Michael Wallner |
| Next by Thread: | cvs: pecl /pdo/tests pdo_016a.phpt: 00259, Marcus Boerger |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |