separate http_env_request; add getQuer(), getPost(), getFiles()
[m6w6/ext-http] / php_http_object.h
index c4ede0e6e0130aea437789580cb6c07eee9770c7..975d1503743c37d6011c21371d1481da9cf97ca1 100644 (file)
@@ -6,12 +6,10 @@
     | modification, are permitted provided that the conditions mentioned |
     | in the accompanying LICENSE file are met.                          |
     +--------------------------------------------------------------------+
-    | Copyright (c) 2004-2010, Michael Wallner <mike@php.net>            |
+    | Copyright (c) 2004-2011, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
-/* $Id: http_api.c 300299 2010-06-09 06:23:16Z mike $ */
-
 #ifndef PHP_HTTP_OBJECT_H
 #define PHP_HTTP_OBJECT_H
 
@@ -33,11 +31,11 @@ extern zend_object_value php_http_object_new_ex(zend_class_entry *ce, void *noth
 
 PHP_HTTP_API zend_error_handling_t php_http_object_get_error_handling(zval *object TSRMLS_DC);
 
-PHP_METHOD(HttpObject, factory);
 PHP_METHOD(HttpObject, setErrorHandling);
 PHP_METHOD(HttpObject, getErrorHandling);
 PHP_METHOD(HttpObject, setDefaultErrorHandling);
 PHP_METHOD(HttpObject, getDefaultErrorHandling);
+PHP_METHOD(HttpObject, triggerError);
 
 #endif