mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Make ext/zend_test report itself as zend-test in `php -m'
This commit is contained in:
parent
0ae3b45d25
commit
e147ef1616
@ -240,7 +240,7 @@ const zend_function_entry zend_test_functions[] = {
|
||||
|
||||
zend_module_entry zend_test_module_entry = {
|
||||
STANDARD_MODULE_HEADER,
|
||||
"test",
|
||||
"zend-test",
|
||||
zend_test_functions,
|
||||
PHP_MINIT(zend_test),
|
||||
PHP_MSHUTDOWN(zend_test),
|
||||
|
Loading…
Reference in New Issue
Block a user