php3-list | 200003
Date: 03/20/00
- Next message: Richard McLean: "[PHP3] PHP vs PHP + PHP Template Engine"
- Previous message: Francis Smit: "Re: [PHP3] Basic question: What does -> do?"
- In reply to: mocha_php: "Re: [PHP3] GD with PHP3 in Windows"
- Next in thread: David Johnson: "[PHP3] GD with PHP3 in Windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
you'd need the dynamic loadable module. if you have a compiler you can
compile it, otherwise maybe a generous soul out there with a compiler will
do it for you. this only applies to php4.
Well, I'm in need of a generous soul as I don't have a windows compiler, I'm
sure other people will be quite happy to have a GD module and a PDFlib
module for windows/PHP4. I suggest that a benefactor put the dlls somewhere
on the net. If necessary, I can provide the www address for it ...
Alain
Message from Alain Samoun
alain <email protected>
-----Original Message-----
From: mocha_php [mailto:mocha_php <email protected>]
Sent: Monday, March 20, 2000 4:58 PM
To: David Johnson; php3 <email protected>
Subject: Re: [PHP3] GD with PHP3 in Windows
you'd need the dynamic loadable module. if you have a compiler you can
compile it, otherwise maybe a generous soul out there with a compiler will
do it for you. this only applies to php4. from my php3.15 directory on
win32, i see that the gd module is included:
C:\php3>dir
Volume in drive C is SYSTEM
Volume Serial Number is 0720-16E5
Directory of C:\php3
. <DIR> 09-18-99 2:18a .
.. <DIR> 09-18-99 2:18a ..
[file names removed for brievity]
PHP3_GD DLL 253,952 06-26-99 11:50a php3_gd.dll
[file names removed for brievity]
37 file(s) 3,900,916 bytes
2 dir(s) 220,127,232 bytes free
then in your php3.ini file (or php.ini for php4) make sure you specify
where you installed the *.dll files and you would remove the semicolon in
front of the respective line in this section:
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
[other directives removed for brievity]
extension_dir = "c:\php3\"
;Windows Extensions
[other extensions removed for brievity]
extension=php3_gd.dll
[other extensions removed for brievity]
At 07:37 PM 3/20/00 -0500, David Johnson wrote:
>Hi,
>
>If you have used the GD library functions in your PHP scripts running on a
>Windows server, would you please explain how to install the library so
>that it works properly. This is greatly appreciated.
>
>David Johnson
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Richard McLean: "[PHP3] PHP vs PHP + PHP Template Engine"
- Previous message: Francis Smit: "Re: [PHP3] Basic question: What does -> do?"
- In reply to: mocha_php: "Re: [PHP3] GD with PHP3 in Windows"
- Next in thread: David Johnson: "[PHP3] GD with PHP3 in Windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

