We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3af52c commit 4cbde95Copy full SHA for 4cbde95
ext/skeleton/skeleton.c
@@ -20,7 +20,7 @@ static int le_extname;
20
*
21
* Every user visible function must have an entry in extname_functions[].
22
*/
23
-function_entry extname_functions[] = {
+zend_function_entry extname_functions[] = {
24
PHP_FE(confirm_extname_compiled, NULL) /* For testing, remove later. */
25
/* __function_entries_here__ */
26
{NULL, NULL, NULL} /* Must be the last line in extname_functions[] */
0 commit comments