Possible null pointer dereference in php_http_url_mod() fixed.
[m6w6/ext-http] / src / php_http_header.h
index 88ebd1048075e5faea6c606f4ef838ca5faa8e51..1ba9ef59d534df94ec58721a74bfe1b4cd506879 100644 (file)
@@ -23,7 +23,7 @@ PHP_HTTP_API void php_http_header_to_string(php_http_buffer_t *str, HashTable *h
 PHP_HTTP_API zend_string *php_http_header_value_to_string(zval *header);
 PHP_HTTP_API zend_string *php_http_header_value_array_to_string(zval *header);
 
-PHP_HTTP_API zend_class_entry *php_http_header_class_entry;
+PHP_HTTP_API zend_class_entry *php_http_header_get_class_entry(void);
 PHP_MINIT_FUNCTION(http_header);
 
 #endif