mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
MFH: const/static keywording
This commit is contained in:
parent
bccbbf6c56
commit
5897477522
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue