http://topic.csdn.net/t/20040927/15/3412922.html
http://www.docin.com/p-23414672.html
http://www.qqread.com/php/n652282101.html
http://www.51testing.com/?uid-65519-action-viewspace-itemid-142987
1 apache配置文件httpd.conf最後添加:
LoadModule php6_module "c:/php6/php6apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "c:/php6"
2 php.ini修改:
extension_dir = "C:/php6/ext"
extension=php_gd2.dll