Re: [PHP] php4 Mac OSX

2002-11-01 Thread Matt T. Galvin
uncompress eXtremePHP. It may get have a weird directory name. Change the directory name to xpl. copy xpl to /Users/pierreva/Sites/xpl either from the CLI or just drag the xpl dir into your Site dir cd /usr/local/lib sudo vi php.ini while in vi type /auto_prepend (this is to search to the

Re: [PHP] php4 Mac OSX

2002-11-01 Thread Pierre Vaudrey
Did you install from the source code or a pre-compiled bin? (from Marc Liyanage.?) I installed PHP from Marc Liyanage pre-compiled bin If so there is usually no php.ini file with it. If you are using Marc's binary package then create a blank php.ini file: sudo mkdir -p /usr/local/li

Re: [PHP] php4 Mac OSX

2002-11-01 Thread Matt T. Galvin
Did you install from the source code or a pre-compiled bin? (from Marc Liyanage.?) If so there is usually no php.ini file with it. If you are using Marc's binary package then create a blank php.ini file: sudo mkdir -p /usr/local/lib sudo touch /usr/local/lib/php.ini Then you wi