Opened 12 years ago
Closed 12 years ago
#24372 closed defect (bug) (fixed)
Text_Diff: Deprecated and Strict Standards PHP warnings
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Warnings/Notices | Keywords: | |
Focuses: | Cc: |
Description
Since [24288].
Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/Text/Diff.php on line 380 Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/Text/Diff.php on line 402 Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/Text/Diff.php on line 424 Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/Text/Diff.php on line 446 Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/Text/Diff/Renderer.php on line 101 Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/Text/Diff/Renderer.php on line 121 Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/Text/Diff/Engine/native.php on line 107 Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/Text/Diff/Engine/native.php on line 122 Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/Text/Diff/Engine/native.php on line 124 Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/Text/Diff/Engine/native.php on line 126 Strict Standards: array_walk() expects parameter 2 to be a valid callback, non-static method Text_Diff::trimNewlines() should not be called statically in /wp-includes/Text/Diff/Engine/native.php on line 33 Strict Standards: array_walk() expects parameter 2 to be a valid callback, non-static method Text_Diff::trimNewlines() should not be called statically in /wp-includes/Text/Diff/Engine/native.php on line 34
Upstream is http://www.horde.org/libraries/Horde_Text_Diff. There is a newer version, but it's NOT back compatible.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 24362: