Skip to content

Version 1.3.1 Stable

Compare
Choose a tag to compare
@niden niden released this 29 Mar 17:38
· 12819 commits to master since this release
  • 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