mirror of
https://github.com/php/pecl-networking-xmlrpc.git
synced 2026-03-23 23:02:07 +01:00
ensure arginfo is generated when needed
This commit is contained in:
3
Makefile.frag
Normal file
3
Makefile.frag
Normal file
@@ -0,0 +1,3 @@
|
||||
$(builddir)/xmlrpc-epi-php.lo: $(top_srcdir)/xmlrpc_arginfo.h
|
||||
@touch $@
|
||||
|
||||
@@ -101,3 +101,5 @@ elif test "$PHP_XMLRPC" != "no"; then
|
||||
PHP_NEW_EXTENSION(xmlrpc,xmlrpc-epi-php.c, $ext_shared)
|
||||
XMLRPC_MODULE_TYPE=external
|
||||
fi
|
||||
|
||||
PHP_ADD_MAKEFILE_FRAGMENT
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* This is a generated file, edit the .stub.php file instead. */
|
||||
/* This is a generated file, edit the .stub.php file instead.
|
||||
* Stub hash: 2c5da90cd5f2c426f268a392171339bdf268e293 */
|
||||
|
||||
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_xmlrpc_encode, 0, 1, IS_STRING, 1)
|
||||
ZEND_ARG_TYPE_INFO(0, value, IS_MIXED, 0)
|
||||
|
||||
Reference in New Issue
Block a user