mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +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
|
@ -146,7 +146,7 @@ function_entry mysql_functions[] = {
|
|||
};
|
||||
|
||||
zend_module_entry mysql_module_entry = {
|
||||
"MySQL", mysql_functions, PHP_MINIT(mysql), PHP_MSHUTDOWN(mysql), PHP_RINIT(mysql), NULL,
|
||||
"mysql", mysql_functions, PHP_MINIT(mysql), PHP_MSHUTDOWN(mysql), PHP_RINIT(mysql), NULL,
|
||||
PHP_MINFO(mysql), STANDARD_MODULE_PROPERTIES
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue