PHP.ini file
am 30.04.2011 13:27:29 von Gavin Chalkley
Afternoon all.
I have a dev server using XAMPP, and am wondering if somone could
point how to add a custom php.ini file?
I have the ability to do this on the live server but am unsure how to
make this read on the dev server?
--
Best regards,
Gavin C
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP.ini file
am 02.05.2011 20:12:17 von Gavin Chalkley
Is there no way of setting unique .ini?
As I am running multi Dev sites from Xampp, of which require different
includes and other settings
On 2 May 2011 18:31, Barry Stear wrote:
> You just need to update the php.ini file that you have making any changes
> necessary. I would suggest making a backup of your existing php.ini file
> first.
>
> Regards,
>
> Barry
>
> On Sat, Apr 30, 2011 at 4:27 AM, Gavin Chalkley
> wrote:
>>
>> Afternoon all.
>>
>> I have a dev server using XAMPP, and am wondering if somone could
>> point how to add a custom php.ini file?
>>
>> I have the ability to do this on the live server but am unsure how to
>> make this read on the dev server?
>>
>> --
>> Best regards,
>>
>> Gavin C
>>
>> --
>> PHP Database Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>
>
>
> --
>
>
> height="31">
>
--
Best regards,
Gavin C
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP.ini file
am 03.05.2011 11:35:50 von David Robley
Gavin Chalkley wrote:
> Is there no way of setting unique .ini?
>
> As I am running multi Dev sites from Xampp, of which require different
> includes and other settings
>
> On 2 May 2011 18:31, Barry Stear wrote:
>> You just need to update the php.ini file that you have making any changes
>> necessary. I would suggest making a backup of your existing php.ini file
>> first.
>>
>> Regards,
>>
>> Barry
>>
>> On Sat, Apr 30, 2011 at 4:27 AM, Gavin Chalkley
>> wrote:
>>>
>>> Afternoon all.
>>>
>>> I have a dev server using XAMPP, and am wondering if somone could
>>> point how to add a custom php.ini file?
>>>
>>> I have the ability to do this on the live server but am unsure how to
>>> make this read on the dev server?
>>>
Use a base php.ini for values common to all sites, then make variations as
necessary in your vhost config files.
http://php.net/manual/en/configuration.changes.php
Cheers
--
David Robley
The calm confidence of a Christian with four Aces. - M.Twain
Today is Pungenday, the 50th day of Discord in the YOLD 3177.
Celebrate Discoflux
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php