|
actually...this is a false alarm..oops...
5.0.5 introduced assertions when you are trying to do $this->$name = "adsfasdf" where $name = null or empty string.
Before 5.0.5, the above invalid code would run without error, now it correctly asserts as error.
Turned out to be faulty code in my own app that 5.0.5 asserts finally revealed.
|