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
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: Dormilich at netscape dot net
New email:
PHP Version: OS:

 

 [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: Tue Apr 23 23:01:29 2024 UTC