X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=missing.h;h=2a93ca74bdac980124e64fe43729071c1df75ef8;hp=da5b3144f1fa0fc6c9811055f6548962ca236c63;hb=dd02a78629d39cbe03a47766755ca935f19df98b;hpb=32e91737086db53bb1fd9ed9f79d693c43ec459f diff --git a/missing.h b/missing.h index da5b314..2a93ca7 100644 --- a/missing.h +++ b/missing.h @@ -17,6 +17,10 @@ #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