<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Add check for the PHP HASH moduly</title> 
  <pubDate>Fri, 10 Apr 2026 05:21:33 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/8075</link> 
  <atom:link rel="self" type="application/rss+xml" title="Add check for the PHP HASH moduly" href="https://bugs.horde.org/ticket/8075/rss" /> 
  <description>Add check for the PHP HASH moduly</description> 
 
   
   
  <item> 
   <title>Horde_Secret within git HEAD requires the hash() function. T</title> 
   <description>Horde_Secret within git HEAD requires the hash() function. The availabilty of this module should be checked in the test script as the login screen won&#039;t show otherwise. Patch attached.</description> 
   <pubDate>Thu, 12 Mar 2009 06:12:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8075#t53034</link> 
  </item> 
   
  <item> 
   <title>hash is part of PHP core after 5.1.2; Horde HEAD requires 5.</title> 
   <description>hash is part of PHP core after 5.1.2; Horde HEAD requires 5.2+</description> 
   <pubDate>Thu, 12 Mar 2009 14:16:50 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8075#t53039</link> 
  </item> 
   
  <item> 
   <title>The problem occured on a php-5.2.8 installation on standard </title> 
   <description>The problem occured on a php-5.2.8 installation on standard Kolab server. The installation uses configure with &quot;--disable-all&quot; though. Guess that might have caused the problem. Thanks for the feedback!</description> 
   <pubDate>Fri, 13 Mar 2009 09:58:03 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8075#t53061</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/horde/test.php?rt=horde&amp;r1=1.176&amp;r2=1.177&amp;ty=u</description> 
   <pubDate>Fri, 13 Mar 2009 10:29:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8075#t53062</link> 
  </item> 
   
  <item> 
   <title>This happened to me on a client&#039;s site too, I guess there ar</title> 
   <description>This happened to me on a client&#039;s site too, I guess there are a few people, or even worse, several distributions, that might use --disable-all.

So I tweaked the error messages and committed it.</description> 
   <pubDate>Fri, 13 Mar 2009 10:29:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8075#t53063</link> 
  </item> 
   
  <item> 
   <title>Arg. Can we detect these people and send email to the distro</title> 
   <description>Arg. Can we detect these people and send email to the distro pointing out how utterly horrible this is?</description> 
   <pubDate>Fri, 13 Mar 2009 13:59:24 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8075#t53064</link> 
  </item> 
   
  <item> 
   <title>Why? The list of extensions being enabled by default in PHP </title> 
   <description>Why? The list of extensions being enabled by default in PHP is changing all the time, so why not require the extension and make this clear on the test.php page? And I don&#039;t think it&#039;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&#039;s default, I didn&#039;t digg any further.</description> 
   <pubDate>Fri, 13 Mar 2009 14:10:58 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8075#t53065</link> 
  </item> 
   
  <item> 
   <title>&gt; Why? The list of extensions being enabled by default in PH</title> 
   <description>&gt; Why? The list of extensions being enabled by default in PHP is 

&gt; changing all the time, so why not require the extension and make this 

&gt; clear on the test.php page?



if that&#039;s the case, then there should also be mention that PHP should not be compiled with &#039;--disable-hash&#039; 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.</description> 
   <pubDate>Fri, 13 Mar 2009 16:34:35 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8075#t53075</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/horde/test.php?rt=horde&amp;r1=1.178&amp;r2=1.179&amp;ty=u</description> 
   <pubDate>Sat, 14 Mar 2009 16:52:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8075#t53097</link> 
  </item> 
   
  <item> 
   <title>I have added --disable-hash to the error message. We already</title> 
   <description>I have added --disable-hash to the error message. We already check for PCRE.</description> 
   <pubDate>Sat, 14 Mar 2009 16:53:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8075#t53098</link> 
  </item> 
   
  <item> 
   <title>I got the problem on an OpenPKG system. The same system also</title> 
   <description>I got the problem on an OpenPKG system. The same system also lacked JSON support. So we should check for that one, too. After activating HASH and JSON Horde was running fine.



I also don&#039;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.

</description> 
   <pubDate>Sun, 15 Mar 2009 09:13:26 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8075#t53103</link> 
  </item> 
   
  <item> 
   <title>&gt; I got the problem on an OpenPKG system. The same system al</title> 
   <description>&gt; I got the problem on an OpenPKG system. The same system also lacked 

&gt; JSON support. So we should check for that one, too. After activating 

&gt; HASH and JSON Horde was running fine.



JSON is a different story, because we have a fallback PHP implementation.</description> 
   <pubDate>Tue, 16 Jun 2009 13:28:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8075#t54602</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
