We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e20220 commit 182f98aCopy full SHA for 182f98a
ext/opcache/zend_accelerator_debug.c
@@ -47,7 +47,7 @@ void zend_accel_error(int type, const char *format, ...)
47
48
fLog = stderr;
49
} else {
50
- fLog = fopen(ZCG(accel_directives).error_log, "a+");
+ fLog = fopen(ZCG(accel_directives).error_log, "a");
51
if (!fLog) {
52
53
}
0 commit comments