|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-04-27 09:51 UTC] thomas dot colomb at dailymotion dot com
[2016-05-06 10:06 UTC] laruence@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: laruence
[2016-05-06 10:06 UTC] laruence@php.net
[2016-05-15 04:22 UTC] php-bugs at lists dot php dot net
[2017-06-28 13:04 UTC] shpr at libero dot it
[2017-06-30 15:42 UTC] hescolar at bitban dot com
[2017-07-23 21:59 UTC] cedric at nyrodev dot com
[2017-12-15 10:40 UTC] robsonpiere at outlook dot com
[2018-09-03 20:19 UTC] mah at everybody dot org
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 19:00:02 2025 UTC |
Description: ------------ After calling opcache_reset() function we encounter some weird errors. It happens randomly on servers (10 of 400 servers production) Some letter a replaced by others, Class seems to be already declared.. etc Example of errors triggered after opcache_reset(): * Unknown column 'saken' in 'field list' => in this example t is replaced by s in the sql query. This can be really a big problem if in example on an update query a w of where is replaced by a ; and this will update whole table * PHP Fatal error: Cannot declare class ZZZZZ, because the name is already in use in /dir/dir/z.php on line 0 * PHP Fatal error: Class XXX contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (YYY::funczzz) in /dir/dir/x.php on line 20 * PHP Fatal error: Uncaught Error: Call to undefined method XXX::func1() in /dir/dir/x.php:218 It seems related to #71574 but it's still not corrected. php -v PHP 7.0.5-2+deb.sury.org~trusty+1 (cli) ( NTS ) Copyright (c) 1997-2016 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies x@server:~# lsb_release --id Distributor ID: Ubuntu x@server:~# lsb_release -r Release: 14.04