php-migration | 2000101

Re: [PHP-MIGRATION] 4.0.1pl2 -> 4.0.2 = can't execute script From: blinky (blinky <email protected>)
Date: 10/01/00

> 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

-- 
PHP Migration Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-migration-unsubscribe <email protected>
For additional commands, e-mail: php-migration-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>