We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123d5ae commit d6c3e08Copy full SHA for d6c3e08
CHANGELOG
@@ -1,3 +1,12 @@
1
+1.2.2
2
+ - Phalcon\Mvc\Model\Query\Builder may now use both integer and string placeholders (#701)
3
+ - Fixed invalid memory reads when GC is on (#469, #927)
4
+ - Phalcon\Flash\Session::getMessage('key') returns now an empty array if the key is not found (#908, #920)
5
+ - Fixed bugs in Phalcon\Escaper (#917)
6
+ - Fixed memory leaks for PHP < 5.4 (#910, #914, #916)
7
+ - Fixed memory access violations (#911, #918, #927, #928)
8
+ - Memory allocation optimizations (#912)
9
+
10
1.2.1
11
- Reduced overall memory usage (#834, #891, #893)
12
- Faster internal array and string manipulation (#830, #833, #837)
0 commit comments