Changes between Initial Version and Version 2 of Ticket #59756
- Timestamp:
- 12/11/2023 08:24:47 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59756
- Property Keywords php81 reporter-feedback added
- Property Focuses php-compatibility removed
-
Ticket #59756 – Description
initial v2 1 1 Apologies in advance for my first bug report... 2 2 3 The function wp_is_stream()is causing the error below on my test environment:3 The function `wp_is_stream()` is causing the error below on my test environment: 4 4 5 PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/gary/bailey-head/wordpress/wp-includes/functions.php on line 7127 5 `PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /.../wp-includes/functions.php on line 7127` 6 6 7 7 Locally I altered the function to resolve the error as per the code below: