• PHP 5.4.14 和 PHP 5.3.24 发布


    PHP 5.4.14/5.3.24发布。2013-04-11 经过1个RC 上个版本是2013-03-14的5.4.13/5.3.23修正了超过10个Bug以及几个安全漏洞。PCRE升级到8.32 开发版本5.5Beta2.

    完全改进:11 Apr 2013, PHP 5.4.14
    - Core
      . Fixed bug #64529 (Ran out of opcode space). (Dmitry)
      . Fixed bug #64515 (Memoryleak when using the same variablename two times in
        function declaration). (Laruence)
      . Fixed bug #64432 (more empty delimiter warning in strX methods). (Laruence)
      . Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
        (Dmitry)
      . Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
        (Anatol)
      . Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
        (Dmitry, Laruence)
      . Fixed bug #63976 (Parent class incorrectly using child constant in class
        property). (Dmitry)
      . Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle
        exceptions properly). (Jeff Welch)
      . Fixed bug #62343 (Show class_alias In get_declared_classes()) (Dmitry)

    - PCRE:
      . Merged PCRE 8.32. (Anatol)

    - SNMP:
      . Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly).
            (Boris Lytochkin)

    - Zip:
      . Bug #64452 (Zip crash intermittently). (Anatol)

    11 Apr 2013, PHP 5.3.24

    - Core
      . Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
        (Anatol)
      . Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle
        exceptions properly). (Jeff Welch)
      . Fixed bug #62343 (Show class_alias In get_declared_classes()) (Dmitry)

    - PCRE:
      . Merged PCRE 8.32). (Anatol)

    - mysqlnd
      . Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc
        for stmt->param_bind). (Andrey)

    - DateTime
      . Fixed bug #62852 (Unserialize Invalid Date causes crash). (Anatol)

    - Zip:
      . Bug #64452 (Zip crash intermittently). (Anatol)

    下载:http://us2.php.net/distributions/php-5.4.14.tar.bz2

    http://us2.php.net/distributions/php-5.3.24.tar.bz2

  • 相关阅读:
    Android Handler主线程和一般线程通信的应用分析
    在java中string为什么要设计成final的
    Java中有几种创建对象的方式
    String和StringBuilder、StringBuffer的区别
    正确的二分查找实现
    SSH编写程序中文乱码解决
    lamda表达式
    kmp算法核心代码
    简洁清晰的quicksort核心代码
    [趣题]生成多个质数的幂积序列
  • 原文地址:https://www.cnblogs.com/shihao/p/3013806.html
Copyright © 2020-2023  润新知