diff options
-rw-r--r-- | main/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c index e0b4ddd0b0..060604d0da 100644 --- a/main/main.c +++ b/main/main.c @@ -1056,6 +1056,8 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod PG(connection_status) = PHP_CONNECTION_NORMAL; PG(during_request_startup) = 0; + CG(zend_lineno) = 0; + #if HAVE_SETLOCALE setlocale(LC_CTYPE, ""); #endif |