1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-30 04:38:21 +02:00

Merge remote-tracking branch 'bantu/ticket/10495' into develop

* bantu/ticket/10495:
  [ticket/10495] Update request/type_cast_helper for PHP 5.4 magic_quotes_gpc drop
This commit is contained in:
Oleg Pudeyev 2012-02-10 01:40:05 -05:00
commit 9d81f97175

View File

@ -34,7 +34,7 @@ class phpbb_request_type_cast_helper implements phpbb_request_type_cast_helper_i
*/
public function __construct()
{
if (version_compare(PHP_VERSION, '6.0.0-dev', '>='))
if (version_compare(PHP_VERSION, '5.4.0-dev', '>='))
{
$this->strip = false;
}