php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61976 5.3.13 reports version as 5.3.12
Submitted: 2012-05-08 19:35 UTC Modified: 2012-05-08 21:36 UTC
From: hajo at csphere dot eu Assigned:
Status: Wont fix Package: *General Issues
PHP Version: 5.3.13 OS: Windows
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: hajo at csphere dot eu
New email:
PHP Version: OS:

 

 [2012-05-08 19:35 UTC] hajo at csphere dot eu
Description:
------------
the constant PHP_RELEASE_VERSION is 12 but should be 13. other constants like PHP_VERSION could also be affected.

Test script:
---------------
echo PHP_RELEASE_VERSION;

Expected result:
----------------
13

Actual result:
--------------
12

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-05-08 19:37 UTC] hajo at csphere dot eu
PHP_VERSION seems to work as expected as it returns 5.3.13
 [2012-05-08 21:36 UTC] johannes@php.net
-Status: Open +Status: Wont fix
 [2012-05-08 21:36 UTC] johannes@php.net
This only affects Windows builds and only  PHP_RELEASE_VERSION. PHP_VERSION and PHP_VERSION_ID are correct. Unix builds will also pickup the correct version. Added this to my release checklist for double checking in future. But we can't change released packages easily - unless we make this 5.3.14 ;-)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 12:01:32 2024 UTC