diff options
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 8 |
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 *)) |