PHP Deprecated Errors with Stripe
-
Just letting you know that there have been lots of PHP Deprecated errors in various file locations. You should adjust your functions to reflect the latest PHP standards, as they might not be supported in future PHP versions.
PHP Deprecated: Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wptbox/wp-content/plugins/armember/lib/Stripe/vendor/stripe/stripe-php/lib/StripeObject.php on line 202
PHP Deprecated: Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wptbox/wp-content/plugins/armember/lib/Stripe/vendor/stripe/stripe-php/lib/StripeObject.php on line 212
PHP Deprecated: Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wptbox/wp-content/plugins/armember/lib/Stripe/vendor/stripe/stripe-php/lib/StripeObject.php on line 197
PHP Deprecated: Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wptbox/wp-content/plugins/armember/lib/Stripe/vendor/stripe/stripe-php/lib/StripeObject.php on line 207
PHP Deprecated: Return type of Stripe\StripeObject::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wptbox/wp-content/plugins/armember/lib/Stripe/vendor/stripe/stripe-php/lib/StripeObject.php on line 218
PHP Deprecated: Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wptbox/wp-content/plugins/armember/lib/Stripe/vendor/stripe/stripe-php/lib/StripeObject.php on line 424
PHP Deprecated: Return type of Stripe\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wptbox/wp-content/plugins/armember/lib/Stripe/vendor/stripe/stripe-php/lib/Collection.php on line 119
PHP Deprecated: Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wptbox/wp-content/plugins/armember/lib/Stripe/vendor/stripe/stripe-php/lib/Util/Set.php on line 40
PHP Deprecated: utf8_encode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/wptbox/wp-content/plugins/armember/core/classes/class.arm_payment_gateways.php on line 305
- You must be logged in to reply to this topic.