mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Fix php.ini (add missing "\n")
This commit is contained in:
@@ -58,8 +58,8 @@ int LLVMFuzzerInitialize(int *argc, char ***argv) {
|
||||
"zend_extension=%s\n"
|
||||
"opcache.validate_timestamps=0\n"
|
||||
"opcache.file_update_protection=0\n"
|
||||
"opcache.jit_buffer_size=128M"
|
||||
"opcache.protect_memory=1",
|
||||
"opcache.jit_buffer_size=128M\n"
|
||||
"opcache.protect_memory=1\n",
|
||||
opcache_path);
|
||||
free(opcache_path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user