Link to home
Start Free TrialLog in
Avatar of miller75
miller75Flag for United Kingdom of Great Britain and Northern Ireland

asked on

PHP Patch

I need to install the PHP patch for BUG 41631 See https://bugs.php.net/patch-display.php?bug_id=41631&patch=bug41631.patch&revision=latest

I have no idea how to do this, normally I just let Plesk update everything but I cant find a way of installing the patch

Thanks
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

You would have to recompile the 'openssl' extension for your version of PHP.  It would require you to have the same compiler that was used to create your version.  Your hosting company should have taken care of this already.  Call them and find out what the status is.
Avatar of miller75

ASKER

I have an unmanaged server, this is the first time I have come across an issue like this
The link you posted is to the people who would create the patch.  I don't think you're going to go buy the compiler and learn how to use it for this patch.  On my Ubuntu machines here at home, I get patches thru the Update Manager when they're available.  You would also have to get the source code for that extension so you could compile it.

Why do you think you need this patch?  The patch is exactly what you see on that page.
And that is Just the patch.  You would also have to get the complete source code for that extension to re-compile it with the patch.
I need the patch because Plesk updated yesterday and it has broken Horde, if you try to login to webmail you get "Mail server closed the connection unexpectedly." The patch appears to resolve this issue
The only people who might have a binary copy of the patched extension would  be the people provided your version of Linux and PHP.  I still suggest you call your hosting company and see what they say.
This was fixed in the update to 5.4.33 on 18 sept. What version of php are you using?
PHP Version 5.4.33 It was updated yesterday and this is when the problems started
ASKER CERTIFIED SOLUTION
Avatar of miller75
miller75
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The link provided solved the issue