diff options
Diffstat (limited to 'main/internal_functions_win32.c')
| -rw-r--r-- | main/internal_functions_win32.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index b158cdce65..affbb39286 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -12,13 +12,11 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans <andi@zend.com> | - | Zeev Suraski <zeev@zend.com> | + | Authors: Andi Gutmans <andi@php.net> | + | Zeev Suraski <zeev@php.net> | +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes */ #include "php.h" @@ -111,7 +109,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 |
