php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70911 opcache statement broken
Submitted: 2015-11-13 11:27 UTC Modified: 2015-11-22 04:22 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: maidos88 at gmail dot com Assigned:
Status: No Feedback Package: opcache
PHP Version: 7.0.0RC7 OS: centos 6.7
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2015-11-13 11:27 UTC] maidos88 at gmail dot com
Description:
------------
    2015/11/13 03:59:45 [error] 21983#0: *187197 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught Error: Class 'IPS\Db\Bindÿ' not found in /home/domains/public_html/forum/system/Db/Db.php:254
    Stack trace:
    #0 /home/domains/public_html/forum/system/Db/Select.php(334): IPS\_Db->preparedQuery('SELECT * FROM `...', Array)
    #1 /home/domains/public_html/forum/system/Db/Select.php(390): IPS\Db\_Select->runQuery()
    #2 /home/domains/public_html/forum/system/Db/Select.php(317): IPS\Db\_Select->rewind()
    #3 /home/domains/public_html/forum/system/Session/Front.php(109): IPS\Db\_Select->first()
    #4 [internal function]: IPS\Session\_Front->read('usuom0oqcrs5ali...')
    #5 /home/domains/public_html/forum/init.php(423) : eval()'d code(60): call_user_func_array('parent::read', Array)
    #6 [internal function]: IPS\Session\hook107->read('usuom0oqcrs5ali...')
    #7 /home/domains/public_html/forum/system/Session/Session.php(91): session_start()
    #8 /home/domains/" while reading response header from upstream, client: 66.249.73.151, server:, request: "GET /forum/topic/-cowcows-kenji-tada-marries HTTP/1.1", upstream: "fastcgi://unix:/usr/local/php70/sockets/keiko.sock:", host: ""
    2015/11/13 03:59:45 [error] 21983#0: *187197 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught Error: Class 'IPS\Db\Bindÿ' not found in /home/keiko/domains/public_html/forum/system/Db/Db.php:254
    Stack trace:
    #0 /home/keiko/domains/public_html/forum/system/Db/Db.php(635): IPS\_Db->preparedQuery('REPLACE INTO `c...', Array)
    #1 /home/keiko/domains/public_html/forum/system/Session/Front.php(297): IPS\_Db->replace('core_sessions', Array, true)
    #2 [internal function]: IPS\Session\_Front->write('usuom0oqcrs5ali...', '')
    #3 {main}
2015/11/13 06:22:11 [error] 11498#0: *36253 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Class 'IPS\Contentÿ' not found in /home/domains/public_html/forum/system/Content/Item.php on line 24" while reading response header from upstream, client: 219.101.32.18, server:, request: "GET /forum/ HTTP/1.1", upstream: "fastcgi://unix:/usr/local/php70/sockets/keiko.sock:", host: ""



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-11-13 12:39 UTC] ab@php.net
Thanks for the report. Now, it is not evident we have with opcache at all here. Definitely more info is required. Is it possible you to attach debugger to the FCGI process, so then you could deliver a back trace (as a first step yet)?

Thanks.
 [2015-11-13 12:39 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2015-11-13 13:05 UTC] maidos88 at gmail dot com
i will provide a debugger logs once i encounter this issue again
however the reason i assumed it was opcache was due to this bug which was filed similary before

https://bugs.php.net/bug.php?id=70878
 [2015-11-13 15:23 UTC] laruence@php.net
@maidos88  but that one was fixed :<
 [2015-11-22 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC