PHPで書き込み権限があるのにWarning: touch(): Utime failed: Operation not permitted

パーミッションチェックしても問題なさそう

is_writableで権限チェックしても問題なさそう

なのに、Warning: touch(): Utime failed: Operation not permittedが出る

https://stackoverflow.com/questions/1676743/why-would-file-put-contents-succeed-but-touch-fail

どうやらバグらしい、chownで権限をapacheにしてあげると解決

PHP

Posted by wiii-na