From ac1886f1b6fb1e938405eb92e62303ffd21d8828 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 12 Jun 2015 10:31:29 +0200 Subject: [PATCH] this got implemented in zend API --- php_http_misc.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/php_http_misc.h b/php_http_misc.h index 36f4020..e8d900b 100644 --- a/php_http_misc.h +++ b/php_http_misc.h @@ -187,12 +187,6 @@ static inline ZEND_RESULT_CODE php_http_ini_entry(const char *name_str, size_t n #define Z_ISUSER(zv) (Z_TYPE(zv) <= 10) #define Z_ISUSER_P(zvp) Z_ISUSER(*(zvp)) -#define RETVAL_STR_COPY(zs) ZVAL_STR_COPY(return_value, zs) -#define RETURN_STR_COPY(zs) do { \ - ZVAL_STR_COPY(return_value, zs); \ - return; \ -} - /* return object(values) */ #define ZVAL_OBJECT(z, o, addref) \ ZVAL_OBJ(z, o); \ -- 2.30.2