I want to uptake fix for this PHP Bug: https://bugs.php.net/bug.php?id=52043
I am not sure on how can I install this patch. Conceptually I understand I need to follow following steps:
- get php code & GD module code
- apply code fix or patch to code
- compile
- reinstall using compiled files
But I have never done these steps before, so I am not sure about commands for any of the above steps.
Can someone elaborate on this process. I am using Ubuntu 12.04 32-bit, and this bug is blocking me from using GD module with php.
Also is there a tool or script to do the complete patching process in an automated way?