On Friday 01 March 2002 22:19, you wrote:
> I went to php.net and I downloaded the patch for php 4.06 and after I
> extract the file I got a file called "rfc1867.c.diff-4.0.6" when I try to
> execute it, it opens a text editor and show me the source code,
> .............
>
> I have to compile this file?
> If so which compiler I have to use?

To quote an earlier reply:

Unpack and copy the patch diff to the php4.0.6/main source directory, then
use :

patch  rfc1867.c rfc1867.c.diff-4.0.6

then the usual configure, make, make install.



-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
No man is an island, but some of us are long peninsulas.
*/

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

Reply via email to