Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Installing on php version 4.4.4


Go to End


3 Posts   5458 Views

Avatar
arthausinc

1 Post

17 July 2007 at 5:57am

Hi,

Unfortunately, the host that I want to install supports PHP Version 4.4.4.

Q: Is there work around? ...or I need to wait until they upgrade.

Thankx in advance,
Arthur

Avatar
xeraa

Community Member, 58 Posts

17 July 2007 at 7:02am

PHP 5 or later is required - sorry...

Avatar
jovemac

5 Posts

24 September 2007 at 5:19am

hi!

I too faced the same problem. The solution is

If you want by default all of your php(.php) files to be run by the PHP5 engine, u need to do the following:
=> Create/edit the .htaccess file in your /public_html directory and add the following line.

AddHandler application/x-httpd-php5 .php

Once the above line is added, then php5 will be used by default in ur website and make silverstripe to be compactable.