Bug 62532

Summary: The mhash and mcrypt is not compiled in.
Product: [Retired] Red Hat Linux Reporter: Need Real Name <kjetiln>
Component: phpAssignee: Phil Copeland <copeland>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-09 11:40:14 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 Need Real Name 2002-04-02 06:56:30 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020314

Description of problem:
mhash is the hashing-support in php. (Needed when working with databases not
supporting hashing themselfes)
mcrypt is crypto for php

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


How reproducible:
Always

Steps to Reproduce:
1. Use the mhash og mcrypt algorithms in a .php file :)
2. Load the page from a webbrowser...
3. 
	

Actual Results:  PHP-webpage would not show up because crash.

Expected Results:  The page should have loaded :)

Additional info:

add the 
   --with-mhash
to the php.spec file under the section for creating the configure-command :)
(Have not needed mcrypt yet.)

Comment 1 Phil Copeland 2002-04-09 11:40:09 UTC
Umm there is no mhash in the distribution ergo I don't compile in mhash
support..