diff options
-rw-r--r-- | main/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/main.c b/main/main.c index f7073b383f..339480dd9d 100644 --- a/main/main.c +++ b/main/main.c @@ -1192,8 +1192,6 @@ 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 |