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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
42 + 22 = ?
Subscribe to this entry?

 
 [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: Tue Apr 16 07:01:29 2024 UTC