php-windows Digest 25 Jun 2009 20:05:33 -0000 Issue 3649

Topics (messages 29421 through 29423):

PHP is using C:\php5\ despite the fact that I have configured the include_path
        29421 by: onemancrew

Re: problem with PEAR , windows platform , php 5.2.9-2 , IIS Version 6
        29422 by: onemancrew

Re: [PHP-WEBMASTER] PHP Update & PHP Upgrade
        29423 by: Hannes Magnusson

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
for 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\Plesk\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.



--- End Message ---
--- Begin Message ---
Hello

I have found the the source of the issue.

I post new thread about this issue.

the subject of the new thread is:

PHP is using C:\php5\ despite the fact that I have configured the include_path

thanks in advacned.


--- End Message ---
--- Begin Message ---
On Thu, Jun 25, 2009 at 21:30, Jonathan
Chaput<jonathan.cha...@comtech.qc.ca> wrote:
>
> In the documentation, I found that the installer of PHP 5.2 and later will
> read the install options and will reinstall PHP with the same options as
> before.
>
> Will the install only read the installed features or it will read the
> php.ini ?
>
>
>
> What about PHP 5.1, 5.0, 4 ? Will these installs also read the install
> options and php.ini and will install the new update version with the same
> options ?
>

I have absolutely no idea, try the "Windows PHP users list" mailinglist (CCed)

-Hannes

--- End Message ---

Reply via email to