[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

[PHP-DEV] Re: Unable to unit test code containing *_uploaded_file()

2008-04-24 Thread Maxim Antonov
I think - you can write wrapper for file class file{ public function is_uploaded(){ return SingletonContextObject::isForTestingFileIsUpload() || is_uploaded_file($this-filepath); } } Piotr Czachur пишет: Hello! I use PHPUnit for unit testing of my application (but this issue is

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/session mod_user.c mod_user.h php_session.h session.c

2008-04-24 Thread Gwynne Raskind
On Apr 24, 2008, at 3:19 AM, Antony Dovgal wrote: On 08.03.2008 02:20, Gwynne Raskind wrote: gwynne Fri Mar 7 23:20:32 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/session mod_user.c mod_user.h php_session.h session.c Log: MFH: fix bug #32330

[PHP-DEV] CVS Account Request: dtheemann

2008-04-24 Thread Daniel K. Theemann
I need the account to maintain XML_XPath in PEAR. Helgi sent me. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php