Re: OSX PHP freetds MAMP install question...
Daniel Fazekas <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On May 11, 2010, at 16:40, Cole McDonald wrote: > mssql does show up using the php -m (there was an intervening /bin directory in there somewhere) Let's check if your test script works from the command line then: /Applications/MAMP/bin/php5/php /path/to/your/script/test.php According to your previous phpinfo output, you are loading that phpinfo page as http://localhost:8888/MAMP/phpinfo.php Are you using the same 8888 port to load your test script? What's the output when you put a phpinfo(); die; into your own test script rather than loading MAMP's existing phpinfo.php?