diff options
author | Zeev Suraski <zeev@php.net> | 1999-05-15 14:56:23 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-05-15 14:56:23 +0000 |
commit | d2c16bf5bd084dce9893061f9d878c379aba3ce1 (patch) | |
tree | 852ab04d4104e45265debcd6f4acc32ab90b4fc2 /main/internal_functions_win32.c | |
parent | b9fb0b8e4d797ef81430ead4cb6b2afd0031e54b (diff) | |
download | php-git-d2c16bf5bd084dce9893061f9d878c379aba3ce1.tar.gz |
*** empty log message ***
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 4696b8a4fb..6861ddb573 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -43,6 +43,17 @@ #include "ext/bcmath/php3_bcmath.h" #include "ext/db/php3_db.h" #include "ext/gd/php3_gd.h" +#include "ext/standard/dl.h" +#include "ext/standard/file.h" +#include "ext/standard/fsock.h" +#include "ext/standard/head.h" +#include "ext/standard/pack.h" +#include "ext/standard/php3_browscap.h" +#include "ext/standard/php3_crypt.h" +#include "ext/standard/php3_dir.h" +#include "ext/standard/php3_filestat.h" +#include "ext/standard/php3_mail.h" +#include "ext/standard/php3_syslog.h" #include "ext/standard/php3_standard.h" #include "ext/COM/php3_COM.h" @@ -55,6 +66,17 @@ 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 *php3_builtin_modules[] = { + 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_bcmath_ptr, phpext_standard_ptr, COM_module_ptr |