# Downloading older version due to outdated PHP

**URL:** https://forum.mautic.org/t/downloading-older-version-due-to-outdated-php/5068
**Category:** Product Support
**Created:** [August 26, 2016, 5:25pm UTC](https://forum.mautic.org/t/downloading-older-version-due-to-outdated-php/5068 "2016-08-26T17:25:49Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![smccown](https://avatars.discourse-cdn.com/v4/letter/s/e56c9b/32.png) [@smccown](https://forum.mautic.org/u/smccown)
#### Post date: [August 26, 2016, 5:25pm UTC](https://forum.mautic.org/t/downloading-older-version-due-to-outdated-php/5068/1 "2016-08-26T17:25:49Z")

</div>

Is it possible for me to download an older version of Mautic since I’m not currently able to get anywhere above a 5.6 PHP version? I’m anxious to dive into this software!  
  
  
  
Please advise. Thanks!  
  
  
  
-Steve

---

<div class="post-metadata">

### Author: ![smccown](https://avatars.discourse-cdn.com/v4/letter/s/e56c9b/32.png) [@smccown](https://forum.mautic.org/u/smccown)
#### Post date: [August 26, 2016, 5:25pm UTC](https://forum.mautic.org/t/downloading-older-version-due-to-outdated-php/5068/2 "2016-08-26T17:25:49Z")

</div>

Is it possible for me to download an older version of Mautic since I’m not currently able to get anywhere above a 5.6 PHP version? I’m anxious to dive into this software!

Please advise. Thanks!

-Steve

---

<div class="post-metadata">

### Author: ![smccown](https://avatars.discourse-cdn.com/v4/letter/s/e56c9b/32.png) [@smccown](https://forum.mautic.org/u/smccown)
#### Post date: [August 27, 2016, 10:39pm UTC](https://forum.mautic.org/t/downloading-older-version-due-to-outdated-php/5068/3 "2016-08-27T22:39:15Z")

</div>

Actual PHP version is 5.6.15 (LunarPages’ hosting)

---

<div class="post-metadata">

### Author: ![glmx](https://avatars.discourse-cdn.com/v4/letter/g/54ee81/32.png) [@glmx](https://forum.mautic.org/u/glmx)
#### Post date: [August 28, 2016, 7:35am UTC](https://forum.mautic.org/t/downloading-older-version-due-to-outdated-php/5068/4 "2016-08-28T07:35:17Z")

</div>

Hey, I have a similar issue, moving from PHP 4.2 to PHP 7 breaks some of my websites, is there a way to override PHP version settings for a specific folder on the server i.e. for the Mautic installation it would be 7.0 and for the rest would be default 4.2?

---

<div class="post-metadata">

### Author: ![glmx](https://avatars.discourse-cdn.com/v4/letter/g/54ee81/32.png) [@glmx](https://forum.mautic.org/u/glmx)
#### Post date: [August 29, 2016, 10:46am UTC](https://forum.mautic.org/t/downloading-older-version-due-to-outdated-php/5068/5 "2016-08-29T10:46:53Z")

</div>

@MxyzptlkFishStix Hey yep it’s a typo, sorry it was 5.2  
I found that using a php ini file for PHP 5.6 and adding a line of code in .htaccess like this:

AddHandler application/x-httpd-php56 .php

would sove my problem

I am on Hostgator and they have all the versions from 5.2 to 7.0  
Mautic seems to be working fine on 7.0 but then some of my WordPress blogs/templates are old and they “prefer” 5.2 version of PHP, this was the easiest way to put a different version of php for my Mautic folder
