WESK Posted October 5, 2013 Posted October 5, 2013 First off...I don't know the exactly release since its been updated a bunch of times....2.x...I should say. I have updated my website to work just fine with php 5.3.22 but now I find myself needing to add GD php package for another website I am working on. I went and logged into the server at WHM to use the easyapache option to see GD and I see I don't have the current 5.3.22 available to pick....I tired the yum command in shh to add it without any luck... I know this might be a duh thing for someone else but I cant find out if I was to go to 5.3.27 or even better 5.4.20 if would it cause any code to break. I was looking to make a small adjustment and I don't want it to turn into a weekend of pulling out hair and loss in sales on the website that's making money! Thank you for your help!!
♥kymation Posted October 5, 2013 Posted October 5, 2013 5.3.27 should be just fine. 5.4.x will require some fixes, so I would stay away. Regards Jim See my profile for a list of my addons and ways to get support.
WESK Posted October 5, 2013 Author Posted October 5, 2013 http://www.php.net/manual/en/migration53.deprecated.php I found this and I don't see anything that might conflict?
WESK Posted October 5, 2013 Author Posted October 5, 2013 Thanks for the quick reply Jim! Yeah....I can't seem to find anything that would indicate any real issue...
♥kymation Posted October 5, 2013 Posted October 5, 2013 I should qualify that a bit, since your code is both old and modified. It's impossible to be sure under those circumstances. Anything in the 5.3.x series should be OK. 5.4 introduces a few changes that might be a problem or might not, just depending on what's actually in your code. Regards Jim See my profile for a list of my addons and ways to get support.
WESK Posted October 5, 2013 Author Posted October 5, 2013 I know what your saying....I was more worried about anything being deprecated from 22 to 27
WESK Posted October 5, 2013 Author Posted October 5, 2013 5.3.27 works without any trouble but I did have an issue with easyapache....I figured id post it just in case someone else runs into it....I couldnt find the solution anywhere! Errors were: --> Finished Dependency Resolution Error: Protected multilib versions: libstdc++-4.4.7-3.el6.x86_64 != libstdc++-4.4.6-4.el6.i686 Error: Protected multilib versions: zlib-1.2.3-29.el6.x86_64 != zlib-1.2.3-27.el6.i686 You could try using --skip-broken to work around the problem ** Found 2 pre-existing rpmdb problem(s), 'yum check' output follows: frontpage-2002-SR1.2.i386 has missing requires of libexpat.so.0 sendmail-cf-8.14.4-8.el6.noarch has missing requires of sendmail = ('0', '8.14.4', '8.el6') The quickest email I have ever received for tech support was from cpanel below!!! You should be able to resolve it with this command: rpm -e --nodeps --justdb libstdc++-4.4.6-4.el6.i686 zlib-1.2.3-27.el6.i686 and then running EasyApache again.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.