Click to See Complete Forum and Search --> : installing gd2 onto php.


stevesweetland
07-27-2004, 10:01 AM
i dont have the first clue how to do it. not even in the slightest, but i need to do it. can you tell me how?

would be really handy if the reply wasnt rtfm cause iv tried that, but i dont know what im looking for!!!!!

i have a raq4, i cant upgrade to os2 and use the pkg updates because there is a single update i need to do before i can os2 update > which i cant find any-fecking-where at all. its beginning to get on my tits, so all i want is to install a new version of php. all i want is to be able to resize images on the fly (and have them look half-decent)!!!

where do i find it, how do i configure it, do i compile it, what source do i use, what dependencies does it have...

im currently on php 4.1.2...

please help, its not only getting on my tits, its actually fully mounted my mammaries.

hi-liter
07-27-2004, 03:48 PM
not familiar w/ raq too much, but in your php.ini there are extensions that are commented out;

I changed
;extension=php_gd2.dll
to
extension=php_gd2.dll

and gd worked.

worth a shot at least. gl.

of course the extensions were present already in my case...

goldbug
07-27-2004, 05:15 PM
Can you compile/install your own version of PHP? If so, just compile a recent version. GD2 is bundled.