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

Zend_Log: catch TypeError/ValueError for PHP 8.0 #88

Closed
wants to merge 4 commits into from

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    00830e8 View commit details
    Browse the repository at this point in the history
  2. Catch ValueError from fopen()

    PHP Fatal error:  Uncaught TypeError: fopen(): Argument zf1s#1 ($filename) must be of type string, XMLParser given
    glensc committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    ebdc301 View commit details
    Browse the repository at this point in the history
  3. Catch also ValueError

    FPHP Fatal error:  Uncaught ValueError: Path cannot be empty
    glensc committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    b84f97f View commit details
    Browse the repository at this point in the history
  4. Catch TypeError in Zend_Log_Writer_Stream::_write

    Configuration read from /Users/glen/scm/php/zf1/zf1s/phpunit.xml.dist
    glensc committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    4d9eaa4 View commit details
    Browse the repository at this point in the history