Re: [PHP] Fixing the PHP security hole

2002-03-01 Thread PHP Tester
I'm having the same question, "How do I install the 4.0.6 patch?" I installed PHP from the RPM. "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > On Friday 01 March 2002 17:12, [EMAIL PROTECTED] wrote: > > How do I install the 4.0.6 patch? > > > > http://www.msnbc.co

Re: [PHP] patching a lower version.

2002-03-01 Thread PHP Tester
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? Thanks.

[PHP] PHP Patch 4.0.6

2002-03-01 Thread PHP Tester
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? Thanks.

[PHP] Fixing the PHP security hole

2002-03-01 Thread PHP Tester
How do I install the 4.0.6 patch? I installed PHP from the RPM. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fixing the PHP security hole

2002-03-01 Thread PHP Tester
Actually I'm using Linux-Mandrake 8.1. I should be able to run the red hat patch over my mandrake distribution? "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > On Friday 01 March 2002 22:40, PHP Tester wrote: > > I'm having the sam