php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53680 Version in configure.in.* is 5.2.18-dev
Submitted: 2011-01-06 23:01 UTC Modified: 2011-01-07 00:07 UTC
From: jesse at weisner dot ca Assigned: iliaa (profile)
Status: Closed Package: *Compile Issues
PHP Version: 5.2.17 OS: Linux (Red Hat)
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: jesse at weisner dot ca
New email:
PHP Version: OS:

 

 [2011-01-06 23:01 UTC] jesse at weisner dot ca
Description:
------------
In the released tarball for 5.2.17, the configure, configure.in, 
configure.in.gnusrc, and configure.in.includedir files have incorrect version 
information in the macros:

PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=2
PHP_RELEASE_VERSION=18
PHP_EXTRA_VERSION="-dev"

This causes an issue with building RPM packages for Fedora/RHEL where the 
filename of the "embedded" build is expected to be libphp5-%{version}.so, but the 
library file created is libphp5-5.2.18-dev.so


Patches

php-5.2.17-configversion.patch (last revision 2011-01-06 22:26 UTC by jesse at weisner dot ca)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-01-07 00:07 UTC] iliaa@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: iliaa
 [2011-01-07 00:07 UTC] iliaa@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 13:01:29 2024 UTC