估计是配置的问题,但在哪有问题呢?:)
对于php.ini,我做了以下工作Copy the file, php.ini-dist to your %WINDOWS% directory on
  Windows 95/98 or to your %SYSTEMROOT% directory under Windows NT,
  Windows 2000 or Windows XP and rename it to php.ini. Your %WINDOWS% or
  %SYSTEMROOT% directory is typically:
   c:\windows for Windows 95/98
   c:\winnt or c:\winnt40 for NT/2000/XP servers
  We will refer to %SYSTEMROOT% for both %WINDOWS% or
  %SYSTEMROOT% throughout the text.  Edit your php.ini file:   You will need to change the 'extension_dir' setting to
   point to your php-install-dir, or where you have placed
   your 'php_*.dll' files. ex: c:\php   Set the 'doc_root' to point to your webservers
   document_root. ex: c:\apache\htdocs or c:\webroot其他的我都没改过,用的默认配置