php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63083 snaps.php.net provides 5.4 as trunk
Submitted: 2012-09-13 21:01 UTC Modified: 2012-12-23 14:52 UTC
From: richlv at nakts dot net Assigned: mj (profile)
Status: Closed Package: Systems problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: richlv at nakts dot net
New email:
PHP Version: OS:

 

 [2012-09-13 21:01 UTC] richlv at nakts dot net
Description:
------------
snaps.php.net seems to pass 5.4 as trunk (supposedly should be 5.5)

$ wget http://snaps.php.net/php-trunk-201209131330.tar.gz
$ wget http://snaps.php.net/php-trunk-201209131330.tar.bz2
$ wget http://snaps.php.net/php-trunk-201209131330.tar.xz

$ for type in gz bz2 xz; do mkdir $type; (cd $type; tar -xf ../php-trunk-201209131330.tar.$type); done

$ grep "PHP_VERSION " {bz2,gz,xz}/php-trunk-201209131330/main/php_version.h
bz2/php-trunk-201209131330/main/php_version.h:#define PHP_VERSION "5.4.8-dev"
gz/php-trunk-201209131330/main/php_version.h:#define PHP_VERSION "5.4.8-dev"
xz/php-trunk-201209131330/main/php_version.h:#define PHP_VERSION "5.4.8-dev"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-09-14 09:38 UTC] tyrael@php.net
-Package: Website problem +Package: Systems problem
 [2012-12-23 14:52 UTC] mj@php.net
Snapshots for trunk are 5.6.0-dev now.
 [2012-12-23 14:52 UTC] mj@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: mj
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC