Re: Adding GD to php in Windows XP
- From: "Jim Carlock" <anonymous@xxxxxxxxx>
- Date: Tue, 31 Jan 2006 01:18:35 GMT
"prk" <peter.kingsbury@xxxxxxxxxxx> wrote:
> if I remove the comment I get the mesage:
> Unable to load dynamic library './php_gd2.dll' - The
> specified module could not be found.
(1) Find or create the "extension_dir" line inside php.ini.
extension_dir = "C:/WINNT/system32/"
You can set it to "C:/php/extensions/" if you like, to prevent the
need for copying the files to another folder. If you change it to
the system32 folder, you must copy the appropriate extensions
to the system32 folder, as detailed in steps (2) and (3).
(2) Locate the php_gd2.dll inside, "C:\php\extensions\".
(3) Copy that file to "%systemroot%\system32" (or whatever path
the extension_dir points to).
(4) Uncomment the ";extension=php_gd2.dll" line inside php.ini.
(4) net stop apache
(5) net start apache
Hope this helps.
Jim Carlock
Post replies to the newsgroup.
.
- References:
- Adding GD to php in Windows XP
- From: prk
- Re: Adding GD to php in Windows XP
- From: Mike Willbanks
- Re: Adding GD to php in Windows XP
- From: prk
- Adding GD to php in Windows XP
- Prev by Date: Insert syndicated content in my web page
- Next by Date: ActiveRecord implementation by PHP
- Previous by thread: Re: Adding GD to php in Windows XP
- Next by thread: Advanced Array Help
- Index(es):
Relevant Pages
|