PHP is using C:/php5/ despite the fact that I have configured the include_path
am 22.06.2009 08:33:55 von onemancrewfor some reason I found that the new pear packages which I have installed
have been deployed into C:\php5\pear
but I have configured the include_path in the registry file.
because I didnt find any otherway then I have configured the include_path in
the php.ini level
but still , when I install new PEAR packages , the new packages goes to
C:\php5\pear
to ansure that the new include_path configuration is being used by php.exe ,
I have execute the command:
D:\Inetpub\vhosts\domain.com\httpdocs\phppear>C:\SWSoft\Ples k\Additional\PleskPHP5\php.exe
-r phpinfo(); | find "include"
allow_url_include => Off => Off
include_path => .;D:\inetpub\vhosts\domain.com\httpdocs\phppear\pear\ =>
..;D:\inetpub\vhosts\domain.com\httpdocs\phppear\pear\
safe_mode_include_dir => no value => no value
PMTPMTPMT => @include_path@
_SERVER["PMTPMTPMT"] => @include_path@
_ENV["PMTPMTPMT"] => @include_path@
and included in the distribution in the file: LICENSE
D:\Inetpub\vhosts\domain.com\httpdocs\phppear>
What you can see ?
you can see that the include_path is set to be
D:\inetpub\vhosts\domain.com\httpdocs\phppear\pear\
this is the path where the files:
go-pear.bat
PEAR\go-pear.phar
exist
*******************************************
I dont understand from where the path C:\php5 is taken ?
I have configured the include_path to be
..;D:\inetpub\vhosts\domain.com\httpdocs\phppear\pear\
you can also see above from the phpinfo() output that this is the path which
configured as include_path
*******************************************
Please advice how to resolve the issue of C:\php5\pear
thanks in advanced.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php