1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: php-wmerrors
Section: php
Priority: optional
Maintainer: MediaWiki packaging team <mediawiki-debian@lists.wikimedia.org>
Uploaders: Kunal Mehta <legoktm@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-php,
php-dev
Standards-Version: 4.6.2
Homepage: https://wikitech.wikimedia.org/wiki/php-wmerrors
Vcs-Git: https://salsa.debian.org/mediawiki-team/php-wmerrors.git
Vcs-Browser: https://salsa.debian.org/mediawiki-team/php-wmerrors
Rules-Requires-Root: no
Package: php-wmerrors
Architecture: any
Depends: php | php-cli, ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
Description: PHP extension that enhances and customizes handling of PHP errors
wmerrors allows for customizing how PHP errors are handled and displayed to
the user. It is specifically designed for situations where userland code is
insufficient (e.g. out of memory errors), but stacktraces and logging are
still needed.
.
wmerrors is designed for usage in MediaWiki, but it has no dependency upon
MediaWiki and can be used standalone.
|