php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #75550 Print PHP version in phpinfo() func html title
Submitted: 2017-11-21 14:33 UTC Modified: 2017-11-25 20:30 UTC
From: ca533512 at tiscali dot cz Assigned: pollita (profile)
Status: Closed Package: PHP options/info functions
PHP Version: Irrelevant OS: all
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: ca533512 at tiscali dot cz
New email:
PHP Version: OS:

 

 [2017-11-21 14:33 UTC] ca533512 at tiscali dot cz
Description:
------------
Print actual PHP version in html title, not only "phpinfo()".

Test script:
---------------
<?php
phpinfo();


Expected result:
----------------
<html>...
<title>PHP 7.1.11 - phpinfo()</title>
...</html>

Actual result:
--------------
<title>phpinfo()</title>

Patches

Pull Requests

Pull requests:

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-11-25 20:30 UTC] pollita@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pollita
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 02:01:38 2025 UTC