Re: [PHP-MIGRATION] 4.0.1pl2 -> 4.0.2 = can't execute script

[email protected] (blinky) Sun, 1 Oct 2000 17:01:35 +0200
Newsgroups php.migration
Message-ID <[email protected]>
> Your problem probably isn't the basedir.  It is the path where it looks
for
> files you specify as "include".  Check the path for include in you php.ini
> file.

Hi Adam.
Thanks for your really fast answer :)

mhm. include_path isn't having a value. a phpinfo() (v4.0.1pl2) tells me

               local value  master value
include_path   no value     no value

in php.ini i've this one:

include_path =       ; UNIX: "/path1:/path2"  Windows: "\path1;\path2"


i wonder why 4.0.1pl2 worked perfectly and 4.0.2 has this problem since i
haven't changed the configuration files.

i'm not sure if this is really because of the include_path line.

>Warning: Failed opening '/home/sites/domain.com/www/test--.php4' for
>inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0

i don't use the include-command. php seems to use it for its own. i directly
start the  test--.php4  file.

maybe you've another idea? ;-)

thanks again.

daniel