Changes between Initial Version and Version 1 of Ticket #55955, comment 6
- Timestamp:
- 10/27/2022 03:46:20 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55955, comment 6
initial v1 1 1 For anybody running into this between now and when the patch goes live, we've worked around it in our application by passing 2 2 {{{#!php 3 <?php 4 'terms' => array( 0 ), 3 'terms' => array( 0 ), 5 4 }}} 6 5 within the tax_query array. Looking at how NOT EXISTS queries get parsed, it seems like this terms parameter is not used at all, so it seems to mitigate the PHP8 fatal without compromising application logic...