Project

General

Profile

Actions

Bug #14307

closed

phpversion does not work with PHP Version 4.3.8-8.dotdeb.1

Added by Hans J over 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2004-09-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.7-dev
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

There is a check for the php-Version running in latest cvs-files.
PHP Version 4.3.8-8.dotdeb.1 will not be detected correctly and the programm stops with a 'die' (php 4.1.0+ needed).

Install PHP Version 4.3.8-8.dotdeb.1, install latest cvs, and hit any page of your T3 System

(issue imported from #M344)

Actions #1

Updated by Hans J over 19 years ago

Workaround:
comment the line 199 in /typo3/init.php and 118 in /typo3/sysext/cms/tslib/index_ts.php
or
solution:
correct the if (t3lib_div::int_from_ver(phpversion())<4100000) to if (t3lib_div::int_from_ver(phpversion())<4001000)

edited on: 09.09.04 10:52

Actions #2

Updated by Hans J over 19 years ago

o.k. someone made the correction in cvs for /typo3/init.php, but the bug still resists in /typo3/sysext/cms/tslib/index_ts.php!!

Actions #3

Updated by Ingmar Schlecht over 19 years ago

Kasper has fixed this, at least for normal version numbers like 4.3.0 it works now.
However, I don't know, if it works with rather strange version numbers like 4.3.8-8.dotdeb.1.
If it does not, please reopen this bug.

Actions

Also available in: Atom PDF