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

Various Fixes #7927

Merged
merged 10 commits into from
Dec 5, 2023
Merged

Conversation

jdarwood007
Copy link
Member

Just some fixes found by intelisense. I worked through some stuff. Didn't get into actions.

As well, I saw we have magic quotes stuff. It looks like get_magic_quotes_gpc and various other stuff was removed in 8.0. We can safely remove this now.

Just some fixes found by intelisense

As well, I saw we have magic quotes stuff.  It looks like get_magic_quotes_gpc and various other stuff was removed in 8.0.  We can safely remove this now.
@jdarwood007 jdarwood007 added this to the 3.0 Alpha 1 milestone Dec 2, 2023
@@ -1231,8 +1231,7 @@ public static function spellCheck(): void

// Free resources for enchant...
if (isset(Utils::$context['enchant_broker'])) {
enchant_broker_free_dict($dict);
enchant_broker_free(Utils::$context['enchant_broker']);
unset($dict, Utils::$context['enchant_broker']);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note here, the enchant_*free functions are deprecated, they recommend just destroying the object.

Copy link
Member

@Sesquipedalian Sesquipedalian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few things.

Sources/Attachment.php Outdated Show resolved Hide resolved
Sources/BBCodeParser.php Outdated Show resolved Hide resolved
Sources/Cookie.php Outdated Show resolved Hide resolved
Sources/Profile.php Outdated Show resolved Hide resolved
Sources/Url.php Outdated Show resolved Hide resolved
Sources/User.php Outdated Show resolved Hide resolved
Sources/User.php Outdated Show resolved Hide resolved
Sources/User.php Outdated Show resolved Hide resolved
Sources/User.php Outdated Show resolved Hide resolved
Sources/User.php Outdated Show resolved Hide resolved
@Sesquipedalian Sesquipedalian merged commit 03799bd into SimpleMachines:release-3.0 Dec 5, 2023
3 checks passed
@jdarwood007 jdarwood007 deleted the variousFixes branch December 5, 2023 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants