On Thu, 25 Jul 2002, Hong Tian wrote:

>I download patch of php-4.2.0-to-4.2.2.patch.gz from http://www.php.net and
>try to update our PHP 4.2.0 to 4.2.2. But I can't find instructions how to
>update PHP by using this patch of php-4.2.0-to-4.2.2.patch.gz. Could anyone
>tell me how to patch it or where can I find this information to update PHP
>by this patch?

gunzip php-4.2.0-to-4.2.2.patch.gz
cd /path/to/php_source
cat /path/to/php-4.2.0-to-4.2.2.patch |patch

you might also try 'man patch'


-- 
Greg Donald
http://destiney.com


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

Reply via email to