Skip to content

Commit 14f551b

Browse files
committed
Fix number of directives
1 parent 62b7111 commit 14f551b

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
@@ -2343,7 +2343,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
23432343
struct {
23442344
const long error_level;
23452345
const char *phrase;
2346-
const char *directives[17]; /* Remember to change this if the number of directives change */
2346+
const char *directives[19]; /* Remember to change this if the number of directives change */
23472347
} directives[2] = {
23482348
{
23492349
E_DEPRECATED,

0 commit comments

Comments
 (0)