On the LivePipe blog, there's a whishlist that Ryan has posted for some of the things he'd like to see in PHP6.
His list consists of:
- Closures
- { } is the new array()
- Parameter Collection in Functions
- Late Static Binding
- Backwards Compatibility
Each is explained, some with code to illustrate.