Re: php and postgresql on windows

From: Przemek Kowalczyk <przemek(dot)ca(at)gmail(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: php and postgresql on windows
Date: 2006-02-03 21:23:00
Message-ID: 4cb3dbb70602031323t45c92b14o@mail.gmail.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?

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message operationsengineer1 2006-02-04 21:41:30 Re: php and postgresql on windows
Previous Message operationsengineer1 2006-02-03 21:05:58 Re: php and postgresql on windows