Skip to content

Commit

Permalink
Merge pull request #2929 from phalcon/1.3.4
Browse files Browse the repository at this point in the history
1.3.4
  • Loading branch information
Phalcon committed Oct 27, 2014
2 parents 9ce2bb0 + 6809e1b commit 33e85f5
Show file tree
Hide file tree
Showing 23 changed files with 1,922 additions and 1,727 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.3.4
- 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

This comment has been minimized.

Copy link
@ogarbe

ogarbe Nov 4, 2014

Contributor

@phalcon / @andresgutierrez Please add the fact that getModelsManager has been renamed to getCollectionManager in Phalcon\Mvc\Collection object.

Logically this kind of change shouldn't be included in a minor version update.


1.3.3
- Fix segmentation fault in zim_Phalcon_Http_Request_getBasicAuth (#2819)
- Fix memory corruption on unclean shutdown (#2829)
Expand Down Expand Up @@ -70,7 +76,6 @@
- #2018 add method \Phalcon\Db\Result\Pdo::nextRowset
- Use phalcon_camelize for namesapce
- #1932 Phalcon\Http\Request\File extend SplFileInfo
>>>>>>> master

1.3.1
- Fixed segfault in Phalcon\Di\Service::resolve when string class does not exist (#2205)
Expand Down
Loading

0 comments on commit 33e85f5

Please sign in to comment.