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

[email protected] ("Adam Lang") Sun, 1 Oct 2000 22:29:40 -0400
Newsgroups php.migration
Message-ID <[email protected]>
What do you mean you directly tart the test.php script?

Are you using the CGI or interpreted PHP?

----- Original Message -----
From: "blinky" <[email protected]>
To: <[email protected]>
Cc: <[email protected]>
Sent: Sunday, October 01, 2000 11:01 AM
Subject: Re: [PHP-MIGRATION] 4.0.1pl2 -> 4.0.2 = can't execute script


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