Posted by John Smit on 12/10/06 10:06
Hello all,
I try to load an extension (mysqli). First I tried to remove the semi colon
in the php.ini
;extension=php_mysqli.dll -> extension=php_mysqli.dll
But no luck
Put the semicolon back and call the dl() function, no luck either.
(I also tried both...)
I set the extension_dir directive in the php.ini AND in code to "C:/Program
files/PHP/extensions/" (and yes this is the right durectory) but when i
retreive the value with the ini_get() function it will tell me the directory
is set to "C:/php5/" in both the tests.
What am i doing wrong?
Working on a windows xp box with apach 2.2, and php 5.2
Thanks Rob
Navigation:
[Reply to this message]
|