- HTTP_REGISTER_CLASS_EX already calls http_request_object_declare_default_properties()
authorMichael Wallner <mike@php.net>
Fri, 29 Jul 2005 20:33:58 +0000 (20:33 +0000)
committerMichael Wallner <mike@php.net>
Fri, 29 Jul 2005 20:33:58 +0000 (20:33 +0000)
http_request_object.c

index d1c6dba68f55f0082dbf7b2f9e82e64624775b37..eb72e93f55f5d4acd83672b427ef6a74ac80701d 100644 (file)
@@ -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);