diff options
author | Sam Ruby <rubys@php.net> | 2000-03-07 01:50:02 +0000 |
---|---|---|
committer | Sam Ruby <rubys@php.net> | 2000-03-07 01:50:02 +0000 |
commit | fa7f4d1e6ae21ca74ca0a9b79fe4b87cfbd984d8 (patch) | |
tree | eb4d88ff9b38db90bbe1f8443e6be617eb6e73ad /main/internal_functions_win32.c | |
parent | d69b38ea65a17ef0203987afb1706ba4f149d5b6 (diff) | |
download | php-git-fa7f4d1e6ae21ca74ca0a9b79fe4b87cfbd984d8.tar.gz |
It looks like a number of "standard" extensions are now truly builtin...
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 2903c80d4b..57830151f0 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -66,30 +66,14 @@ 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_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, #if WITH_BCMATH phpext_bcmath_ptr, #endif phpext_standard_ptr, COM_module_ptr, - phpext_regex_ptr, phpext_pcre_ptr, phpext_odbc_ptr, - phpext_lcg_ptr, phpext_session_ptr, - phpext_output_ptr, - phpext_array_ptr, - phpext_assert_ptr, phpext_xml_ptr, phpext_mysql_ptr }; |