Skip to content

Make package compatible to php74 #4

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rhbmedicuja
Copy link

on branch [HW/make-package-compatible-to-php74]

on branch [HW/make-package-compatible-to-php74]
@rhbmedicuja rhbmedicuja requested a review from a team as a code owner April 17, 2025 08:35
@rhbmedicuja rhbmedicuja removed the request for review from a team April 17, 2025 08:36
@rhbmedicuja rhbmedicuja marked this pull request as draft April 17, 2025 08:36
@@ -79,35 +79,34 @@ public function validate()
{
if (isset($this->isIpnVerified)) {
return $this->isIpnVerified;
} else {
$request = self::IPN_CMD;
if (function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc() == 1) {
Copy link
Author

Choose a reason for hiding this comment

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

The get_magic_quotes_gpc function has been DEPRECATED as of PHP 7.4.0, and REMOVED as of PHP 8.0.0. Relying on this function is highly discouraged.
https://www.php.net/manual/en/function.get-magic-quotes-gpc.php

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