ID:               29698
 Comment by:       hawk at air dot linkclub dot or dot jp
 Reported By:      mills at sinetechnologies dot com
 Status:           Open
 Bug Type:         Zend Engine 2 problem
 Operating System: Win XP
 PHP Version:      5.0.1
 New Comment:

Resolved. Check you don't have php4ts.dll when you have PHP5 running.


Previous Comments:
------------------------------------------------------------------------

[2004-11-02 15:49:06] hawk at air dot linkclub dot or dot jp

I encountered the behavior of PHP 5.0.2 like your report.
I could resolve on PHP 5.0.2 / WindowsXP with rotating the order of
include_path elements.

try:

include_path = "C:\Program Files\Apache Group\Apache\php\include;."

instead of:

include_path = ".;C:\Program Files\Apache Group\Apache\php\include"

I guess this is a bug, anyway. Any suggestions?

------------------------------------------------------------------------

[2004-08-19 04:51:42] mills at sinetechnologies dot com

Changing the '.' to './' had no success on the problem. 

Also, I cannot directly call C:\Program Files\Apache
Group\Apache\php\include\phrame\util\HashMap.php (it is two directories
below the include directory). 

But I can directly call C:\Program Files\Apache
Group\Apache\php\include\include.php

Permissions on the files are the same.

------------------------------------------------------------------------

[2004-08-18 12:25:46] scooter at butterball dot demon dot co dot uk

Hi,

We have resolved this bug on our Solaris box.

The php.ini file was still the old php4 version, we installed the php5
version of the php.ini file and now recursive includes work fine on the
Solaris box.  

They always worked on the Fedora box, but it had the php5 .ini file
installed from the start.

Not sure if this is a solution to the apparent bug on Win XP, but it
worked for us.

One last point the include_path on the php.ini file was the only
element changed from the default, the '.' was changed to './' - this
may also be important.

Scooter

------------------------------------------------------------------------

[2004-08-18 10:21:04] scooter at butterball dot demon dot co dot uk

Hi,

I have seen the same problem on SunOS 5.8

Our code works fine on Linux Fedora Core 2.

PHP version 5.0.1 is being used on both platforms.

Scooter

------------------------------------------------------------------------

[2004-08-16 17:00:07] mills at sinetechnologies dot com

This is not a duplication of 27891, or any other bug I 
have seen.

------------------------------------------------------------------------

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/29698

-- 
Edit this bug report at http://bugs.php.net/?id=29698&edit=1

Reply via email to