rhymix/classes
Kijin Sung 1a204d8c52 Completely disable Debug logging if it is not enabled for the current user
관리자 또는 특정 IP에서만 디버그 기능을 사용하도록 설정된 경우,
그 밖의 요청에서는 어떤 에러메시지, 쿼리, 트리거 소요시간 등의 기록도
디버그 클래스에 저장하지 않도록 변경합니다.

워닝이 많이 발생하는 PHP 8.0에서는 20~30%의 성능 개선 효과가 있습니다.
2021-01-07 02:51:43 +09:00
..
cache Add Cache::getDriverName() and clean up confusing method names 2016-04-24 16:02:54 +09:00
context Support calling Context::loadFile() with just a filename 2021-01-06 23:07:16 +09:00
db Remove legacy DB classes and XML query parser classes 2020-06-30 12:20:12 +09:00
display Completely disable Debug logging if it is not enabled for the current user 2021-01-07 02:51:43 +09:00
editor Convert Object class to BaseObject in core classes 2017-11-27 22:34:28 +09:00
extravar Fix warning in PHP 8.0 2020-12-22 22:28:17 +09:00
file Completely disable Debug logging if it is not enabled for the current user 2021-01-07 02:51:43 +09:00
frontendfile Various fixes to remove warnings in PHP 8.0 2020-12-15 00:18:42 +09:00
handler copyright add to php files 2013-11-08 05:52:51 +00:00
httprequest Convert Object class to BaseObject in core classes 2017-11-27 22:34:28 +09:00
mail Use egulias/EmailValidator to validate email addresses 2018-10-18 14:16:12 +09:00
mobile Various fixes to improve PHP 8.0 compatibility 2020-10-31 00:25:26 +09:00
module Completely disable Debug logging if it is not enabled for the current user 2021-01-07 02:51:43 +09:00
object Fix misc warnings in PHP 8.0 2020-12-13 21:21:10 +09:00
page PHP 5 방식의 생성자 (__construct) 사용 2015-04-01 11:30:04 +09:00
security Fix outdated use of REMOTE_ADDR instead of RX_CLIENT_IP 2020-12-18 15:10:30 +09:00
template Various fixes to remove warnings in PHP 8.0 2020-12-15 00:18:42 +09:00
validator Convert all instances of _XE_PATH_, __XE_VERSION__, etc. to Rhymix constants 2020-12-18 15:21:23 +09:00
widget copyright add to php files 2013-11-08 05:52:51 +00:00
xml Convert all instances of _XE_PATH_, __XE_VERSION__, etc. to Rhymix constants 2020-12-18 15:21:23 +09:00