Edit report at https://bugs.php.net/bug.php?id=61976&edit=1
ID: 61976 Updated by: johan...@php.net Reported by: hajo at csphere dot eu Summary: 5.3.13 reports version as 5.3.12 -Status: Open +Status: Wont fix Type: Bug Package: *General Issues Operating System: Windows PHP Version: 5.3.13 Block user comment: N Private report: N New Comment: 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 ;-) Previous Comments: ------------------------------------------------------------------------ [2012-05-08 19:37:36] hajo at csphere dot eu PHP_VERSION seems to work as expected as it returns 5.3.13 ------------------------------------------------------------------------ [2012-05-08 19:35:33] 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 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61976&edit=1