amannn
amannn

Reputation: 53

Typo3 installation on PHP4

Does anybody know if it's possible to install Typo3 on PHP4? I've looked up the packages-page, but i haven't found anything yet.

Many thanks in regards!

Upvotes: 0

Views: 198

Answers (3)

StephenKing
StephenKing

Reputation: 37640

You do not want PHP4! ;-) a bit sarcastic, but please change your mind / your boss's mind! It's out of support since ages and basically sucks.

Upvotes: 2

tmt
tmt

Reputation: 8654

No, it's not possible to install any recent versions. TYPO3 4.6 requires PHP 5.3+ and even TYPO3 4.4 requires PHP 5.2+. Some older versions obviously used to run on PHP 4 but all versions prior to TYPO3 4.4 are outdated, not maintained and insecure.

Upvotes: 4

Florian Rachor
Florian Rachor

Reputation: 1574

I'm sorry, it's not. The system requirements for the latest version state PHP5: http://typo3.org/about/system-requirements/

Upvotes: 0

Related Questions