[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/ext/zip/php_zip.c PHP_5_3/ext/zip/php_zip.c

2010-10-19 Thread Pierre Joye
pajoye Tue, 19 Oct 2010 09:55:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=304505 Log: - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2010-3709), report&patch from Maksymilian Arciemowicz Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/zip/ php_zip.c

2010-10-19 Thread Pierre Joye
pajoye Tue, 19 Oct 2010 09:56:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=304506 Log: - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2010-3709), report&patch from Maksymilian Arciemowicz Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-10-19 Thread Pierre Joye
pajoye Tue, 19 Oct 2010 09:56:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=304507 Log: - update #52929 and zip NULL deref Bug: http://bugs.php.net/52929 (Closed) Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS

2010-10-19 Thread Pierre Joye
pajoye Tue, 19 Oct 2010 10:16:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=304508 Log: - update #52929 and zip NULL deref Bug: http://bugs.php.net/52929 (Closed) Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_003.phpt Zend/tests/hint/param_type_hint_004.phpt Zend/tests/hint/param_type_hint_005.p

2010-10-19 Thread Derick Rethans
derick Tue, 19 Oct 2010 10:42:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=304509 Log: - Strip out the typehint *checks* only. They are still parsed, and they are still accessible through the reflection API. Changed paths: U php/ph