der gehört ja auch nicht in apache/extensions
sondern in php/extensions
Beispiel:
Bei mir ist apache d:/apache
php ist in d:/apache/php
die xtensions finde ich unter d:/apache/php/extensions/
dort ist bei den neuen php-versionen auch gleich die gd-lib dabei
in der php.ini habe ich dann dementsprechend eingetragen(geändert):
(auszug)
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
; if you wish to have an extension loaded automaticly, use the
; following syntax: extension=modulename.extension
; for example, on windows,
; extension=msql.dll
; or under UNIX,
; extension=msql.so
; Note that it should be the name of the module only, no directory information
; needs to go here. Specify the location of the extension with the extension_dir directive above.
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
; -----------------------------------------------------------------
extension=php_gd.dll // (also hier einfach das ";" entfernt
;extension=php_bz2.dll
;extension=php_ctype.dll
fertig