Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #59756


Ignore:
Timestamp:
12/11/2023 08:24:47 PM (19 months ago)
Author:
sabernhardt
Comment:

Is this a duplicate of #57580?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59756

    • Property Keywords php81 reporter-feedback added
    • Property Focuses php-compatibility removed
  • Ticket #59756 – Description

    initial v2  
    11Apologies in advance for my first bug report...
    22
    3 The function wp_is_stream() is causing the error below on my test environment:
     3The function `wp_is_stream()` is causing the error below on my test environment:
    44
    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`
    66
    77Locally I altered the function to resolve the error as per the code below: