PhalconPHP 3.0.1 正式发布了
下载地址:
This maintenance release fixes bugs and improve the stability of Phalcon:
Fixed memory leaks in PHP7 when setting undeclared properties in models
FixedPhalcon\Cache\Backend\Redis::flushin order to flush cache correctly
FixedPhalcon\Mvc\Model\Manager::getRelationRecordsto correct using multi relation column #12035
FixedPhalcon\Acl\Resource. Now it implementsPhalcon\Acl\ResourceInterface#11959
Fixedsavemethod for all cache backends. Now it updates the_lastKeyproperty correctly #12050
Fixed virtual foreign key check when having multiple keys #12071
Phalcon\Config\Adapter\Iniconstructor can now specifyparse_ini_file()scanner mode #12079
FixedPhalcon\Cache\Backend\Apc::savedue to which theApc::increment/Apc::decrementcould not be used properly #12109
FixedPhalcon\Mvc\Model\Criteria::inWhereso that now the second parameter can be an empty array #10676
Fixed incorrectPhalcon\Mvc\View::getActiveRenderPathbehavior #12139
FixedPhalcon\Security\Random::base64Safeso that now the method returns correct safe string #12141
Fixed thePhalcon\Translate\Adapter\Gettext::getOptionsDefaultvisibility #12157
Enabled PHQL cache for PHP7 to improve performance and reuse plannings
详细更新记录: