mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10495] Update request/type_cast_helper for PHP 5.4 magic_quotes_gpc drop
PHPBB3-10495
This commit is contained in:
parent
cddd63aae0
commit
42d9edc4f2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class phpbb_request_type_cast_helper implements phpbb_request_type_cast_helper_i
|
||||||
*/
|
*/
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
if (version_compare(PHP_VERSION, '6.0.0-dev', '>='))
|
if (version_compare(PHP_VERSION, '5.4.0-dev', '>='))
|
||||||
{
|
{
|
||||||
$this->strip = false;
|
$this->strip = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue