1

I'm trying to configure PHP on Mac OS X (10.5.7) and am really confused as to where this program "lives".

Here's what I've found / not found:

php: /usr/bin/php
php.ini: /etc/php.ini
extensions directory: /usr/lib/php/extensions

Are there other places where PHP components are located?

Chealion
  • 5,733
  • 28
  • 29
Jason S
  • 626
  • 1
  • 16
  • 28

1 Answers1

3

Have you tried:

locate php

Here is an article that may provide some guidance.

Another article: Working with PHP 5 in Mac OS X 10.5

One from php.org: Using the bundled PHP

Dennis Williamson
  • 62,149
  • 16
  • 116
  • 151