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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 887e3cd0f0..ca3b3b7072 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -111,7 +111,7 @@
/* {{{ php_builtin_extensions[]
*/
-static zend_module_entry *php_builtin_extensions[] = {
+static zend_module_entry * const php_builtin_extensions[] = {
phpext_standard_ptr
#if HAVE_BCMATH
,phpext_bcmath_ptr