PHP 4.3.1 (!) released in response to CGI vulnerability

Radio_Head

Well-Known Member
Verifed Vendor
Feb 15, 2002
2,048
1
343
http://www.php.net
http://www.php.net/release_4_3_1.php
 

Radio_Head

Well-Known Member
Verifed Vendor
Feb 15, 2002
2,048
1
343
Anyone is interested ? ;)
 

thedavid

Well-Known Member
Nov 22, 2002
124
0
166
Originally posted by thaphantom
thanks for the heads up, I am sure that Nick will get this done tonight.
Fantastic - I'll be looking forward to updating tomorrow :)

-David
 

snowgod

Well-Known Member
Sep 23, 2001
70
0
306
This only affects the cgi SAPI anyway. 90% of machines (and every cpanel machine i've seen) use the Apache SAPI. Everyone is most likely not affected.
 

cPanelNick

Administrator
Staff member
Mar 9, 2015
3,481
35
208
cPanel Access Level
DataCenter Provider
There is a new buildapache up there.

If you plan on trying the php+suexec patch make sure to remove the

AddModule
and
LoadModule lines for php

as well as add

AddHandler application/x-httpd-php .php .php4 .php3

to httpd.conf

This feature is experimental and not support as of yet. PHP will be slightly slower since it uses the cgi interface.