summaryrefslogtreecommitdiff
path: root/sapi/embed/php_embed.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/embed/php_embed.h')
-rw-r--r--sapi/embed/php_embed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/embed/php_embed.h b/sapi/embed/php_embed.h
index b62fd9fe24..e29f99766b 100644
--- a/sapi/embed/php_embed.h
+++ b/sapi/embed/php_embed.h
@@ -54,7 +54,7 @@
} zend_catch { \
/* int exit_status = EG(exit_status); */ \
} zend_end_try(); \
- php_embed_shutdown(TSRMLS_C); \
+ php_embed_shutdown(); \
}
#ifndef PHP_WIN32
@@ -65,7 +65,7 @@
BEGIN_EXTERN_C()
EMBED_SAPI_API int php_embed_init(int argc, char **argv PTSRMLS_DC);
-EMBED_SAPI_API void php_embed_shutdown(TSRMLS_D);
+EMBED_SAPI_API void php_embed_shutdown(void);
extern EMBED_SAPI_API sapi_module_struct php_embed_module;
END_EXTERN_C()