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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: krakjoe@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Oct 27 16:01:27 2024 UTC