Re: [PHP-DEV] PHP taint support update

2008-04-24 Thread Arvids Godjuks
2008/4/24 Wietse Venema <[EMAIL PROTECTED]>: > FYI, > > Taint support for PHP 5.2.5 has been updated. The 20080423 version > improves support for PCRE, and fixes a harmless read-after-free bug. > > The primary goal of this code is to help PHP application programmers > find and eliminate opportunit

[PHP-DEV] PHP taint support update

2008-04-24 Thread Wietse Venema
FYI, Taint support for PHP 5.2.5 has been updated. The 20080423 version improves support for PCRE, and fixes a harmless read-after-free bug. The primary goal of this code is to help PHP application programmers find and eliminate opportunities for HTML script injection, SQL or shell code injection