mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Change extension names in all extensions' zend_module_entry to their
directory name.
This commit is contained in:
parent
31c9ad1831
commit
d02fe90b00
38 changed files with 47 additions and 45 deletions
|
@ -353,7 +353,7 @@ PHP_INI_END()
|
|||
|
||||
|
||||
zend_module_entry basic_functions_module = {
|
||||
"Basic Functions", /* extension name */
|
||||
"standard", /* extension name */
|
||||
basic_functions, /* function list */
|
||||
PHP_MINIT(basic), /* process startup */
|
||||
PHP_MSHUTDOWN(basic), /* process shutdown */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue