ID: 26618 Updated by: [EMAIL PROTECTED] Reported By: t dot steve at ariadne-quatra dot com Status: Open -Bug Type: Zend Engine 2 problem +Bug Type: IIS related Operating System: Windows 2000 server SP4 PHP Version: 5CVS-2003-12-14 New Comment:
Don't bother with new reports. I don't really think this is any PHP bug either, but I'll leave this open for now. (It's some IIS bug, iirc, use Apache which works) Previous Comments: ------------------------------------------------------------------------ [2003-12-16 03:04:33] t dot steve at ariadne-quatra dot com YES, with conventional <?php ?> tags the includes work perfectly and consistently! :) However, this IS still a problem - I need to use the <% %> because of the editor I must use (FP...)! ASP-style tags ARE - in theory - supported, aren't they? (They are enabled in the INI file, and I have been using them in all our sites for ages without any problems!) So then the problem changes to ASP-style <% %> tags versus regular <?php ?> tags... Do I have to open a new bug report, or just leave this one open? Thanks! ------------------------------------------------------------------------ [2003-12-16 02:48:32] [EMAIL PROTECTED] Try using the PHP tags, not those ugly ASP tags. (<% %> -> <?php ?>) ------------------------------------------------------------------------ [2003-12-15 22:04:48] t dot steve at ariadne-quatra dot com - No, I get no errors even after adding 'error_reporting(E_ALL);'. - Yes, the same behaviour even if I use include() instead of include_once(). ------------------------------------------------------------------------ [2003-12-15 09:25:33] [EMAIL PROTECTED] Do you get any errors if you put 'error_reporting(E_ALL);' before the include_once() line? Does this happen if you use include() ? ------------------------------------------------------------------------ [2003-12-15 08:40:15] t dot steve at ariadne-quatra dot com The same :( - includes are done eratically. A note here: this is also the case if I start to wander around the site (as opposed to just refreshing the same page again and again), i.e. as the various pages are loaded, sometimes the inlude is done, sometimes it is not. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/26618 -- Edit this bug report at http://bugs.php.net/?id=26618&edit=1