|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 Patchesphp-5.2.17-configversion.patch (last revision 2011-01-06 22:26 UTC by jesse at weisner dot ca)Pull RequestsHistoryAllCommentsChangesGit/SVN commits              [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
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 16:00:01 2025 UTC | 
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