use userland friendly namespaces
[m6w6/ext-http] / php_http_env.c
index 4b9ea88313c701fea0c765544dbc9c6f376ea0b6..042150517633508097f23bf11a63083bc11e02ed 100644 (file)
@@ -928,7 +928,7 @@ PHP_MINIT_FUNCTION(http_env)
        zend_declare_class_constant_long(php_http_env_class_entry, ZEND_STRL("PARAMS_DEFAULT"), PHP_HTTP_PARAMS_DEFAULT TSRMLS_CC);
        zend_declare_class_constant_long(php_http_env_class_entry, ZEND_STRL("PARAMS_COLON_SEPARATOR"), PHP_HTTP_PARAMS_COLON_SEPARATOR TSRMLS_CC);
 
-       PHP_HTTP_REGISTER_CLASS(http\\env, Request, http_env_request, php_http_message_class_entry, 0);
+       PHP_HTTP_REGISTER_CLASS(http\\Env, Request, http_env_request, php_http_message_class_entry, 0);
 
        return SUCCESS;
 }