Minutes PHP Developer Meeting 
Ok - have read the minutes for what is going on with PHP6 and as odd as it sounds - it was actually quite interesting.
A couple of the subjects/discussions I found interesting:
- Unicode on/off modes
- register globals
- magic quotes
- register long arrays
- case sensitivity of identifiers
- moving ereg to pecl
- Adding a 64 bit integer
- Adding “goto”
- ifsetor() as “replacement” for $foo = isset($foo) ? $foo : “something else”
- Allow foreach syntax for multi-dimensional arrays
- Late static binding using “this” without “$” (or perhaps with a different name)
- Using an undefined property in a class with defined properties should throw a warning
- Merge Hardened PHP patch into PHP
- Sand boxing or taint mode
- All non-fatal errors should become exceptions
- E_STRICT on by default
There are many other decisions made that I sure others would be interested in (safe_mode and base_directory pop to mind) so take a look at the minutes and see what the future will look like.