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
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: 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)

Pull Requests

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: Mon Sep 16 19:01:28 2024 UTC