Re: php and postgresql on windows

From: <operationsengineer1(at)yahoo(dot)com>
To: Przemek Kowalczyk <przemek(dot)ca(at)gmail(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: php and postgresql on windows
Date: 2006-02-04 21:41:30
Message-ID: 20060204214130.69888.qmail@web33307.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

> I SOLVED IT!
> The default php.ini has the extension directory like
> this:
> extension_dir = "./"
>
> Now being a noob, I look up a couple lines and see
>
> include_path = ".;c:\php\includes"
>
> so I figure I should add a semi-colon and append my
> own extension
> directory to extension_dir. But PHP doesn't like
> that it seems, the
> correct way:
>
> extension_dir = "F:\php\ext"
>
> I can't believe you folks didn't see that :-)
>
> Does this mean you can't have multiple paths for
> extension_dir?

that *exact* instruction is included in the PHP5
tutorial that i recommended for review.

i can't believe you didn't find it. ;-)

i think the idea is to have one extension directory
and then place all your extensions there vs have
multiple extension directories.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

In response to

Browse pgsql-php by date

  From Date Subject
Next Message vince 2006-02-04 22:14:35 PHP/postgreSQL
Previous Message Przemek Kowalczyk 2006-02-03 21:23:00 Re: php and postgresql on windows