pajoye Thu Apr 30 09:11:01 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: - fix build (Marcus, fix re2c please) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.57.2.48&r2=1.640.2.23.2.57.2.49&diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.640.2.23.2.57.2.48 php-src/main/main.c:1.640.2.23.2.57.2.49 --- php-src/main/main.c:1.640.2.23.2.57.2.48 Tue Apr 28 07:13:30 2009 +++ php-src/main/main.c Thu Apr 30 09:11:00 2009 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: main.c,v 1.640.2.23.2.57.2.48 2009/04/28 07:13:30 dmitry Exp $ */ +/* $Id: main.c,v 1.640.2.23.2.57.2.49 2009/04/30 09:11:00 pajoye Exp $ */ /* {{{ includes */ @@ -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;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php