projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
555ba3d
)
- HTTP_REGISTER_CLASS_EX already calls http_request_object_declare_default_properties()
author
Michael Wallner
<mike@php.net>
Fri, 29 Jul 2005 20:33:58 +0000
(20:33 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 29 Jul 2005 20:33:58 +0000
(20:33 +0000)
http_request_object.c
patch
|
blob
|
history
diff --git
a/http_request_object.c
b/http_request_object.c
index d1c6dba68f55f0082dbf7b2f9e82e64624775b37..eb72e93f55f5d4acd83672b427ef6a74ac80701d 100644
(file)
--- a/
http_request_object.c
+++ b/
http_request_object.c
@@
-287,8
+287,6
@@
void _http_request_object_init(INIT_FUNC_ARGS)
{
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);