php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56715 PHP version SELECT is not up to date
Submitted: 2005-12-09 06:13 UTC Modified: 2005-12-09 11:40 UTC
From: vrana@php.net Assigned: dufuz (profile)
Status: Closed Package: PECL bug system (PECL)
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2005-12-09 06:13 UTC] vrana@php.net
Description:
------------
PHP 5.1.0 and 5.1.1 exist but they are not listed in PHP version SELECT in "Report new bug" page.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-09 06:20 UTC] vrana@php.net
Index: functions.inc
===================================================================
RCS file: /repository/peclweb/public_html/bugs/include/functions.inc,v
retrieving revision 1.12
diff -u -r1.12 functions.inc
--- functions.inc	18 Nov 2005 22:52:46 -0000	1.12
+++ functions.inc	9 Dec 2005 11:20:37 -0000
@@ -445,6 +445,8 @@
         '5.0.1',
         '5.0.0',
         '5_0 CVS-'.date('Y-m-d'),
+        '5.1.1',
+        '5.1.0',
         '5_1 CVS-'.date('Y-m-d'),
         'HEAD CVS-'.date('Y-m-d'),
         'Irrelevant'
 [2005-12-09 11:40 UTC] dufuz@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


 [2007-07-06 14:52 UTC] cstdenis at ctgameinfo dot com
PHP version select in this form only goes up to php 5.2.1. The current version if 5.2.3 and should be in the list.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC