[wp-trac] [WordPress Trac] #17286: Problems with require_once with php 5.3..5

WordPress Trac wp-trac at lists.automattic.com
Fri Apr 29 22:43:48 UTC 2011


#17286: Problems with require_once with php 5.3..5
-------------------------------+------------------------------
 Reporter:  cardy_web          |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Administration     |     Version:  3.1
 Severity:  critical           |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+------------------------------

Comment (by sivel):

 The most common cause to this problem is an APC configuration,
 [http://www.php.net/manual/en/apc.configuration.php#ini.apc.include-once-
 override apc.include_once_override], which attempts to optimize
 include_once and require_once to avoid sys calls.

 Check if this is enabled, and if so see if you can disable it.  This
 should likely resolve your issue.  This configuration option causes issues
 in just about every PHP application out there.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17286#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list