Changes between Initial Version and Version 1 of Ticket #59940
- Timestamp:
- 11/21/2023 05:37:14 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59940
- Property Keywords reporter-feedback added
-
Ticket #59940 – Description
initial v1 1 1 Hi, I updated my server to PHP 8 and started getting errors in the debug log that you might want to look into. WordPress is updated so I'm afraid these bugs were missed. You can't pass NULL to these two functions anymore. Thanks. 2 2 3 PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241 4 PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187 3 `PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241` 4 `PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187`