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
 [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

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: Sat Sep 07 23:01:27 2024 UTC