php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38364 snaps.php.net shows inconsistent PECL extension link.
Submitted: 2006-08-07 10:43 UTC Modified: 2006-08-25 13:55 UTC
From: RQuadling at GMail dot com Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Windows XP SP2
Private report: No CVE-ID: None
 [2006-08-07 10:43 UTC] RQuadling at GMail dot com
Description:
------------
Currently on http://snaps.php.net, the snapshots are for ...

Source Distribution

Stable (4.4.x-dev)
Stable (5.2.x-dev)
Latest CVS (6.0-dev)

and

Win32 Packages

Stable (4.4.x-dev)
Stable (5.2.x-dev)
Latest CVS (6.0-dev)

All ties up.

The PECL extension links are ...

PECL extensions for the 4.4.x win32 branch (http://pecl4win.php.net/list.php/4_4)
PECL extensions for the 5.1.x branch (http://pecl4win.php.net/list.php/5_1)
PECL extensions for the 6.0 win32 branch (http://pecl4win.php.net/list.php/6_0)

The 5.2.x-dev source/win32 packages and the 5_1 PECL link is inconsistent.

Unless there is a reason why it is not the same ...



Reproduce code:
---------------
See http://snaps.php.net

Expected result:
----------------
PECL extensions for the 5.2.x branch (http://pecl4win.php.net/list.php/5_2)



Actual result:
--------------
PECL extensions for the 5.1.x branch (http://pecl4win.php.net/list.php/5_1)



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-07 10:57 UTC] RQuadling at GMail dot com
Hmmm.

There is no http://pecl4win.php.net/list.php/5_2 - which is probably why the link is different, but then shouldn't there be a valid link?
 [2006-08-23 11:14 UTC] RQuadling at GMail dot com
I see that there is now a http://pecl4win.php.net/list.php/5_2 page (Woo hoo), but the link to it on http://snaps.php.net/ is still <a href="http://pecl4win.php.net/list.php/5_1"><img src="http://snaps.php.net/images/pecl-icon.png" alt="">PECL extensions for the 5.1.x branch</a>

5_1 / 5.1

Should be

5_2 / 5.2
 [2006-08-23 11:24 UTC] RQuadling at GMail dot com
Patch to fix this ...

http://rquadling.php1h.com/patch_bug_38364_fix.diff

Index: systems/snaps_index.php
===================================================================
RCS file: /repository/systems/snaps_index.php,v
retrieving revision 1.11
diff -u -u -r1.11 snaps_index.php
--- systems/snaps_index.php     8 May 2006 20:48:31 -0000       1.11
+++ systems/snaps_index.php     23 Aug 2006 11:20:53 -0000
@@ -19,7 +19,7 @@
                                        ),
                                'STABLE5'=>array(
                                        'header'=>'Stable (5.2.x-dev)',
-                                       'pecl'=>array('http://pecl4win.php.net/list.php/5_1','PECL extensions for the 5.1.x branch'),
+                                       'pecl'=>array('http://pecl4win.php.net/list.php/5_2','PECL extensions for the 5.2.x branch'),
                                        'snaplog'=>'win32/snapshot-5.2.log',
                                        'debugpack'=>'/win32/php5.2-dbgpack-win32-latest.zip',
                                        ),
 [2006-08-25 13:55 UTC] edink@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 14:01:29 2024 UTC