Bug 72769

Summary: Packaging misses mimePart.php PEAR file
Product: [Retired] Red Hat Linux Reporter: George Barbarosie <georgeb>
Component: phpAssignee: Phil Copeland <copeland>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: low    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-27 17:48:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description George Barbarosie 2002-08-27 17:30:42 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020606

Description of problem:
In /usr/share/pear/Mail/mime.php:

     23 require_once 'PEAR.php';
     24 require_once 'Mail/mimePart.php';

The file Mail/mimePart.php is missing in the packaging, and has been for a long
time. Not even php-4.1.2-7.3.4.i386.rpm does not include it (the latest errata
update at the time of writing)

Version-Release number of selected component (if applicable): 4.1.2-7.3.4


How reproducible:
Always

Steps to Reproduce:
1. rpm -ql php | grep mimePart


Actual Results:  no ouput

Expected Results:  /usr/share/pear/Mail/mimePart.php

Additional info:

Workaround: get PHP sources tarball, grab the file manually and place it in
/usr/share/pear/Mail/mimePart.php

Comment 1 George Barbarosie 2002-08-27 17:48:27 UTC
I've checked out bug #70243 and it seems it was closed prior to the release of
php-4.1.2-7.2.3 (build date: Wed 21 Aug 2002). Still both this bug and bug
#70243 are valid (this one sould be marked a duplicate if #70243 is reopened)


Comment 2 Phil Copeland 2002-08-27 18:47:15 UTC

*** This bug has been marked as a duplicate of 70243 ***