Phalcon v1.3.1 Release Notes

Release Date: 2014-03-25 // about 10 years ago
    • Fixed segfault in Phalcon\Di\Service::resolve when string class does not exist (#2205)
    • Moved global zvals to RINIT/RSHUTDOWN to improve stability on Windows TS builds
    • Moved pre-allocated frames to RINIT/RSHUTDOWN to improve stability on Windows TS builds
    • Fixed segfault when replacing Phalcon\Session adapter by PHP userland adapter
    • Fixed zval invalid indirection in Phalcon\Security hash
    • Fixed segfault when passing an invalid number of arguments to Phalcon\Annotations\Reader::parseDocBlock
    • Private and Protected properties weren't unmangled in Phalcon\Annotations\Reader
    • First character of controller name was removed when isExactHandler flag is on