asmar
Verified User
Hi all,
I need to apply a patch to PHP 5.2 in order to avoid some compile errors on Debian 7 and can't figure out how to do it without having the build command to extract and overwrite each time my code.
Example
cd php-5.2.17
patch -p1 < mypatch
but then when running ./build php n it overwrite my php-5.2.17 folder and missing the patch.
Any idea?
Thanks
I need to apply a patch to PHP 5.2 in order to avoid some compile errors on Debian 7 and can't figure out how to do it without having the build command to extract and overwrite each time my code.
Example
cd php-5.2.17
patch -p1 < mypatch
but then when running ./build php n it overwrite my php-5.2.17 folder and missing the patch.
Any idea?
Thanks