MFH: const/static keywording

This commit is contained in:
Nuno Lopes 2006-08-12 19:41:28 +00:00
parent bccbbf6c56
commit 5897477522
5 changed files with 6 additions and 6 deletions

View file

@ -102,7 +102,7 @@
/* {{{ php_builtin_extensions[]
*/
zend_module_entry *php_builtin_extensions[] = {
static zend_module_entry *php_builtin_extensions[] = {
phpext_standard_ptr
#if HAVE_BCMATH
,phpext_bcmath_ptr