本帖最后由 PhpNewnew 于 2012-03-02 20:50:09 编辑

解决方案 »

  1.   

    内置web server???
    apache iis nginx不用装???
      

  2.   

    那个内置web server究竟只是个程序测试用品,还是个可以取代apache的强大成品呢?
      

  3.   


    嗯 消息可靠.官方直译
    PHP 5.4 will be the last series to support Windows XP and Windows 2003. We will not provide binary packages for these Windows versions after PHP 5.4.For users upgrading from PHP 5.3 there is a migration guide available here, detailing the changes between PHP 5.3 and PHP 5.4.0.For a full list of changes in PHP 5.4.0, see the ChangeLog. 
    对微软佩服得五体投地.
      

  4.   

    Built-in webserver in CLI mode to simplify development workflows and testing
      

  5.   


    只能拿来玩玩http://php.net/manual/en/features.commandline.webserver.php……
    This web server is designed for developmental purposes only, and should not be used in production.
    ……
      

  6.   


    还不清楚,我觉得就算有 也还不能够取代apache.我是不敢马上用的..正在编译5.4版本
      

  7.   

    本帖最后由 PhpNewnew 于 2012-03-02 13:34:02 编辑
      

  8.   

    怎么看出来微软强悍的?  PHP门外汉求教
      

  9.   


    把原来的PHP和PHP关联的扩展都放弃吧,重新装应该没问题。
    5.4都出到RC8了,正式版应该没什么问题
      

  10.   

    编译完成 发现xdebug还没有支持新版本的...蛋痛了
      

  11.   

    嗯,这里看清楚点
    http://docs.php.net/manual/en/migration54.php
    嘿嘿,每次看changelog的时候都在想.....现在的版本有这么多bug啊........
    http://php.net/ChangeLog-5.php
      

  12.   

    在Github 下了个  xdebug dev 编译完成
    with Xdebug v2.2.0-dev, Copyright (c) 2002-2012, by Derick Rethans
    升级完毕.
      

  13.   

    上来就看到这一行:
    PHP 5.4 will be the last series to support Windows XP and Windows 2003看来Windows2003的时代要终结了
      

  14.   


    hoho... 
    我重新编译了gd库,我的指令你参考看看有没用 php的./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/opt/mysql/server-5.5/ --with-curl=/usr/local/curl --enable-ftp --with-libxml-dir=/usr/local/libxml2 --enable-soap --with-xsl=/usr/local/libxslt --with-gd --with-png-dir=/usr/local/lib --with-jpeg-dir=/usr/local/jpeg8/ --with-zlib-dir=/usr/lib --with-freetype-dir=/usr/local/freetype --enable-mbstring
    记得要加上mbstring 否则gd/png无法正常工作.
      

  15.   

    嗯 gd2.0.35 我也是全部重新编译 报 png.h 没定义 修改 gd_png.c中的路径  后安装gd ok
    php congifure 没问题 make 时报 gd_ctx in ***
    等等再看 蛋疼