PHP 5.4 RC4 released

    The next release came out - a candidate for a new branch of PHP 5.4 . Differences from the previous assembly:
    • The configuration variable max_input_vars has been added , which allows you to deal with hash collision attacks
    • Fixed segfault in traits
    • Fixed bug with incorrect reading and writing when using traits
    • Fixed segfault after 2 POST requests with type multipart / form-data (codes 200 + 404)
    • Fixed bug with not displaying PHP errors in some browsers using SAPI
    • Segfault fixed when using older versions of OpenSSL
    • Fixed broken bindValue and bindParam functions in PDO driver for Firebird
    By the way, for those who want to try new features of PHP 5.4 (for example, traits), without understanding the intricacies of building PHP from source codes in their Debian-based system, you can use version 5.3.99 packages from http: //apt.damz. org / (for Ubuntu 11.04).

    Also popular now: