Changeset 47122 for trunk/tests/phpunit/tests/external-http/basic.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/external-http/basic.php
r46998 r47122 63 63 preg_match( '#(\d{4}-\d{2}-\d{2}), General Availability#', $response_body, $mysqlmatches ); 64 64 65 // Per https://www.mysql.com/support/, Oracle actively supports MySQL releases for 5 years from GA release 65 // Per https://www.mysql.com/support/, Oracle actively supports MySQL releases for 5 years from GA release. 66 66 $mysql_eol = strtotime( $mysqlmatches[1] . ' +5 years' ); 67 67
Note: See TracChangeset
for help on using the changeset viewer.