mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Make ext/zend_test report itself as zend-test in `php -m'
This commit is contained in:
parent
0ae3b45d25
commit
e147ef1616
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue