Re: [PHP-DEV] PHP Bug #17868: Multiple Includes

2003-01-20 Thread Maxim Maletsky
Michael D. Petersen [EMAIL PROTECTED] wrote... : I have been following PHP Bug #17868 for some time now (since upgrading to Red Hat 8.0 and Apache 2.0) with quite a bit of interest. This is the bug where multiple include statements don't work and only the first one gets parsed by PHP.

Re: [PHP-DEV] PHP Bug #17868: Multiple Includes

2003-01-20 Thread Michael D. Petersen
The problem is described in a little more detail here: http://bugs.php.net/bug.php?id=17868 Basically, if you have a document which has two or more include statements, each including a chunk of PHP code, only the first statement gets parsed by PHP. PHP is called everytime, but only the first

Re: [PHP-DEV] PHP Bug #17868: Multiple Includes

2003-01-20 Thread Chris Shiflett
--- Maxim Maletsky [EMAIL PROTECTED] wrote: Michael D. Petersen [EMAIL PROTECTED] wrote... : I have been following PHP Bug #17868 for some time now (since upgrading to Red Hat 8.0 and Apache 2.0) with quite a bit of interest. This is the bug where multiple include statements don't

Re: [PHP-DEV] PHP Bug #17868: Multiple Includes

2003-01-20 Thread Xavier Spriet
Seems to me like there's not much that can be done on the php side but more on the apache side. In the meantime I'd suggest migrating your server to Apache 1.3.27 until the problem is fixed since this may take quite a while. On Mon, 2003-01-20 at 09:28, Michael D. Petersen wrote: The problem is

Re: [PHP-DEV] PHP Bug #17868: Multiple Includes

2003-01-20 Thread Michael D. Petersen
Migrating back to Apache 1.3 is always a fallback solution. My main intent in mentioning this workaround was to get some feedback on what it may have inadvertantly broken, since commenting out the line of code seems to make Apache 2 work very well with PHP on my machine with no observable,