Package: php-console-commandline / 1.2.6-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| php-console-commandline | 1.2.6-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| update composer.patch | (download) |
composer.json |
1 0 + 1 - 0 ! |
update php pear dependencies. |
| fix FTBFS with php 8.1.patch | (download) |
tests/console_commandline_addargument.phpt |
38 19 + 19 - 0 ! |
fix ftbfs with php8.1. This patch merely reorders the object fields to match PHP8.1 object dump output. |
| preserve include_path in test suite.patch | (download) |
tests/tests.inc.php |
6 0 + 6 - 0 ! |
preserve include_path in test suite. We want to test with `-d include_path="$(CURDIR):/usr/share/php"` at dh_auto_test stage, and with `-d include_path="/usr/share/php"` for autopkgtests. |
| fix FTBFS with php 8.5.patch | (download) |
Console/CommandLine.php |
16 6 + 10 - 0 ! |
fix ftbfs with php8.5. Throw proper Exceptions on errors. E_USER_ERROR has been deprecated since PHP8.4. Bug-Debian: https://bugs.debian.org/1128313 |
