1

Topic: PHP 5.1.0 released

For those who know and understand such things.
http://www.php.net/ChangeLog-5.php#5.1.0

2

Re: PHP 5.1.0 released

I wonder how long it will take for PHP 5 to become the preferred version on hosting companies?

Re: PHP 5.1.0 released

^ Same thought here. Won't really mean a lot until it becomes standardized amoungst hosting companies.

Re: PHP 5.1.0 released

It won't be standard until php6 wink

Re: PHP 5.1.0 released

Improved performance of:

    * general execution/compilation. (Andi, Thies, Sterling, Dmitry, Marcus)
    * switch() statement. (Dmitry)
    * several array functions. (Marcus)
    * virtual path handling by adding a realpath() cache. (Andi)
    * variable fetches. (Andi)
    * magic method invocations. (Marcus)

These things I like.

"Programming is like sex: one mistake and you have to support it for the rest of your life."