> From: Scott Fletcher [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 23, 2002 12:43 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Re: PHP Security Advisory: Vulnerability 
> in PHP versions 4.2.0
> 
> 
> I don't know how to appy patches to the PHP software.  I just finish
> upgrading the website to work with PHP 4.2.1 from PHP 4.0.6.  And now
> this....  So, just patched it then configure openssl, 
> mycrypt, curl, modssl
> then do the usual stuff for PHP then apache, right??

Rebuilding from source:
1. download the new php source, extract it to whereever you do. 
2. cd to php-4.2.2 copy config.nice from your existing php compile dir (this has your 
previous complies config command).  
3. Run it:
./config.nice
4. make
5. apachectl stop
6. make install
7a. i. If php is a DSO:
    ii. apachectl start (you're done)
7b. i. If php is compiled into apache:
    ii. cd to apache compile dir
    iii. make clean
    iv. ./config.status
    v.  make 
    vi. make install
    vii. apachectl start (you're done)

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

Reply via email to