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
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
27 + 16 = ?
Subscribe to this entry?

 
 [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 11:01:32 2024 UTC