Page 1 of 1

Customized location of php.ini under Interpreter Options

PostPosted: May 28th, 2015, 3:19 pm
by ikappas
Hello,

I would suggest allowing for customized location of php.ini under Visual Studio Options > Php Tools > Interpreter which would allow for any php installation scenario.

A good example of this is MAMP Pro for Windows which is currently in beta 3 and under heavy development which has the php bin path under:
Code: Select all
C:\MAMP\bin\php\php[version]\

and the php.ini files under
Code: Select all
C:\Users\Public\Documents\Appsolute\MAMPPRO\conf\php[version].ini


As a result, MAMP cannot be used with PHP Tools as it stands.

Thank you for looking into this.

Ioannis

Re: Customized location of php.ini under Interpreter Options

PostPosted: May 29th, 2015, 10:36 am
by Miloslav Beno
Hello Ioannis,

Thank you for giving us know.

Basically what you could do now is to setup in PHP project "Use custom server" option, so PHP tools would leave everything on the server to handle. This way you could use MAMP.

Anyway we have plans to change our handling of PHP/servers, so we'll take this into account.

Thanks,

Re: Customized location of php.ini under Interpreter Options

PostPosted: November 29th, 2017, 4:22 pm
by Lloyd
Hi There,

where do you set the default server?

I'm using version: 1.25.10447 PHP tools for windows

Thank you

Re: Customized location of php.ini under Interpreter Options

PostPosted: November 30th, 2017, 10:07 am
by Miloslav Beno
Hi Lloyd,

Server has to be set up for each project individually in the project properties.

Default one is just PHP Build-in server

Thanks,