- Timestamp:
- 05/20/2022 05:36:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/load/wpIsIniValueChangeable.php
r52010 r53426 41 41 ); 42 42 43 if ( extension_loaded( 'Tidy' ) && version_compare( PHP_VERSION, '7.0.0', '>' ) ) {43 if ( PHP_VERSION_ID > 70000 && extension_loaded( 'Tidy' ) ) { 44 44 $array[] = array( 'tidy.clean_output', true ); // PHP_INI_USER. 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.