简体   繁体   中英

PHP5.5 OPCache Messages - Message Cached script

Just upgraded VPS to PHP 5.5 and now when the magento cron.php script runs, my cron daemon is sending me an email with the following messages (before it didn't send me any messages at all):

Thu May 21 14:30:01 2015 (4542): Message Cached script '/home/#####/public_html/cron.php'

Thu May 21 14:30:01 2015 (4542): Message Cached script '/home/#####/public_html/app/Mage.php'

Thu May 21 14:30:01 2015 (4542): Message Added key '/home/#####/public_html:app/Mage.php:/home/#####/public_html:A'

Thu May 21 14:30:01 2015 (4542): Message Cached script '/home/#####/public_html/app/code/core/Mage/Core/functions.php'

Thu May 21 14:30:01 2015 (4542): Message Cached script '/home/#####/public_html/lib/Varien/Autoload.php'

Thu May 21 14:30:01 2015 (4542): Message Cached script '/home/#####/public_html/app/code/core/Mage/Core/Model/App.php'

Thu May 21 14:30:01 2015 (4542): Message Added key '/home/#####/public_html:Mage/Core/Model/App.php:/home/#####/public_html/lib/Varien:B'

Thu May 21 14:30:01 2015 (4542): Message Cached script '/home/#####/public_html/lib/Varien/Event/Collection.php'

The jobs still seem to run, so I don't think it's actually stopping anything. But I'm not sure why I'm now getting these messages?

Do you think they are bad?

How can I stop them?

Thanks to Zerkms for the pointer! Looks like I had opcache.log_verbosity_level set to 3 in my php.ini - DOH! So I just commented that line and now everything seems fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM