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

[Bug]: Magic Quotes ini value being set despite being deprecated #5174

Closed
CaMer0n opened this issue Jan 22, 2024 · 0 comments
Closed

[Bug]: Magic Quotes ini value being set despite being deprecated #5174

CaMer0n opened this issue Jan 22, 2024 · 0 comments
Labels
type: bug A problem that should not be happening
Milestone

Comments

@CaMer0n
Copy link
Member

CaMer0n commented Jan 22, 2024

What e107 version are you using?

Latest Github version (just updated)

Bug description

The following is being called in e107_class.php

self::ini_set('magic_quotes_runtime', 0);
self::ini_set('magic_quotes_sybase', 0);

Both of these are deprecated in PHP 7.4+

How to reproduce

View the code

Expected behavior

Don't set them at all.

What browser(s) are you seeing the problem on?

Firefox

PHP Version

PHP 8.3

@CaMer0n CaMer0n added the type: bug A problem that should not be happening label Jan 22, 2024
@CaMer0n CaMer0n added this to the e107 2.4.0 milestone Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A problem that should not be happening
Projects
None yet
Development

No branches or pull requests

1 participant