rhymix/common/framework/parsers
Kijin Sung 8c161bc28d Various fixes to improve PHP 8.0 compatibility
- XmlParser 클래스가 PHP 내장 클래스가 되어버려서 XeXmlParser로 변경
- 함수나 파라미터의 형태가 맞지 않아서 치명적인 오류 나는 곳 수정
- undefined 변수 및 배열 키 다수 수정 (치명적인 오류는 아님)
- 계속 수정중...
2020-10-31 00:25:26 +09:00
..
dbquery Various fixes to improve PHP 8.0 compatibility 2020-10-31 00:25:26 +09:00
dbtable Support index options 2020-07-11 18:00:36 +09:00
baseparser.php Clean up editor module 2020-07-09 16:37:04 +09:00
configparser.php Remove use_ssl attribute from module.xml 2020-07-03 00:50:14 +09:00
dbqueryparser.php Fix incorrect detection of update-duplicate attribute 2020-07-06 20:07:57 +09:00
dbtableparser.php Allow escaping column type with a backslash to use literal DB type, e.g. date 2020-10-22 01:15:23 +09:00
editorcomponentparser.php Clean up editor module 2020-07-09 16:37:04 +09:00
langparser.php Revert "Fix var_export() not working for stdClass in PHP < 7.3" 2018-12-13 18:59:27 +09:00
moduleactionparser.php Reorganize method/route parser order 2020-10-27 21:39:36 +09:00
moduleinfoparser.php Fix error handling issues 2020-06-30 12:16:59 +09:00
xmlrpcparser.php Add XMLRPCParser class to parse XE-compatible XML requests 2020-07-03 00:03:58 +09:00