|
Posted by Oli Filth on 05/13/05 18:15
(¯`·..Yttrium ...·´¯) wrote:
> "What" <money@weird.net> a écrit dans le message de news:
> 3FRge.1228$Ld4.355@trndny04...
>
>>I have just installed php5 and loaded the extensions in a subfolder,
>>C:/php/extension. I made changes to the php.ini to extension_dir and
>>removed the ; from some of the extensions. Then I have a php file that
>
> does
>
>><?php
>>phpinfo();
>>?>
>>The html pieces are there. When I run this it comes up with errors that
>>say it can't find things like php_curl.dll
>>Still searching. It talks about force_redirect what is that?
>>Mark
>
>
> Hi,
> After editing your php.ini file, you must too, put the dll's of your
> extensions the systemf older (if you use windows), and edit the system path
> .
That's nonsense, you can leave all the extensions in the original
C:\...\PHP\ext directory.
To the OP, did you ensure that you used an absolute location for the
extension directory, and enclose it in double quotes? e.g.:
extension_dir = "C:\Program Files\PHP\ext"
Bear in mind that Windows uses backslashes, not forward slashes as
you've used in you original post.
--
Oli
Navigation:
[Reply to this message]
|