From: <[EMAIL PROTECTED]>
Sent: Wednesday, April 04, 2001 7:49 PM
Subject: [PHP-DEV] PHP 4.0 Bug #10165 Updated: install.txt doesn't mention
copying DLLs to WINNT


> ID: 10165
> Updated by: phildriscoll
> Reported By: [EMAIL PROTECTED]
> Old-Status: Open
> Status: Feedback
> Bug Type: Documentation problem
> Assigned To:
> Comments:
>
> It would be good to get to the bottom of this. If anyone out there
understands what Windows does in these circumstances, can they shed some
light on proceedings.

<snip>

You don't need to copy ANY of the php dlls to \winnt\system32.

"php4ts.dll" runs fine from the php directory, as any dlls your application
tries to load is first searched for in the application's directory.

The extension-dlls can also stay where they are (in the "extensions"
directory), BUT you need to change a line in the "php.ini":

extension_dir = ./extensions

Maybe this should be a default value instead of

extension_dir = .

Just my suggestion anyway, especially sine the install.txt doesn't mention
this.

- Carsten




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to