Releases: phalcon/cphalcon
Releases · phalcon/cphalcon
Version 1.3.4 Stable
- Fix improper access to \Phalcon\Debug::$_charset (#2840)
- Fix segfault in Phalcon\Mvc\Collection when an invalid parameter is passed as conditions
- Fix segfault when MongoClient does not return a valid collection in Phalcon\Mvc\Collection
- Fix possible memory corruption when phalcon_concat_self does not properly separate values
Version 1.3.3 Stable
Version 1.3.2 Stable
- fix inverted test in Model/setSnapshotData() (issue #2466)
- Updated Phalcon\Queue\Beanstalk\Job::touch comment
- Fixed use columns as referenced columns in mysql createTable() reference...
- #2414 - Removed check for DBG in session/adapter
- Updated Model::__set
- #1989 Supported \Phaclon\Db\Index: TYPE
- Updated Phalcon\Mvc\Model\Query\Builder::groupBy
- Validation, setDefaultMessages fix
- Fix pagination nativeArray test-unit failed
- Add Phalcon\Translate\Adapter\Gettext
- Add Phalcon\Config\Adapter\Yaml
- #1803 Bug join alias
- Fix valid function for the first call
- Acl bug
- #2402 issue
- Ignore "value" attribute in TextArea.
- Add Phalcon\Http\Client\Adapter\Curl
- #2394 Add Phalcon\Validation\MessageInterface
- Relative namespace
- #2386
- Fixing a typo
- #2375 Add check messages is object in Phalcon\Validation::appendMess...
- Update affected rows for selects.
- #2196: Declare missing functions
- Fix broken condition
- Add Phalcon\Mvc\Model\MetaData\Strategy
- Fix offsetUnset
- Changing "file_exists" funciton for "is_file".
- Fix bug about updated property for Phalcon\Session*
- #2291 Middlewares do not stop operation when before event triggered in Micro as documented http://docs.…
- #1608 about Phalcon\Mvc\Router\Annotations
- #2019 and added tests
- model: added methods arg infos
- #2319 In
Model::_postSaveRelatedRecords
add check whether value is object - #2321: Fixed the null value for position
- #2313 about Phalcon\Annotations\Annotation
- #2229 (cast and convert not working)
- Add method Phalcon\Assets\Collection::addFilter
- Add Phalcon\Session\Adapter\memcache and Phalcon\Session\Adapter\Libmemcached
- Add class Phalcon\Session\Adapter\Libemcached
- Add class Phalcon\Session\Adapter\Memcache
- \Phalcon\Tag::XHTML5 was returning empty string
- #2278 add Phalcon\Logger\Multiple::CRITICAL
- Tag, add title separator to append/prepend title
- #2250 Updated Phalcon\Db\Dialect::select
- #2270 updated phalcon_camelize
- Add namespace support for view
- #2259 Updated \Phalcon\Image\Adapter::crop
- #2262
\Phalcon\Logger\Formatter\Json
Wrong number of parameters - #2244 add judge conditions in
Phalcon\Mvc\Model\Manager::getRelationRecords
- Removed final keyword from Model constructor
- #2111 – replacing bindParam to bindValue to avoid unexpected reference changes
- #2002 Tag::linkTo() to allow the addition of query string parameters
- Add
allowEmpty
option to \Phalcon\Mvc\Model\Validator* - Use phalcon_camelize for namesapce Add \Phalcon\Session\Adapter::setId Fixed #1932 Phalcon\Http\…
- #2111 – replacing bindParam to bindValue to avoid unexpected reference changes
- Fix wrong issent() call on non Response objects
- #2236 - in mysql tinyint(1) is not boolean it's an int between 0 and 127
- Add \Phalcon\Session\Adapter::setId
- Fix BUG \Phalcon\Model\Validate*
- Travis fast-finish builds
- #2157 and added tests
- #2196 Declared missing functions
- Add
allowEmpty
option to \Phalcon\Mvc\Model\Validator* - #2002 Tag::linkTo() to allow the addition of query string parameters
- #2018 add method \Phalcon\Db\Result\Pdo::nextRowset
- Use phalcon_camelize for namesapce
- #1932 Phalcon\Http\Request\File extend SplFileInfo
Version 1.3.1 Stable
- 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
Version 1.3.0 Stable
- Make the source code compatible with PHP 5.6-dev and PHP 5.7-dev (#1762)
- Code cleanup: get rid of compiler warnings, dead code elimination, code deduplication, use static code analysers to eliminate possible bugs
(#801, #802, #810, #825, #827, #838, #849, #942, #968, #1001, #1093, #1169, #1214, #1223, #1224, #1375, #1430, #1787, #1794, #1828) - Fixed various memory leaks (#469, #860, #910, #914, #916, #1031, #1067, #1249, #1273, #1291, #1309, #1345, #1455, #1470, #1700)
- Fixed memory access violations / segmentation faults / etc (#469, #849, #851, #852, #858, #860, #861, #895, #911, #918, #927, #928, #1000, #1077, #1112, #1113, #1131, #1149, #1173,
#1272, #1284, #1302, #1340, #1343, #1368, #1369, #1371, #1376, #1379, #1392, #1451, #1466, #1485, #1494, #1501, #1504, #1509, #1567, #1607, #1983, #1006) - Fixed PHP notices, warnings and other incompatibilities (#894, #1222, #1315, #1413, #1427, #1428, #1529, #1988, #1998)
- Fixed inheritance chain for Phalcon\Forms\Exception, Phalcon\Loader\Exception, Phalcon\Http\Request\Exception (#1770)
- Major source code optimizations (#1785, #1972, #2003)
- Control Phalcon behavior via INI settings (#1796)
- Security fixes:
- Hardening fixes (#1044)
- Interface validation (#1043, #1048)
- Thorough data validation in __wakeup() (#1043, #1634, #1635)
- Fixed XSS vulnerabilities (#1216, #1190)
- Phalcon\Security::checkHash() allows to restrict the length of the password to avoid attacks like https://www.djangoproject.com/weblog/2013/sep/15/security/ (#1261)
- Fixed crash while rendering element's label (#1210)
- Prevent MongoDB Request Injection Attacks (#1265)
- Do not allow to override superglobals in views (#1617)
- Phalcon Kernel:
- 32 and 64 bit hashes can be computed on the same CPU architecture (#817)
- Reduced overall memory usage (#834, #891, #893)
- Memory allocation optimizations (#912, #1220, #1987)
- Faster internal array and string manipulation (#822, #823, #830, #833, #837, #890, #1972)
- Camelize does not ignore the last character of a string anymore (#1436)
- Fixed bug in phalcon_fix_path() (#1601)
- Use native counterparts for memory_get_usage(), gettype(), json_encode(), json_decode(), session_XXX(), header(), headers_sent(), debug_backtrace(),
lcfirst(), ob_XXX(), array_unshift(), array_values(), array_keys(), htmlentities() (#836, #847, #936, #945, #1099) - Hash funcrions tailored for object handlers (#842)
- Optimization of calls to userland functions and methods (#843, #954)
- Read/modify/update optimization on properties (#848)
- Added support for self/parent/static scopes in static properties (#943)
- Scope lookup optimizations (#948)
- Do not restore memory frames from kernel functions (#960, #976)
- Diagnostic messages when Phalcon is compiled in dev mode (#1009, #1054, #1097)
- Return Value Optimization (#1046, #1047, #1075)
- Fixed locale issue (#1095)
- Added support for interned strings (PHP 5.4+)
- Static property fetch/update optimization (#1293)
- Fix misleading diagnostics on exception (#1297)
- Use preallocated permanent zvals instead of null, true, false, 0 and 1 (#1302)
- Bug fix in phalcon_fix_path() (#1591)
- Persistent function cache for Phalcon methods (#1825)
- Function call optimization (#1846)
- Use Native Reflection API (#1957)
- Phalcon\Acl:
- Phalcon\Annotations:
- Phalcon\Assets:
- Fixed bugs when minifier produced no output at all (#811, #821)
- Fixed joining issue (#951)
- Added support for UTF-8 characters in jsmin
- Fixed chaining of CSS/JS filters (#1198)
- Phalcon\Assets\Filters\CssMin and JsMin implement Phalcon\Assets\FilterInterface (#1539)
- Added Phalcon\Assets\Collection::setTargetLocal() (#1532)
- Phalcon\Cache:
- Added Libmemcached cache backend (#913)
- Added support for APCu 4.0.2+ (#1234)
- Implemented Phalcon\Cache\Backend\Memory::queryKeys() (#1093)
- Bug fixes in Phalcon\Cache\Backend\Xcache (#1406)
- Phalcon\Cache\Frontend\Data optimizations (#1093)
- Phalcon\Cache\Frontend\None optimizations (#1093)
- Phalcon\Cache\Frontend\Base64 optimizations (#1093)
- Phalcon\Cache\Frontend\Igbinary optimizations (#1093)
- Phalcon\Cache\Frontend\Output optimizations (#1093)
- Phalcon\Cache\Frontend\Json optimizations (#1093)
- Phalcon\Cache\Backend optimizations (#1093)
- Phalcon\Cache\Backend\Memory optimizations (#1093)
- Phalcon\Cache\Backend\File optimizations (#1093)
- Phalcon\Cache\Backend\Apc optimizations (#1093)
- Phalcon\Cache\Backend\Xcache optimizations (#1093)
- Phalcon\Cache\Backend\Memcache optimizations (#1093)
- Phalcon\Cache\Backend\Mongo optimizations (#1093)
- Phalcon\Cache\Backend\Libmemcached optimizations and bug fixes (#1093)
- Added increment() and decrement() methods (#1374)
- Added flush() method (#1352)
- Phalcon\Cache\Backend now implements Phalcon\Cache\BackendInterface (#1852)
- Ability to disable key tracking for Memcache/Libmemcached backends (#1550)
- Phalcon\Config:
- Faster Phalcon\Config implementation using object handlers (#837, #1277)
- Phalcon\Config now support numeric properties as well (#837)
- Implemented Phalcon\Config::offsetUnset() (#732)
- Phalcon\Config\Adapter\Ini correctly handles empty sections and INI files without any sections (#829, #837)
- Added Phalcon\Adapter\Config\Json class to read JSON configs (#844)
- Phalcon\Config::merge now works with derived classes (#1024)
- Dot-delimited directives in INI-files are now prsed correctly (#872)
- Support for PHP arrays as config files (#1439)
- Phalcon\Crypt:
- Phalcon\Db:
- Added support for DECIMAL scale (#940)
- Fixed invalid sequence names for PostgreSQL (#1022)
- Added support for MySQL DOUBLE type (#1128)
- Database dialects now support BOOLEAN data type (#816)
- Added support for POINT type in MySQL (#1536)
- Fixed issue with RawValue('default') on composite primary key (#1534)
- Added support for AUTO_INCREMENT columns to addColumn() (MySQL, SQLite) and modifyColumn() (MySQL) (#1695)
- Phalcon\Db\Dialect\Mysql::getColumnDefinition() now returns INT instead of INT(0) (#1695)
- Added support for the following fetch modes from PDO: FETCH_LAZY, FETCH_BOUND, FETCH_COLUMN, FETCH_CLASS, FETCH_INTO, FETCH_FUNC, FETCH_NAMED, FETCH_KEY_PAIR (#1642)
- Added support for the following fetch mode modifiers from PDO: FETCH_GROUP, FETCH_UNIQUE, FETCH_CLASSTYPE, FETCH_SERIALIZE, FETCH_PROPS_LATE (#1642)
- Phalcon\Db optimizations (#1693)
- Phalcon\Db\Adapter optimizations (#1693)
- Phalcon\Db\Index optimizations (#1693)
- Phalcon\Db\Profiler optimizations (#1693)
- Phalcon\Db\Reference optimizations (#1693)
- Phalcon\Db\Result\Pdo optimizations (#1693)
- Phalcon\Db\Adapter now implements Phalcon\Db\AdapterInterface (#1852)
- Phalcon\Db\Dialect now implements Phalcon\Db\DialectInterface (#1852)
- Phalcon\Debug:
- Phalcon\DI:
- Phalcon\Di optimizations (#1014) with workarounds for NuSphere DBG (#1714)
- Added Phalcon\Di\Service::isResolved() method (#1242)
- Make sure that 'persistent' is resolved only when accessed for the first time (#1637)
- Faster DI implementation by using object handlers (#1473)
- Changes to Phalcon\DiInterface (#2034)
- removed setShared() method because it is a shorthand for set($name, $definition, true);
- removed attempt() method because it is a shorthand for
has()
+set()
- renamed setRaw() to setService() because getRaw() is actually getService() + $service->getDefinition()
- setRaw() is now an alias for setService() but it will spit E_DEPRECATED
- removed
getRaw()
because it isgetService()
+$service->getDefinition()
- modified
setService($name, $raw_definition)
tosetService($raw_definition)
because service name can be retrieved from the definition
- Phalcon\Dispatcher:
- Dispatching parameters now can be modified in 'beforeExecuteRoute' events
- 'beforeException' events can now handle exceptions occurred when executing actions (#140)
- Added Phalcon\Dispatcher::getHandlerClass and Phalcon\Dispatcher::getActionMethod
- Implemented afterInitialize event (#782)
- Phalcon\Dispatcher optimizations (#782)
- Added getPreviousControllerName(), getPreviousActionName() (#1462)
- If an event handler throws an exception, call dispatch:beforeException and break the dispatch loop (#1763)
- Phalcon\Dispatcher::_handleException() is invoked regardless whether the event manager is present (#1953)
- Phalcon\Element:
- Phalcon\Element::addFilter() incorrectly prepends NULL as the first element (#1019)
- Phalcon\Escaper:
- Phalcon\Events:
- Phalcon\Flash:
- Phalcon\F...
Version 1.2.6 Stable
- Phalcon\Security::checkHash() now correctly handles non-bcrypt hashes (#1912)
Version 1.2.5 Stable
- Http\Cookie::__toString() will not throw exceptions (#1427)
- Phalcon\Http\Cookie::__toString() will return a string value (#1428)
- Camelize does not ignore the last character of a string anymore (#1436)
- APC tests do not run under CLI when apc.enable_cli is 0 (#1449)
- Phalcon\Debug::uri now supports both http and https (#987)
- Fixed inconsistency in Tag::stylesheetLink/javascriptInclude w.r.t. local URLs (#1486)
- Fixed bug in Phalcon\Queue\Beanstalk::read() (#1348, #1612)
- Phalcon\Flash\Session::getMessages() incorrectly removed all messages (#1575)
- Fixed bug in phalcon_fix_path() (#1601)
- Added Phalcon\Mvc\Model\Row::toArray() method (#1506)
- Added support for POINT type in MySQL (#1536)
- Phalcon\Mvc\Model\Validator::getOption() returns NULL if the option does not exist (#1530)
- Fixed parsing of annotations containing / (#1480)
- Make sure that 'persistent' is resolved only when accessed for the first time (#1637)
- Fix Phalcon\Session\Bag::remove() (#1637)
- Bug fixes in beanstalkd protocol implementation
- Phalcon\Paginator\Adapter\Model returns correct results even when page number is incorrect (#1654)
- Bug fix: no arguments were passed to beforeMatch handler in Phalcon\Mvc\Router (#1556)
- Phalcon\Logger\Adapter::setLogLevel() is honored by transactions (#1716)
- Bug fixes in Phalcon\Db\Adapter\Pdo::describeColumns() (#1562)
- Phalcon\Session\Adapter::__destruct() now calls session_write_close() (#1624)
- Volt: fixed bug in email_filed() (#1723)
- Fixed PHP Notices in Phalcon\Debug::onUncaughtException() (#1683)
- Phalcon\Logger\Adapter::commit() clears the queue (#1748)
- Constant-time string comparison in Phalcon\Security::checkHash() (#1755)
- Fix phalcon_escape_multi() to generate valid UTF-8 (#1681)
Version 1.2.4 Stable
- Fixed broken ACL inheritance (#905)
- Fixed crash while rendering element's label (#1210)
- Fixed XSS vulnerabilities (#1216, #1190)
- Added support for APCu 4.0.2+ (#1234)
- Fixed chaining of CSS/JS filters (#1198)
- Fixed notices and warnings with complex PHQL queries (#1222)
- Memory allocation optimizations (#1220)
- Fixed regular expression in \Phalcon\Mvc\Model\Validator\Email (#1243)
- Documentation bug fixes
- Phalcon\Mvc\Model::hasOne/hasMany/belongsTo/hasManyToMany/addBehavior() are now public methods (#1166)
- Added support for MySQL DOUBLE type (#1128)
- Added support for UTF-8 characters in jsmin
- Added support for UTF-8 to \Phalcon\Debug (#1099)
- Fixed regression in \Phalcon\Http\Request::getRawBody() (#1091)
- Implemented \Phalcon\Cache\Backend\Memory::queryKeys() (#1093)
- Redirects use status descriptions from RFC 2616 (#1175)
- \Phalcon\Config::merge now works with derived classes (#1024)
- \Phalcon\Security::checkHash() allows to restrict the length of the password to avoid attacks like https://www.djangoproject.com/weblog/2013/sep/15/security/
- \Phalcon\Config can now be cloned (#1277)
- \Phalcon\Mvc\Query\Builder::__construct() ignores joins (#1327)
- Bug with a custom Events Manager in Phalcon\Mvc\Models (#1314)
- Micro Collections return Phalcon\Mvc\Micro\CollectionInterface (#1130)
- \Phalcon\Forms\Form::getMessages() does not generate a fatal error if the form is valid (#1349)
- Fixed memory leaks (#1345)
- Fixed invalid memory reads/writes across the code (#1340)
- Fixed HAVING handling in Phalcon\Mvc\QueryBuilder (#1396)
- Bug fixes in \Phalcon\Logger{Adapter,Formatter}\FirePhp (#1333)
- Bug fixes in Phalcon\Cache\Backend\Xcache (#1406)
- Phalcon\Forms\Element::__toString() does not throw exceptions anymore (#1413)
- Other bug fixes (#947, #1131, #1040, #1275, #1392, #1396, #1399, backported patches from 1.3.0 etc)
Version 1.2.3 Stable
- Security fixes (#1144)
Version 1.2.2 Stable
- Phalcon\Mvc\Model\Query\Builder may now use both integer and string placeholders (#701)
- Fixed invalid memory reads when GC is on (#469, #927)
- Phalcon\Flash\Session::getMessage('key') returns now an empty array if the key is not found (#908, #920)
- Fixed bugs in Phalcon\Escaper (#917)
- Fixed memory leaks for PHP < 5.4 (#910, #914, #916)
- Fixed memory access violations (#911, #918, #927, #928)
- Memory allocation optimizations (#912)