MFH: Removed obsolete arginfo include

This commit is contained in:
Hannes Magnusson 2006-06-26 14:11:17 +00:00
parent ae1ec65637
commit d258bcd951
3 changed files with 0 additions and 9 deletions

View File

@ -325,9 +325,6 @@ zend_module_entry curl_module_entry = {
#ifdef COMPILE_DL_CURL
ZEND_GET_MODULE (curl)
# ifdef PHP_WIN32
# include "zend_arg_defs.c"
# endif
#endif
/* {{{ PHP_MINFO_FUNCTION

View File

@ -333,9 +333,6 @@ zend_module_entry gmp_module_entry = {
#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);

View File

@ -68,9 +68,6 @@ zend_class_entry *libxmlerror_class_entry;
/* {{{ dynamically loadable module stuff */
#ifdef COMPILE_DL_LIBXML
ZEND_GET_MODULE(libxml)
# ifdef PHP_WIN32
# include "zend_arg_defs.c"
# endif
#endif /* COMPILE_DL_LIBXML */
/* }}} */