php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #78587 Phpinfo() should show compiler build
Submitted: 2019-09-23 09:55 UTC Modified: 2019-10-27 04:22 UTC
From: celestinoxp at hotmail dot com Assigned: cmb (profile)
Status: No Feedback Package: PHP options/info functions
PHP Version: Irrelevant OS: Windows 10
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2019-09-23 09:55 UTC] celestinoxp at hotmail dot com
Description:
------------
phpinfo() page show (in my case) Compiler Visual C++ 2019.

I think it's interesting show the build of Visual Studio, like Visual C++ 2019 Version 16.1 or 16.2 or 16.3

Test script:
---------------
phpinfo();

Expected result:
----------------
Compiler	Visual C++ 2019 (version 16.2)

Actual result:
--------------
Compiler	Visual C++ 2019

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-10-13 16:05 UTC] cmb@php.net
-Status: Open +Status: Feedback -Package: Unknown/Other Function +Package: PHP options/info functions -Assigned To: +Assigned To: cmb
 [2019-10-13 16:05 UTC] cmb@php.net
Well, many things are interesting, but what's the actual use-case
for this?  I mean the information currently available is useful to
know which C++ redistributable is required, and also to choose the
appropriate PECL packages.  More details are not required for
this.  Also note that the toolchain version would only be exactly
correct for the linker, since it is possible that dependency
libraries have been compiled with an earlier revision.
 [2019-10-27 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC