Prevent PHP complaining about log file not found and create an empty file when it doesn't exist. In this case return code will not be read and it will not break the loop, trying one more time.
(cherry picked from commit a7086b04cae21ca742fdeefd1019ee1401b6dded)
Fix #11760: Make sure log file exist
Prevent PHP complaining about log file not found and create an empty
file when it doesn't exist. In this case return code will not be read
and it will not break the loop, trying one more time.
(cherry picked from commit a7086b04cae21ca742fdeefd1019ee1401b6dded)