php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62173 wrong SPL_Types version number in phpinfo()
Submitted: 2012-05-28 10:42 UTC Modified: 2012-06-12 14:50 UTC
From: Dormilich at netscape dot net Assigned: felipe (profile)
Status: Closed Package: SPL_Types (PECL)
PHP Version: 5.3.13 OS: Mac OS 10.7.4
Private report: No CVE-ID: None
 [2012-05-28 10:42 UTC] Dormilich at netscape dot net
Description:
------------
the PHP was compiled from the MacPorts repository (macports.org), and after installing the php5-SPL_Types port, the phpinfo() output denotes the installed version of SPL_Types as 0.1.0. However the port claims to be version 0.3.0 and according to the PECL documentation (though sparse) version 0.3.0 seems to be the correct one. 

the issue was reported at MacPorts (https://trac.macports.org/ticket/27447) and has been said to be an SPL_Types core issue (nothing they could change).

Test script:
---------------
<?php
  phpinfo();
?>

Expected result:
----------------
SPL_Types
Version 	0.3.0 

Actual result:
--------------
SPL_Types
Version 	0.1 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-06-12 14:50 UTC] felipe@php.net
Try a newer version.
 [2012-06-12 14:50 UTC] felipe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: felipe
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 10:01:29 2024 UTC