I couldn't find any adequate instructions on this anywhere on this list
or on the php web site so here is for anyone who needs it.

I had originally tried: patch <patchfile but that doesn't work, even
though file names don't require any stripping with -p option, it is
still required: -p0

My php sources are in /usr/local/src

cp patchfile /usr/local/src
cd /usr/local/src
cp php-4.2.1 php-4.2.1.copy
patch -p0 <patchfile
mv php-4.2.1 php-4.2.2
mv php-4.2.1.copy php-4.2.1

Then you need to reconfigure, re-make php and install, restart apache.
- Greg

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to