mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix php.ini (add missing "\n")
This commit is contained in:
parent
ed6e289c31
commit
b46ed399c6
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ int LLVMFuzzerInitialize(int *argc, char ***argv) {
|
||||||
"zend_extension=%s\n"
|
"zend_extension=%s\n"
|
||||||
"opcache.validate_timestamps=0\n"
|
"opcache.validate_timestamps=0\n"
|
||||||
"opcache.file_update_protection=0\n"
|
"opcache.file_update_protection=0\n"
|
||||||
"opcache.jit_buffer_size=128M"
|
"opcache.jit_buffer_size=128M\n"
|
||||||
"opcache.protect_memory=1",
|
"opcache.protect_memory=1\n",
|
||||||
opcache_path);
|
opcache_path);
|
||||||
free(opcache_path);
|
free(opcache_path);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue