本帖最后由 Smhily 于 2010-06-30 15:33:51 编辑

解决方案 »

  1.   

    如果生成的excel保存在硬盘上没问题,但是不能够生成弹出框?此话何意?
      

  2.   


    难以确定...我觉得没有什么不同...我也照着网上的方法安装了pear了...应该没问题的....
      

  3.   

    重新把这个问题提出来...发现我自己配置的服务器也是会有类似问题....应该是我配置的问题,
    观察phpinfo()主要是Server API的不同,  
    一个是Apache 2.0 Handler(不可以支持send方法),另一个是CGI/FastCGI 
    请问高手这两个有什么区别吗? 如何快速的把Apache 2.0 Handler改成CGI/FastCGI呢?
    我用的是Redhat系统...谢谢谢谢...兔年快乐,希望早点能把分数散出去.......
      

  4.   

    和Apache 2.0 Handler没有关系的
      

  5.   

    那请问与什么有关系呢?除了通过phpinfo()还有什么方法可以找到吗?
    有问题的Configure Command:
    './configure' '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-expat-dir=/usr' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-kerberos' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--with-mime-magic=/usr/share/file/magic.mime' '--without-sqlite' '--with-libxml-dir=/usr' '--with-xml' '--with-system-tzdata' '--with-apxs2=/usr/sbin/apxs' '--without-mysql' '--without-gd' '--without-odbc' '--disable-dom' '--disable-dba' '--without-unixODBC' '--disable-pdo' '--disable-xmlreader' '--disable-xmlwriter' 没问题的Configure Command:
    './configure' '--enable-discard-path' '--with-gettext' '--enable-exif' '--enable-bcmath' '--enable-calendar' '--enable-magic-quotes' '--with-curl' '--enable-ftp' '--with-gd' '--enable-gd-native-ttf' '--with-zlib' '--with-t1lib' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-zlib-dir=/usr' '--with-ttf' '--with-freetype-dir=/usr' '--with-imap' '--with-imap-ssl' '--with-kerberos' '--with-mhash' '--with-mcrypt' '--with-openssl' '--with-mysql=/usr/local/mysql5' '--with-ldap' '--enable-mbstring' '--enable-inline-optimization' '--with-iconv' '--enable-pcntl' '--with-pspell' '--with-bz2' '--enable-sockets' '--prefix=/usr/local/php5' '--with-xsl' '--with-config-file-path=.:/etc' '--enable-soap' '--with-tidy' '--with-mysqli' '--enable-zip' '--with-pdo-mysql=/usr/local/mysql5' '--enable-fastcgi'