Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed segfault in PHP5.6 dispatching, prevented double dispatch #12209

Closed
wants to merge 8 commits into from

Conversation

virgofx
Copy link
Contributor

@virgofx virgofx commented Sep 9, 2016

Fixes the long-standing Mvc Dispatcher bugs in PHP5.6. #12154, #11819

  • Required Zephir fix for try/catch block fix required
  • Corresponding documentation updates included in separate PR
  • Test suite updated to use Codeception along with addition of full 100% test coverage of dispatcher functionality.

image

exceptions, and improved documentation/test-suite for dispatcher
components [phalcon#12154](phalcon#12154),
[phalcon#11819](phalcon#11819)
@Jurigag
Copy link
Contributor

Jurigag commented Sep 9, 2016

As you see tests fails.

@virgofx virgofx closed this Sep 9, 2016
@virgofx virgofx reopened this Sep 9, 2016
* @return object
* @return object|false Returns the dispatched handler class (the Controller for Mvc dispatching or or a Task
* for Cli dispatching) or <tt>false</tt> if an exception occurred and the operation was
* stopped by returning <tt>false</tt> in the exception handler.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have to use spaces in dockblocks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants