I was going to rebuild apache to install some new extensions, but am nervous to do it because my current php version is not listed during the process. I currently have php 5.3.24 running. During EA build I am offered options for
None
5.2.9 END OF LIFE
5.2.17 END OF LIFE
5.3.27 END OF LIFE
5.3.28 DEPRECATED
5.4.24
5.5.8 EXPERIMENTAL
Ideally I would simply pick 5.4.24, however I believe that all my current mysql statements would not work with recent php versions. I do not have time to rewrite all the sql queries at the moment. My current version works fine, but I am not sure what to do to keep it as it is. All I really want to do is add mycrypt, pdo and pdo_mysql to the build, whilst keeping the php version as it is.
None
5.2.9 END OF LIFE
5.2.17 END OF LIFE
5.3.27 END OF LIFE
5.3.28 DEPRECATED
5.4.24
5.5.8 EXPERIMENTAL
Ideally I would simply pick 5.4.24, however I believe that all my current mysql statements would not work with recent php versions. I do not have time to rewrite all the sql queries at the moment. My current version works fine, but I am not sure what to do to keep it as it is. All I really want to do is add mycrypt, pdo and pdo_mysql to the build, whilst keeping the php version as it is.