[FX.php List] Using cookies/not using cookies
Dale Bengston
dbengston at preservationstudio.com
Tue May 15 17:23:24 MDT 2007
Hi Bob,
I seem to recall there is no php.ini accompanying the default install
of PHP on OS X, so you'll need to make one from the "lurking" default
file. In Terminal:
cd /private/etc/
ls [to see if it's there already; if not then do the next step]
cp php.ini.default php.ini
sudo pico php.ini
Then restart Apache to pick up the changes.
Dale
On May 15, 2007, at 5:57 PM, Roger Moffat wrote:
>
> On May 15, 2007, at 6:51 PM, Bob Patin wrote:
>
>> I was thinking that it was possible to edit the php.ini file in
>> Terminal, but I can't remember the command... I think OS X Server
>> has a simple little text editor that's accessible inside
>> Terminal... I just don't remember what it's called or how to use
>> it...
>
> Well you could use
>
> sudo pico path/to/php.ini
>
> but much easier IMHO is to use the free TextWrangler - use the
> "Open Hidden..." command in the file menu to find the php.ini file
> and when prompted - when you first start to change the file - enter
> your Administrator password.
>
> http://barebones.com/products/textwrangler/index.shtml
>
> Cheers
>
> Roger
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
More information about the FX.php_List
mailing list