summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2000-10-08 11:45:18 +0000
committerDaniel Beulshausen <dbeu@php.net>2000-10-08 11:45:18 +0000
commitd667e05543b02da5fa122c5878c09067622013c4 (patch)
treec5c2a6a2d7a9eefacf8a764d36ad7f124d716e95 /main/internal_functions_win32.c
parent990a86615dd1aad60e752374892f1398657ca81a (diff)
downloadphp-git-d667e05543b02da5fa122c5878c09067622013c4.tar.gz
more cleanup of info code
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 9088251463..1626aecc5d 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -64,19 +64,19 @@
/* #include "dl/snmp/php_snmp.h" */
zend_module_entry *php_builtin_extensions[] = {
+ phpext_standard_ptr,
#if WITH_BCMATH
phpext_bcmath_ptr,
#endif
- phpext_standard_ptr,
phpext_calendar_ptr,
COM_module_ptr,
phpext_ftp_ptr,
- phpext_pcre_ptr,
+ phpext_mysql_ptr,
phpext_odbc_ptr,
+ phpext_pcre_ptr,
phpext_session_ptr,
phpext_xml_ptr,
- phpext_wddx_ptr,
- phpext_mysql_ptr
+ phpext_wddx_ptr
};
#define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))