Actions
Bug #24439
closedTYPO3 fails to install on Windows due to faulty disposal of MCRYPT_DEV_URANDOM
Start date:
2010-12-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
<b>This was reported by direct mail by Jan Reilink (janreilink (at) vevida (dot) com):</b>
Typo3 (version 4.4.6) fails to install on Windows, due to improper
checking of MCRYPT_DEV_URANDOM capabilities. As you know, /dev/urandom
is not available on Windows. In the last week, two customers couldn't
install TYPO3 on their web site as a result.
I hacked my patch in the existence checking of the PHP-function
mcrypt_create_iv (also attached as .patch-file).
It could also be hacked in the class.t3lib_div.php file on/after line
1610, with a simple "elseif" line.
(issue imported from #M16871)
Files
Actions