php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #81135 phpdbg assertion failure on unknown help topic
Submitted: 2021-06-13 20:17 UTC Modified: -
From: krakjoe@php.net Assigned:
Status: Closed Package: Reproducible crash
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2021-06-13 20:17 UTC] krakjoe@php.net
Description:
------------
phpdbg will fail assertion in a debug build when an unknown help topic is requested. It also fails to output that the topic is unknown.

Test script:
---------------
help unknown

Expected result:
----------------
a useful message.

Actual result:
--------------
assertion failure in debug build, and no output message.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-06-13 20:21 UTC] git@php.net
Automatic comment on behalf of krakjoe
Revision: https://github.com/php/php-src/commit/2c33578c588fc41eef93cc0b4126877e5da498f3
Log: Fix #81135 unknown help topic in phpdbg fails assertion
 [2021-06-13 20:21 UTC] git@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 23:01:30 2024 UTC