PHP Agent v2.8.0
June 19, 2024
-
New
Supported linux aarch64. -
Changed
Used the security.conf file instead of paramkey.txtIt uses the value of the
paramkey
key in the previous security.conf file. The default value has been changed toWHATAP
instead of a random value. If "WHATAP" is specified, decryption is enabled without entering a key. -
Changed
Changed the normalization option setting for SQL statements.-
Always enable normalization by separating parameters in SQL statements. Always set the
whatap.trace_sql_normalize_enabled
option totrue
. -
If you have already disabled the normalization option (disable normalization), activate the setting to normalize and display parameters separately.
- Set the
whatap.profile_sql_param_enabled
option totrue
. - Normalized parameters are separately encrypted and collected.
- You can check the data by decrypting it with
paramkey
in security.conf.
- Set the
-