| RADICORE 2.34.0 released [message #7939] |
Mon, 08 June 2026 11:37 |
AJM
Messages: 2390 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
This update contains fixes for deprecations introduced in PHP 8.5, plus some small bug fixes.
Database changes:
- none
Other changes:
- updated audit_ssn_s01.class.inc to replace trigger_error() with fatal_error().
- updated php_session.class.inc to replace deprecated ‘;’ with ‘:’ on case statement.
- updated dict_column.class.inc to replace deprecated ‘;’ with ‘:’ on case statement.
- updated mnu_control.class.inc to replace deprecated ‘;’ with ‘:’ on case statement.
- updated error.inc to replace deprecated ‘;’ with ‘:’ on case statement.
- updated include.library.inc to fix pattern within array2where2().
- updated include.library.inc to fix pattern within filterWhere().
- updated include.library.inc to fix pattern within splitWhereByRow().
- updated include.session.inc to cast a NULL to (string) within reducePageStack().
- updated include.xml.php5.inc to set variables to strings instead of NULLS within _setScreen_fields().
- updated std.currency.class.inc to change deprecated (double) to (float) within flip_currency().
- updated std.search1.inc to change deprecated (double) to (float).
- updated std.table.class.inc to replace deprecated ‘;’ with ‘:’ on case statement.
- updated std.table.class.inc to change deprecated (double) to (float).
- updated std.table.class.inc to fix usage of $this->sql_where within initialise().
- updated std.table.class.inc to fix usage of $sql_from within _sqlAssembleWhereLink().
- updated std.validation.class.inc to change deprecated (double) to (float).
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|