Git Product home page Git Product logo

zf2-whoops's People

Contributors

andreigabreanu avatar ghislainf avatar icanhazstring avatar jaydiablo avatar saeven avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zf2-whoops's Issues

Change requirement "zendframework/zendframework": "2.*"

Hi,

Using in composer.json requirement:

"zendframework/zendframework": "2.*"

Causes to install lot of unnecessary libs but only that your module need are defined in your Module.php

use Zend\EventManager\EventInterface;
use Zend\ModuleManager\Feature\BootstrapListenerInterface;
use Zend\Console\Request as ConsoleRequest;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Mvc\Application;
use Zend\Mvc\MvcEvent;

So I think, that this configuration will fit enough, and do not clutter someone else configuration.

"zendframework/zend-mvc": "2.*",
"zendframework/zend-modulemanager": "2.*",
"zendframework/zend-loader": "2.*",
"zendframework/zend-config": "2.*",

Please create tags

Hi, please start tagging this module.
Thanks to this using the composer is stressless.

PHP7 Support

Hey there,

yesterday i tried to use this module with PHP7.
Unfortunately it doesn't work that well. The TypeHint for the expected \Exceptions don't work for the raised new \Error types.

Are you fixing this already? If not, maybe i can look into it.
Greets :)

ZF2Whoops catches 404 errors too aggressively

As discussed on RWOverdijk/AssetManager#90, the current ZF2Whoops module implementation also catches 404 errors with no exception.

That makes the module unusable with AssetManager.

Possible fixes:

  • Let the error untouched as long as there is no exception parameter
  • Set a flag for incompatibility with AssetManager in composer.json

Module doesn't load anymore

After updating this module today, it refused to work - I'm getting following error:

Module (Zf2Whoops) could not be initialized.

Looks like it happens because autoloader information was removed from composer.json file. What was the reason behind it? And how to make it work again? :)

checked exception

Hi, how to handle checked exception, like BjyAuthorize\Exception\UnAuthorizedException?

Logger support

It would be really nice to have logger support.

In production errors are not shown to users, but they still should be logged. It would be really nice to log whoops output and of course exception data using Zend\Log\Logger

Logger could be passed in as a dependency (via setLogger method).

Can we have a 1.0 release?

This code hasn't changed in quite a while but a release hasn't been tagged since 2013; it would be nice if we had a released version we could pin in composer.json instead of relying on dev-master. Is there any reason we can't do this? If there are known issues holding up a release, I'd be willing to contribute some time to help resolve them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.