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 !
1 file changed, 1 deletion(-)

 update php pear dependencies.

fix FTBFS with php 8.1.patch | (download)

tests/console_commandline_addargument.phpt | 38 19 + 19 - 0 !
tests/console_commandline_addoption.phpt | 62 31 + 31 - 0 !
2 files changed, 50 insertions(+), 50 deletions(-)

 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 !
1 file changed, 6 deletions(-)

 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 !
Console/CommandLine/Argument.php | 8 3 + 5 - 0 !
Console/CommandLine/Option.php | 28 14 + 14 - 0 !
Console/CommandLine/XmlParser.php | 8 4 + 4 - 0 !
tests/console_commandline_addargument.phpt | 2 1 + 1 - 0 !
tests/console_commandline_addargument_2.phpt | 2 1 + 1 - 0 !
tests/console_commandline_addoption_errors_1.phpt | 2 1 + 1 - 0 !
tests/console_commandline_addoption_errors_2.phpt | 2 1 + 1 - 0 !
tests/console_commandline_addoption_errors_3.phpt | 2 1 + 1 - 0 !
tests/console_commandline_addoption_errors_4.phpt | 2 1 + 1 - 0 !
tests/console_commandline_addoption_errors_5.phpt | 2 1 + 1 - 0 !
tests/console_commandline_addoption_errors_6.phpt | 2 1 + 1 - 0 !
tests/console_commandline_addoption_errors_7.phpt | 2 1 + 1 - 0 !
tests/console_commandline_fromxmlfile_error.phpt | 2 1 + 1 - 0 !
14 files changed, 37 insertions(+), 43 deletions(-)

 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