summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c
index 107be035c3..63ca21887f 100644
--- a/main/main.c
+++ b/main/main.c
@@ -96,6 +96,9 @@
# define PAGE_SIZE 4096
# endif
#endif
+#ifdef PHP_WIN32
+# define PAGE_SIZE 4096
+#endif
/* }}} */
PHPAPI int (*php_register_internal_extensions_func)(TSRMLS_D) = php_register_internal_extensions;