summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 4876419466..c5c136ffcb 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -60,6 +60,9 @@
#include "ext/wddx/php_wddx.h"
#include "ext/mysql/php_mysql.h"
#include "ext/mbstring/mbstring.h"
+#if HAVE_OVERLOAD
+#include "ext/overload/php_overload.h"
+#endif
/* }}} */
/* {{{ php_builtin_extensions[]
@@ -77,6 +80,9 @@ zend_module_entry *php_builtin_extensions[] = {
#endif
phpext_mysql_ptr,
phpext_odbc_ptr,
+#if HAVE_OVERLOAD
+ phpext_overload_ptr,
+#endif
phpext_pcre_ptr,
phpext_session_ptr,
phpext_xml_ptr,