Actions
Bug #14688
closedInstalltool needs PHP 4.2
Start date:
2005-04-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0beta2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since beta2 the install tool needs PHP 4.2 as minimum because the function floatval is used.
Start installtool and then select "Database Analyser".
Fatal error: Call to undefined function: floatval() in /var/www/thomas/typo380beta21_src/typo3/sysext/install/mod/class.tx_install.php on line 4597
(issue imported from #M997)
Updated by Karsten Dambekalns over 19 years ago
As discussed with Michael Stucki, this should be changed back to doubleval(), as this is available in earlier PHP versions as well.
Updated by Michael Stucki over 19 years ago
Fixed. (New speed record?? ;-))
Aynway, thanks for notifying.
Actions