php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79480 using nginx and centos 7
Submitted: 2020-04-15 20:09 UTC Modified: 2020-04-15 20:13 UTC
From: tiborcz dot kiss at gmail dot com Assigned:
Status: Not a bug Package: Variables related
PHP Version: 7.4.5RC1 OS: centos 7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tiborcz dot kiss at gmail dot com
New email:
PHP Version: OS:

 

 [2020-04-15 20:09 UTC] tiborcz dot kiss at gmail dot com
Description:
------------
---
From manual page: https://php.net/security.hiding
---
I found this issue on my phpmyadmin site. 

Deprecation Notice in ./libraries/common.inc.php#261
 Function get_magic_quotes_gpc() is deprecated

Backtrace

./tbl_operations.php#12: require_once(./libraries/common.inc.php)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-04-15 20:12 UTC] requinix@php.net
-Status: Open +Status: Not a bug
 [2020-04-15 20:12 UTC] requinix@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 [2020-04-15 20:13 UTC] peehaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.
 [2020-04-15 20:15 UTC] bugreports at gmail dot com
and how is that a php issue?

get_magic_quotes_gpc() shoul dnot be used for many years now because magic_quotes don#t exist for very long time

https://www.php.net/manual/de/function.get-magic-quotes-gpc.php
deprecated with PHP 5.4, we have no 7.4 and php5 is dead for years
 [2020-04-16 00:25 UTC] a at b dot c dot de
Now that you've upgraded PHP, consider upgrading PHPMyAdmin to a version that is less than four years old as well.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC