PHP_FE(http_build_url, http_arg_pass_ref_4)
PHP_FE(http_build_str, NULL)
#ifndef ZEND_ENGINE_2
- PHP_FALIAS(http_build_query, http_build_str)
+ PHP_FALIAS(http_build_query, http_build_str, NULL)
#endif
PHP_FE(http_negotiate_language, http_arg_pass_ref_2)
PHP_FE(http_negotiate_charset, http_arg_pass_ref_2)
#include "php_version.h"
+#ifndef pemalloc_rel
+# define pemalloc_rel(size, persistent) ((persistent)?malloc(size):emalloc_rel(size))
+#endif
+
#if (PHP_MAJOR_VERSION == 5) && (PHP_MINOR_VERSION == 0)
# define WONKY
#endif