ID: 26618 Updated by: [EMAIL PROTECTED] Reported By: t dot steve at ariadne-quatra dot com -Status: Open +Status: Feedback -Bug Type: Unknown/Other Function +Bug Type: Zend Engine 2 problem Operating System: Windows 2000 server SP4 PHP Version: 5.0.0b2 (beta2) New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2003-12-14 10:46:58] t dot steve at ariadne-quatra dot com Description: ------------ PHP5 beta2 IIS5 Windows 2000 SP4 ISAPI mode - Worked correctly with PHP4.3.4 with Zend 2.0.1 - With PHP5 beta2 (also ISAPI mode) a simple PHP page which uses include_once([local path]) to include the menu part of a web page sometimes works, sometimes does not (sometimes the menu is included, sometimes it is not). (There is only the single include_once in the code, so this is NOT an issue of my trying to include something twice with include_ONCE... ) - The page contains NO other PHP code, just the lines below: <% include_once("c:/wwwroot/domain.com/english/inc/header.inc"); %> (html_head.inc is the file to be included, it contains only html code, no php) - Again, note that the exact same page, exact same setup works fine under 4.3.4 - and has done so with previous versions! - Under PHP5, with every refresh of the page the inclusion of the file is erratic - every few refreshes the inclusion is not done. If you need any part of my php.ini, let me know please. Thanks, Steve Reproduce code: --------------- <html> <head> <title>The world of services</title> </head> <body> <% include_once("c:/wwwroot/domain.com/english/inc/header.inc"); %> Please select from the menu on the left! </body> </html> Expected result: ---------------- A page with the menu on the left (created fromt he included file), plus the contents. Actual result: -------------- Only the contents apperas, the inclusion is not done. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26618&edit=1