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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC