PHP Agent 2.1.0
2021-03-10
업데이트
Tibero 지원
Tibero 연결을 지원합니다. odbc 모듈을 사용한 프로파일정보를 수집합니다.
아래 함수를 대상으로 TIbero 연동 정보를 수집합니다.
-
odbc_connect
-
odbc_pconnect
-
odbc_exec
-
odbc_prepare
-
odbc_execute
-
odbc_error
-
odbc_errormsg
-
odbc_close
odbc 라이브러리 오류 내용 수집 설정입니다.
whatap.profile_odbc_return_enabled
-
Default : True
Type : BooleanTrue : 라이브러리 함수의 결과가 False 일때 오류로 표기하는 기능을 활성화.
예) whatap.profile_odbc_return_enabled=true
whatap.profile_odbc_error_info_enabled
-
Default : True
Type : BooleanTrue : 라이브러리 함수의 결과값이 False 일때 에러 메세지 정보 수집하는 기능을 활성화
위 return_enabled 설정이 false 인 경우는 적용되지 않습니다.예) whatap.profile_odbc_error_info_enabled=true
whatap.profile_odbc_error_ignore_empty
-
Default : True
Type : BooleanFalse :오류 코드 또는 오류 메세시 내용이 없을 때 정상 결과로 표기.
위 return_enabled 설정이 false 인 경우는 적용되지 않습니다.예) whatap.profile_odbc_error_ignore_empty=true