php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41535 When calling this function says Call to undefined function get_magic_quotes_gpc
Submitted: 2007-05-29 22:40 UTC Modified: 2007-05-30 08:25 UTC
From: lanzagabriele at iol dot it Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 6CVS-2007-05-29 (CVS) OS: winxp
Private report: No CVE-ID: None
 [2007-05-29 22:40 UTC] lanzagabriele at iol dot it
Description:
------------
Call to undefined function get_magic_quotes_gpc()

Reproduce code:
---------------
get_magic_quotes_gpc()

Expected result:
----------------
THE CODE should work and not report fatal error

Actual result:
--------------
Call to undefined function get_magic_quotes_gpc()

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-29 23:10 UTC] judas dot iscariote at gmail dot com
heh. this is the expected beahviuor. magic_quotes_* is (finally) gone, hence functions to deal with it are no longer defined.

Read the cvs NEWS file.
 [2007-05-30 08:25 UTC] tony2001@php.net
There is no such function in PHP6.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 15:01:33 2024 UTC