Skip to content

Commit

Permalink
Merge pull request #2234 from phalcon/1.3.1
Browse files Browse the repository at this point in the history
1.3.1
  • Loading branch information
Phalcon committed Mar 25, 2014
2 parents 8c5fa64 + 8c79696 commit 27facc2
Show file tree
Hide file tree
Showing 44 changed files with 2,126 additions and 1,623 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ before_install:

before_script:
- git submodule --quiet update --init --recursive
- (cd php-tests/library/Mustache; git checkout master)
- (cd php-tests/library/Twig; git checkout master)
- (cd unit-tests/engines/; git clone -q git://github.com/bobthecow/mustache.php.git & git clone -q git://github.com/fabpot/Twig.git & wait)
- (cd ext; export CFLAGS="-g3 -O1 -std=gnu90 -Wall -Werror -Wno-error=uninitialized"; phpize && ./configure --silent --enable-phalcon && make --silent -j4 > /dev/null && sudo make --silent install && phpenv config-add ../unit-tests/ci/phalcon.ini)
- ulimit -c unlimited || true

Expand All @@ -38,4 +35,4 @@ notifications:
- andres@phalconphp.com
- eduar@phalconphp.com
- nikos@phalconphp.com
- vladimir@phalconphp.com
- vladimir@phalconphp.com
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.3.1
- 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

1.3.0
- 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
Expand Down
Loading

0 comments on commit 27facc2

Please sign in to comment.