1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

It looks like a number of "standard" extensions are now truly builtin...

This commit is contained in:
Sam Ruby
2000-03-07 01:50:02 +00:00
parent d69b38ea65
commit fa7f4d1e6a

View File

@@ -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
};