Skip to Content.
Sympa Menu

freetds - Re: [freetds] OSX PHP freetds MAMP install question...

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Daniel Fazekas <fdsubs AT t-online.hu>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] OSX PHP freetds MAMP install question...
  • Date: Tue, 11 May 2010 16:46:43 +0200

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?





Archive powered by MHonArc 2.6.24.

Top of Page