Summary | Add check for the PHP HASH moduly |
Queue | Horde Base |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | wrobel (at) horde (dot) org |
Created | 03/12/2009 (5961 days ago) |
Due | |
Updated | 06/16/2009 (5865 days ago) |
Assigned | |
Resolved | 03/13/2009 (5960 days ago) |
Milestone | |
Patch | No |
JSON support. So we should check for that one, too. After activating
HASH and JSON Horde was running fine.
JSON support. So we should check for that one, too. After activating
HASH and JSON Horde was running fine.
I also don't think we can influence the distros decisions there. In
fact if you look at Gentoo it is not even a decision the package
manager makes. On Gentoo the user has full control over all PHP
modules by activating/deactiving the corresponding USE flags.
http://cvs.horde.org/diff.php/horde/test.php?rt=horde&r1=1.178&r2=1.179&ty=u
changing all the time, so why not require the extension and make this
clear on the test.php page?
not be compiled with '--disable-hash' since that will also disable the
hash module.
And if we are going to check these kind of things, there are other
modules we have to check as well. For example, as of PHP 5.2.x it is
possible to disable PCRE functions.
changing all the time, so why not require the extension and make this
clear on the test.php page? And I don't think it's our job to tell the
distro maintainers which extensions to enables.
And please note that even though I have seen this happening, I just
assumed it was the distro's default, I didn't digg any further.
out how utterly horrible this is?
Assigned to Jan Schneider
State ⇒ Resolved
people, or even worse, several distributions, that might use
--disable-all.
So I tweaked the error messages and committed it.
http://cvs.horde.org/diff.php/horde/test.php?rt=horde&r1=1.176&r2=1.177&ty=u
server. The installation uses configure with "--disable-all" though.
Guess that might have caused the problem. Thanks for the feedback!
State ⇒ Rejected
Patch ⇒ No
State ⇒ New
New Attachment: test_php.patch
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ Add check for the PHP HASH moduly
Type ⇒ Enhancement
Priority ⇒ 1. Low
availabilty of this module should be checked in the test script as the
login screen won't show otherwise. Patch attached.