Letter P

php-doctrine-deprecations - A small layer on top of triggeFr_error or PSR-3 logging

Website: https://github.com/doctrine/deprecations
License: MIT
Vendor: Alcance Libre, Inc.
Description:
A small (side-effect free by default) layer on top of
trigger_error(E_USER_DEPRECATED) or PSR-3 logging.

* no side-effects by default, making it a perfect fit for libraries
  that don't know how the error handler works they operate under
* options to avoid having to rely on error handlers global state by
  using PSR-3 logging
* deduplicate deprecation messages to avoid excessive triggering and
  reduce overhead

We recommend to collect Deprecations using a PSR logger instead of
relying on the global error handler.

Autoloader: /usr/share/php/Doctrine/Deprecations/autoload.php

Packages

php-doctrine-deprecations-1.1.3-1.aldos.noarch [10 KiB] Changelog by Remi Collet (2024-01-31):
- update to 1.1.3 (no change)
- Fix FTBFS #2261475

Listing created by Repoview-0.6.6-6.fc14.al