#ifdef COMPILE_DL_CURL
ZEND_GET_MODULE (curl)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
/* {{{ PHP_MINFO_FUNCTION
#ifdef COMPILE_DL_GMP
ZEND_GET_MODULE(gmp)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
static void _php_gmpnum_free(zend_rsrc_list_entry *rsrc TSRMLS_DC);
#ifdef COMPILE_DL_LDAP
ZEND_GET_MODULE(ldap)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
static void _close_ldap_link(zend_rsrc_list_entry *rsrc TSRMLS_DC)
#ifdef COMPILE_DL_MBSTRING
ZEND_GET_MODULE(mbstring)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
/* {{{ allocators */
/* declare the module for dynamic loading */
#ifdef COMPILE_DL_MCVE
ZEND_GET_MODULE(mcve)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
/* {{{ MCVE_CONN destructor */
#ifdef COMPILE_DL_MSSQL
ZEND_GET_MODULE(mssql)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
#define CHECK_LINK(link) { if (link==-1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "A link to the server could not be established"); RETURN_FALSE; } }
#ifdef COMPILE_DL_OCI8
ZEND_GET_MODULE(oci8)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif /* COMPILE_DL */
/* }}} */
#ifdef COMPILE_DL_ODBC
ZEND_GET_MODULE(odbc)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
/* {{{ _free_odbc_result
#ifdef COMPILE_DL_OPENSSL
ZEND_GET_MODULE(openssl)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
static int le_key;
#ifdef COMPILE_DL_ORACLE
ZEND_GET_MODULE(oracle)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
/* {{{ _close_oraconn
#ifdef COMPILE_DL_PCNTL
ZEND_GET_MODULE(pcntl)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
static void pcntl_signal_handler(int);
#ifdef COMPILE_DL_PCRE
ZEND_GET_MODULE(pcre)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
/* }}} */
#ifdef COMPILE_DL_SOCKETS
ZEND_GET_MODULE(sockets)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
/* inet_ntop should be used instead of inet_ntoa */
#ifdef COMPILE_DL_SQLITE
ZEND_GET_MODULE(sqlite)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
static int php_sqlite_callback_invalidator(struct php_sqlite_agg_functions *funcs TSRMLS_DC)
}
fci.no_separation = 1;
+
fcc.initialized = 1;
+
fcc.function_handler = ce->constructor;
+
fcc.calling_scope = EG(scope);
+
fcc.object_pp = &return_value;
+
if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) {
zend_throw_exception_ex(sqlite_ce_exception, 0 TSRMLS_CC, "Could not execute %s::%s()", class_name, ce->constructor->common.function_name);
#ifdef COMPILE_DL_SYSVMSG
ZEND_GET_MODULE(sysvmsg)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
/* {{{ PHP_INI
/* {{{ dynamically loadable module stuff */
#ifdef COMPILE_DL_XML
ZEND_GET_MODULE(xml)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif /* COMPILE_DL_XML */
/* }}} */
#ifdef COMPILE_DL_XMLRPC
ZEND_GET_MODULE(xmlrpc)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
/*******************************
#ifdef COMPILE_DL_YAZ
ZEND_GET_MODULE(yaz)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
#endif