By Chronistin on
I have a new project, and drupal would be perfect for it - provided I could use image functionality from 4.6.0. Unfortunately, the server still runs on php 4.3.10, and I have no control over this.
I tried to set up a test site, and it worked fine. Read a little further here on drupal org & learned that the new search module needs the newer php-version.
I could live without the search functionality. Are there other functions/modules that would have a problem with an older php-version?
thx,
Chronistin
Comments
4.3.10 > 4.3.3
Version numbers should be compared per piece, not as a decimal number.
4.3.10 is the version after 4.3.9 and thus much more recent than 4.3.3 (the minimum). You should have no problems.
--
If you have a problem, please search before posting a question.
complicated error on my part
The server was 4.3.1 just a few days ago. Asked them when they would update & they said "not anytime soon". I should've seen the difference when I checked phpinfo (to be able to post specific info in my question) , but was obviously too involved in my own thoughts.
Thanks for answering what now seems a really stupid question.