- use const php_hash_ops*
[m6w6/ext-http] / missing.h
index da5b3144f1fa0fc6c9811055f6548962ca236c63..2a93ca74bdac980124e64fe43729071c1df75ef8 100644 (file)
--- a/missing.h
+++ b/missing.h
 
 #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