diff options
Diffstat (limited to 'main/internal_functions.c.in')
| -rw-r--r-- | main/internal_functions.c.in | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/main/internal_functions.c.in b/main/internal_functions.c.in index eb2dad8b05..6cb1c500be 100644 --- a/main/internal_functions.c.in +++ b/main/internal_functions.c.in @@ -1,4 +1,4 @@ -/* +/* -*- C -*- +----------------------------------------------------------------------+ | PHP version 4.0 | +----------------------------------------------------------------------+ @@ -40,23 +40,6 @@ unsigned char second_arg_force_ref[] = { 2, BYREF_NONE, BYREF_FORCE }; unsigned char second_arg_allow_ref[] = { 2, BYREF_NONE, BYREF_ALLOW }; zend_module_entry *php_builtin_extensions[] = { - phpext_regex_ptr, - phpext_dl_ptr, - phpext_file_ptr, - phpext_fsock_ptr, - phpext_head_ptr, - phpext_pack_ptr, - phpext_browscap_ptr, - phpext_crypt_ptr, - phpext_dir_ptr, - phpext_filestat_ptr, - phpext_mail_ptr, - phpext_syslog_ptr, - phpext_lcg_ptr, - phpext_metaphone_ptr, - phpext_output_ptr, - phpext_array_ptr, - phpext_assert_ptr, @EXT_MODULE_PTRS@ }; |
