发布于 2016-11-27 01:31:41 | 134 次阅读 | 评论: 0 | 来源: 网友投递
Phalcon开源PHP框架
PhalconPHP 是一个使用 C 扩展开发的 PHP Web 框架,提供高性能和低资源占用。
Cphalcon 3.0.2 发布了。
更新内容:
Fixed saving snapshot data while caching model #12170, #12000
Fixed PhalconHttpResponseHeaders::send to send correct status header #12179
Fixed PhalconMvcModel::setSnapshotData, PhalconMvcModelResultsetSimple::toArray by fixing an issue like fetch a, a[key] using Zephir #11205, #12147
Fixed PhalconCacheBackendMemcache::flush to remove all query keys after flush memcached#12182
Fixed PhalconCacheBackendMemory::delete to correct remove items fromPhalconCacheBackendMemory::$_data
Fixed PhalconCacheFrontendData::afterRetrieve,PhalconCacheFrontendIgbinary::afterRetrieve, PhalconCacheFrontendMsgpack::afterRetrieveto unserialize only raw data #12186
Fixed PhalconMvcModel::cloneResultMapHydrate to correct create array/objects from data by column map with types #12191
Fixed PhalconValidationValidatorConfirmation::validate to use fieldWith instead of fieldwhen looking up the value for labelWith.
Fixed PhalconCacheBackendRedis::_connect to use select redis internal function only when theindex is greater than zero.
Fixed PhalconConfigAdapterIni::_cast to allow create extended config adapters #12230.
Fixed PhalconTag::appendTitle, PhalconTag::prependTitle to stack title prepending and appending #12233.
Fixed PhalconDebug::getVersion to provide valid link to the latest Phalcon major version #12215
Fixed PhalconSessionAdapterLibmemcached::read,PhalconSessionAdapterLibmemcached::destroy, PhalconSessionAdapterMemcache::read,PhalconSessionAdapterMemcache::destroy, PhalconSessionAdapterRedis::read andPhalconSessionAdapterRedis::destroy in accordance with the session_set_save_handler API#12206
Fixed PhalconValidation::getValue() to use filters when having entity
Fixed PhalconDbDialectMysql::describeReferences() andPhalconDbDialectPostgresql::describeReferences() to return proper sql
Fixed PhalconDbColumn::hasDefault to return false for autoincrement columnsphalcon/phalcon-devtools#853
Fixed PhalconDbDialectPostgresql::createTable, PhalconDbDialectPostgresql::addColumn,PhalconDbDialectPostgresql::modifyColumn to correct escape default values #12267,phalcon/phalcon-devtools#859
Fixed PhalconFormsForm::bind to clean form elements #11978, #12165, #12099, #10044
Fixed PhalconTag::resetInput for proper use without attempts to clear $_POST #12099
Fixed PhalconDbDialectMysql and PhalconDbDialectPostresql to correctly check schema in missing methods
Fixed PhalconCacheBackendApc::flush to remove only it's own keys by prefix #12153
Fixed PhalconAclAdapterMemory::isAllowed to call closures when using wildcard #12333
Fixed PhalconValidationValidatorFile array to string conversion in minResolution andmaxResolution #12349
Fixed PhalconCacheBackendFile::queryKeys() to compare the filename against parsed prefix
Database identifiers are now properly escaped #12410
下载地址: