|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-12-13 18:12 UTC] krakjoe@php.net
-Status: Open
+Status: Feedback
[2013-12-13 18:12 UTC] krakjoe@php.net
[2013-12-14 03:28 UTC] roctom at gmail dot com
[2014-01-07 19:39 UTC] layanto at yahoo dot com
[2014-01-15 09:39 UTC] layanto at yahoo dot com
[2014-02-06 16:16 UTC] mitko at banksoft-bg dot com
[2014-12-30 10:42 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 12:00:01 2025 UTC |
Description: ------------ Hi, I've just upgraded from PHP 5.5.5 to 5.5.7 and for some of my websites using a custom Wordpress theme I get a fatal error. I've pinpointed the issue being the opcache module because if I disable it, the problem goes away. Furthermore I've also tried to replicate the issue with PHP 5.5.6 (opcache enabled) and was unable to do so, which seems to point that there was a change to the opcache code between 5.5.6 and 5.5.7. I am currently running opcache with xdebug. The error: Fatal error: in /path/wp-content/themes/k2/app/includes/pluggable.php on line 314 The line: if ( ! function_exists('k2_ping_start_el') ): './configure' '--sysconfdir=/etc' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--with-apxs2=/usr/sbin/apxs' '--with-openssl' '--with-gd' '--with-curl=/usr/src/curl-7.21.7/include' '--with-zlib' '--enable-calendar' '--enable-mbstring' '--enable-zip' '--enable-sockets' '--with-mcrypt' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd' '--with-kerberos' '--enable-ftp' '--disable-posix' '--enable-bcmath' '--enable-gd-native-ttf' '--with-freetype-dir' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-xsl=/usr/local/lib' '--enable-exif' '--enable-opcache'