Click to See Complete Forum and Search --> : PHP extensions on Win32


Anon
03-08-2002, 11:40 AM
I have been installed the PhpTriad(phpgeek.com). It's run on php 4.0.5.
I downloaded from php.net the lattest version 4.1.* of php and installed it.

When I operated php_gd.dll extensions from php.ini and exactly specify where "extension_dir="

When I execute this function [ phpinfo(); ].
After it, I begin to got this kind of msg:

http://storm.prohosting.com/~osbb/1.gif
http://storm.prohosting.com/~osbb/2.gif

Anon
03-08-2002, 11:45 AM
I have this and work ok;

; Directory in which the loadable extensions (modules) reside.
extension_dir = C:\php\extensions

Anon
03-08-2002, 12:17 PM
I already specify as I wrote:
My is: extension_dir=C:\apache\php\extensions\

Anon
03-08-2002, 01:27 PM
Probe with extension_dir=C:\apache\php\extensions

Anon
03-08-2002, 03:06 PM
Already, probed.
Nothing.