Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent magic_quotes in PHP 5.4+ #6

Closed
wants to merge 1 commit into from
Closed

Prevent magic_quotes in PHP 5.4+ #6

wants to merge 1 commit into from

Conversation

mabrahamde
Copy link

The use of function set_magic_quotes_runtime is discouraged in
PHP version 5.3 and forbidden in PHP version 5.4 and forbidden
in PHP version 5.5

The use of function set_magic_quotes_runtime is discouraged in
PHP version 5.3 and forbidden in PHP version 5.4 and forbidden
in PHP version 5.5
@mabrahamde
Copy link
Author

wrong approach. get_magic_quotes_runtime always returns 0 as of PHP 5.4.0. please close this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant