I'd recommend you leave them in the "extension" directory, which is
where the installer places them, and just indicate in your INI file
where that directory is:
extension_dir = "d:\php\extension\"
That'll keep the \php directory uncluttered, and you'll know exactly
where all your extension files are.
Regardless, I agree with you that placing them in the "system"
directory is something that should NOT be done! There's enough junk
there already :)
-Al
On Fri, 17 Aug 2001 07:37:34 -0500, [EMAIL PROTECTED]
(Angie Tollerson) wrote:
>Augusto,
>You simply need to download the windows 32binary package of php from =
>www.php.net 's download page. Unpack it in a php folder and follow the =
>install.txt directions for implementing on your windows computer. When =
>you are all setup, make sure you remove the ; (uncomment) from the line in =
>php.ini ";extension php_gd.dll" since that is what will run gd. But most =
>of the functions you used for unix gd are the same for windows...sometimes =
>there are one or two functions that don't work for windows but the php =
>manual specifies that. Let us know if you need more help as you install.
>
>Additionally, the install.txt may tell you to copy all the dll's sitting =
>in the dll folder into windows/system32 system. DO NOT put them there, =
>put them in the same folder that your php.exe is sitting in.
>
>
>
>
>Angie Tollerson
>Alliance Technologies
>Web Programmer
>(515)245-7628
>[EMAIL PROTECTED]
>
>>>> "Augusto Cesar Castoldi" <[EMAIL PROTECTED]> 08/17/01 05:57AM =
>>>>
>Hi.
>
>i'm using the last version of GD (supports JPEG and PNG) on Solaris 8 =
>unix,
>but I need to use this functions on Windows.
>
>How can I do that?
>
>regards,
>
>Augusto
>
>
>_________________________________________________________
>
>Do You Yahoo!?
>
>Get your free @yahoo.com address at http://mail.yahoo.com=20
>
>
>
>--=20
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]=20
>For additional commands, e-mail: [EMAIL PROTECTED]=20
>To contact the list administrators, e-mail: [EMAIL PROTECTED]=20=
>
>
>
--
PHP Windows 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]