rhymix/common/framework
Kijin Sung ea5d955072 Use apcu_* functions for APC cache
PHP 7에서는 apcu 확장모듈이 apc의 기능을 제공합니다.
이 때 apcu_* 함수는 존재하지만, apc_* 함수가 존재한다는 보장은 없습니다.
(리눅스 배포판에 따라서는 apcu-bc 패키지를 추가로 설치해야 합니다.)

라이믹스는 PHP 7만을 타겟으로 하므로, apcu_* 함수를 직접 사용하도록
변경하여 apc_* 함수가 존재하지 않는 경우 오류가 발생하지 않도록 합니다.
2018-12-19 16:52:36 +09:00
..
drivers Use apcu_* functions for APC cache 2018-12-19 16:52:36 +09:00
exceptions Commit missing files 2018-09-06 15:35:28 +09:00
filters Move upload file filter to Rhymix Framework and add proper unit tests for SVG-based attacks 2018-10-18 14:34:19 +09:00
helpers Add more safeguards for the possibility of an empty member_srl 2017-02-10 20:59:17 +09:00
parsers Revert "Fix var_export() not working for stdClass in PHP < 7.3" 2018-12-13 18:59:27 +09:00
cache.php Make all cache drivers singleton instances 2016-04-24 16:30:20 +09:00
calendar.php Fix short array syntax and backwards test 2016-03-17 17:41:03 +09:00
config.php Revert "Fix var_export() not working for stdClass in PHP < 7.3" 2018-12-13 18:59:27 +09:00
datetime.php Implement default timezone for domains 2017-03-13 12:51:24 +09:00
debug.php 디버그에서 최후의 수단으로 text를 출력하는 경우에도 상황에 맞는 인코딩 및 escape 처리 2018-12-18 14:36:48 +09:00
exception.php Add basic exception class 2016-02-01 20:11:46 +09:00
formatter.php Fix some obvious compatibility issues with new dependencies 2018-10-18 14:10:02 +09:00
i18n.php Add i18n class and world country list 2016-03-19 15:17:59 +09:00
korea.php Fix syntax error in PHP 5.3 2016-03-19 13:12:25 +09:00
lang.php Unify lang and locale config files 2016-07-03 23:58:11 +09:00
mail.php Fix some obvious compatibility issues with new dependencies 2018-10-18 14:10:02 +09:00
mime.php Add text/markdown MIME type (RFC 7763) 2016-03-23 14:19:25 +09:00
pagination.php Add pagination class 2016-03-17 19:46:32 +09:00
password.php Standardize password hashing work factor to 10 by default 2017-02-15 11:34:39 +09:00
security.php Throw exception if neither openssl nor mcrypt is available 2018-12-03 15:10:20 +09:00
session.php Change Context::isAlwaysSSL() to config('session.use_ssl_cookies') 2018-08-06 01:23:22 +09:00
sms.php Allow adding arbitrary extra vars to SMS 2016-12-03 16:41:02 +09:00
storage.php Revert "Fix var_export() not working for stdClass in PHP < 7.3" 2018-12-13 18:59:27 +09:00
timer.php Fix short array syntax 2016-03-17 17:33:58 +09:00
ua.php 업로드 파일명 처리 관련 버그 수정 2018-07-20 19:14:36 +09:00
url.php Remove invalid characters from REQUEST_URI 2018-07-31 19:08:02 +09:00