From: miken at trytel dot com Operating system: Linux 2.2.16-3 PHP version: 4.3.4 PHP Bug Type: Unknown/Other Function Bug description: include file doesn't get included occassional
Description: ------------ When viewing a site (we're a large ISP with +100 domains per web server) that has include files it occasionally doesn't include the include files. Hitting reload then brings up the proper display, file wass included. This behaviour is on different web servers, all running 4.3.4, and very sporadic, difficult to reproduce in a consistant manner. Problem introduced since upgrading from 4.3.1 The PHP code executes fine on the file being viewed, but it misses the include occasionally. While researching this, the same behavior was noted on php.net when clicking the main documentation link. Reproduce code: --------------- <?PHP include ("header.inc"); echo $HEAD; echo "Body here"; ?> Expected result: ---------------- Header Include File Graphics Body Here Actual result: -------------- Body Here -- Edit bug report at http://bugs.php.net/?id=26425&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26425&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26425&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26425&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26425&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26425&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=26425&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26425&r=support Expected behavior: http://bugs.php.net/fix.php?id=26425&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26425&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26425&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26425&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26425&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26425&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26425&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26425&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26425&r=float