mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08: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
|
@ -73,7 +73,7 @@ static PHP_MINFO_FUNCTION(COM)
|
|||
|
||||
|
||||
zend_module_entry COM_module_entry = {
|
||||
"Win32 COM", COM_functions, PHP_MINIT(COM), PHP_MSHUTDOWN(COM), NULL, NULL, PHP_MINFO(COM), STANDARD_MODULE_PROPERTIES
|
||||
"com", COM_functions, PHP_MINIT(COM), PHP_MSHUTDOWN(COM), NULL, NULL, PHP_MINFO(COM), STANDARD_MODULE_PROPERTIES
|
||||
};
|
||||
|
||||
void php_register_COM_class();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue