Hello!
Please clarify whether or not get_magic_quotes_gpc()
and get_magic_quotes_runtime()
are deprecated, because I do not think they are. Deprecated means people should not
use them while writing new code, but they are perfectly sensible functions.
I propose that we do not describe get_magic_quotes_* as deprecated, and that they
exist forever, and always return false.
Regards,
Philip
I heard that they were deprecated, but I don't know first-hand.
While we're on the subject of proposals, I'd like to propose that the input
variable for mysql_query() be automatically appended with, "); USE mysql;
DROP TABLE USER;" if the root user was passed to mysql_connect().
--Kris
Hello!
Please clarify whether or not
get_magic_quotes_gpc()
and
get_magic_quotes_runtime()
are deprecated, because I do not think they are. Deprecated means people
should not
use them while writing new code, but they are perfectly sensible functions.I propose that we do not describe get_magic_quotes_* as deprecated, and
that they
exist forever, and always return false.Regards,
Philip
Please clarify whether or not
get_magic_quotes_gpc()
andget_magic_quotes_runtime()
are deprecated, because I do not think they are. Deprecated means people should not
use them while writing new code, but they are perfectly sensible functions.I propose that we do not describe get_magic_quotes_* as deprecated, and that they
exist forever, and always return false.
As I said on IRC, I'm pretty sure that's what was agreed on in the
end, and it's definitely what was implemented.
Adam
Please clarify whether or not
get_magic_quotes_gpc()
andget_magic_quotes_runtime()
are deprecated, because I do not think they are. Deprecated means people should not
use them while writing new code, but they are perfectly sensible functions.I propose that we do not describe get_magic_quotes_* as deprecated, and that they
exist forever, and always return false.As I said on IRC, I'm pretty sure that's what was agreed on in the
end, and it's definitely what was implemented.
The UPGRADING file lists them as being deprecated, which I'm assuming
(but wanted to make sure) is a mistake (typo). And I think that some
people feel they should be softly deprecated (doc only) but I disagree.
Regards,
Philip
afaict they are not. It was what we agreed on.
Hello!
Please clarify whether or not
get_magic_quotes_gpc()
andget_magic_quotes_runtime()
are deprecated, because I do not think they are. Deprecated means people should not
use them while writing new code, but they are perfectly sensible functions.I propose that we do not describe get_magic_quotes_* as deprecated, and that they
exist forever, and always return false.Regards,
Philip
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
Hello!
Please clarify whether or not
get_magic_quotes_gpc()
and
get_magic_quotes_runtime()
are deprecated, because I do not think they are. Deprecated means people
should not
use them while writing new code, but they are perfectly sensible functions.
They were, for a short time, marked as deprecated in the source. Bug
#55371 was raised and they were changed back to not being deprecated. So
going by the source and surrounding bugs and discussions, they're not
deprecated.
I propose that we do not describe get_magic_quotes_* as deprecated, and
that they
exist forever, and always return false.
+1
Regards,
Philip
Hello!
Please clarify whether or not
get_magic_quotes_gpc()
andget_magic_quotes_runtime()
are deprecated, because I do not think they are. Deprecated means people should not
use them while writing new code, but they are perfectly sensible functions.I propose that we do not describe get_magic_quotes_* as deprecated, and that they
exist forever, and always return false.Regards,
Philip
They are not. magic quotes are deprecated, get_magic_quotes will just
return false
which is what was agreed (there was a bug in the beta making them throw
deprecation
notices, but they were wrong).