cleanups & includes
[m6w6/ext-http] / php_http_misc.c
index 8d52382f6105a444888c76d4baf93fa1472fe0da..c52f83f91fddc6f840e3b52964830a9a55294a36 100644 (file)
 
 #include "php_http.h"
 
+#include <ext/standard/php_lcg.h>
+#include <ext/standard/php_string.h>
+#include <Zend/zend_exceptions.h>
+
 /* SLEEP */
 
 PHP_HTTP_API void php_http_sleep(double s)
@@ -208,7 +212,7 @@ void php_http_error(long type TSRMLS_DC, long code, const char *format, ...)
                        char *message;
                        zend_class_entry *ce;
 
-                       if (EG(exception_class) && instanceof_function(EG(exception_class), php_http_exception_class_entry)) {
+                       if (0&& EG(exception_class) && instanceof_function(EG(exception_class), php_http_exception_class_entry)) {
                                ce = EG(exception_class);
                        } else {
                                ce = php_http_exception_get_for_code(code);