From f328594072136b243c83ee8d70f81332f84e87da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Wed, 25 Mar 2020 11:53:06 +0100 Subject: Add stubs for SAPIs Closes GH-5295. --- sapi/embed/php_embed.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sapi/embed') diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index 184445e380..b510d5105e 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -16,6 +16,7 @@ #include "php_embed.h" #include "ext/standard/php_standard.h" +#include "ext/standard/dl_arginfo.h" #ifdef PHP_WIN32 #include @@ -142,12 +143,6 @@ EMBED_SAPI_API sapi_module_struct php_embed_module = { }; /* }}} */ -/* {{{ arginfo ext/standard/dl.c */ -ZEND_BEGIN_ARG_INFO(arginfo_dl, 0) - ZEND_ARG_INFO(0, extension_filename) -ZEND_END_ARG_INFO() -/* }}} */ - static const zend_function_entry additional_functions[] = { ZEND_FE(dl, arginfo_dl) ZEND_FE_END -- cgit v1.2.1