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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Dec 22 02:01:28 2024 UTC