Skip to content

Commit 0dd929f

Browse files
committed
Fix number of directives
1 parent d81114c commit 0dd929f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
23392339
struct {
23402340
const long error_level;
23412341
const char *phrase;
2342-
const char *directives[17]; /* Remember to change this if the number of directives change */
2342+
const char *directives[19]; /* Remember to change this if the number of directives change */
23432343
} directives[2] = {
23442344
{
23452345
E_DEPRECATED,

0 commit comments

Comments
 (0)