mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH
This commit is contained in:
parent
a3af52c11e
commit
4cbde95247
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ static int le_extname;
|
|||
*
|
||||
* Every user visible function must have an entry in extname_functions[].
|
||||
*/
|
||||
function_entry extname_functions[] = {
|
||||
zend_function_entry extname_functions[] = {
|
||||
PHP_FE(confirm_extname_compiled, NULL) /* For testing, remove later. */
|
||||
/* __function_entries_here__ */
|
||||
{NULL, NULL, NULL} /* Must be the last line in extname_functions[] */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue