|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
PHP won't recgonize php_gd2.dll
As far as I'm aware, I've done everything right, but I can't seem to get PHP to recgonize php_gd2.dll.
I applied changes in this order: 1) stop apache 2) edit php.ini 3) start apache from php.ini in c:winnt Code:
; Directory in which the loadable extensions (modules) reside. extension_dir = C:/www/php/extensions/ ;extension=php_fdf.dll ;extension=php_filepro.dll extension=php_gd2.dll ;extension=php_gettext.dll ;extension=php_hyperwave.dll from apache2's httpd.conf Code:
LoadFile "/www/php/php4ts.dll" LoadModule php4_module /www/php/php4apache2.dll actual windows extension directory: C:wwwphpextensions actual path to php_gd2.dll C:wwwphpextensionsphp_gd2.dll system info: Windows NT RP 5.0 build 2195 (W2000 SP4) PHP Version 4.3.10 Apache/2.0.52 (Win32) PHP/4.3.10 mod_perl/1.99_18 Perl/v5.8.6 |
|
#2
|
|||
|
|||
|
RE: PHP won't recgonize php_gd2.dll
nevermind, i'm an idiot.
I either 1) forgot to save php.ini before I restarted apache. 2) didn't actually restart apache. SO, the above can be used as a short, somewhat intelligent walkthrough to install gd2 for php. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > PHP won't recgonize PHP.ini |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|