I'm setting up a PHP application that requires PHP 5.3+ so I set up a PHP5.3 app in the panel(web228). Installation involves executing a script via command line. When I ran the script, I kept getting an error with no obvious reason and happened to run Except that PHP reports itself as:
…which isn't even an available option for me to create an application(not that I want it). If I enter
…which is what I expected the first time around. Is this actually correct? asked 29 Aug '13, 17:25 Su Generis |
This is correct. We have As a result, you'll need to use the correct
And, since Hope that helps! answered 29 Aug '13, 23:39 ryans ♦♦ |