General

Profile

Jan Reilink

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

2010-12-30

12:22 TYPO3 Core Bug #24410: Parameter for function "mcrypt_create_iv" not correct
There is no "MCRYPT_RANDOM":
- $source = (version_compare(PHP_VERSION, '5.3.4', '>=') ? MCRYPT_DEV_URANDOM : MCRYP...
Jan Reilink
11:37 TYPO3 Core Bug #24410: Parameter for function "mcrypt_create_iv" not correct
The patch doesn't work. The problem lies in the if .. elseif. The latter never gets executed, since the function mcry... Jan Reilink
11:04 TYPO3 Core Bug #24410: Parameter for function "mcrypt_create_iv" not correct
Hi Steffen,
I tested on Windows Server 2008 with IIS 7.5 and PHP version 5.3.3. I found the same bug reports on ph...
Jan Reilink
10:05 TYPO3 Core Bug #24410: Parameter for function "mcrypt_create_iv" not correct
Yes, MCRYPT_DEV_URANDOM is defined on Windows, but failes with a fatal error.
Shortened test-code:
$output = ''; ...
Jan Reilink

2010-12-29

17:14 TYPO3 Core Bug #24439: TYPO3 fails to install on Windows due to faulty disposal of MCRYPT_DEV_URANDOM
(thank you Oliver)
I created a new, and shorter, patch. The extra checks on TYPO3_OS are not necessary.
It was ...
Jan Reilink

Also available in: Atom