Closed siimsoni closed 8 years ago
The underlying issue here is dependency on distributed configuration files.
file_put_contents() returning zero is not a failure condition; it only indicates that no bytes were written. Added a strict check to evaluate if result was false.
Thanks! Manually merged into integration
And now released!
The underlying issue here is dependency on distributed configuration files.
file_put_contents() returning zero is not a failure condition; it only indicates that no bytes were written. Added a strict check to evaluate if result was false.