projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
468e8d7
)
this got implemented in zend API
author
Michael Wallner
<mike@php.net>
Fri, 12 Jun 2015 08:31:29 +0000
(10:31 +0200)
committer
Michael Wallner
<mike@php.net>
Fri, 12 Jun 2015 08:31:29 +0000
(10:31 +0200)
php_http_misc.h
patch
|
blob
|
history
diff --git
a/php_http_misc.h
b/php_http_misc.h
index 36f4020359877a501068eaa5dc359d67ed538b0c..e8d900b5813848c48b95b57566c164dd8e7e689f 100644
(file)
--- 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); \