Re: php and postgresql on windows

Поиск
Список
Период
Сортировка
От Przemek Kowalczyk
Тема Re: php and postgresql on windows
Дата
Msg-id 4cb3dbb70602031323t45c92b14o@mail.gmail.com
обсуждение исходный текст
Ответ на Re: php and postgresql on windows  (<operationsengineer1@yahoo.com>)
Ответы Re: php and postgresql on windows
Список 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?

В списке pgsql-php по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: php and postgresql on windows
Следующее
От:
Дата:
Сообщение: Re: php and postgresql on windows