rhymix/common
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
..
css Add rhymix aliases to XE CSS classes 2018-08-05 01:50:39 +09:00
defaults Add file.folder_structure setting to simplify file storage hierarchy 2018-10-18 16:06:53 +09:00
framework Use apcu_* functions for APC cache 2018-12-19 16:52:36 +09:00
img Disable autoplay of multimedia thumbnail #677 #843 2017-06-28 16:32:01 +09:00
js #2314 #2284 이슈에서 수정했던 jquery.fileupload 플러그인의 Safari 호환성 문제 해결 코드로 인해 d&d 파일 업로드가 실패하는 문제 수정 2018-10-18 09:59:23 +09:00
lang Throw exception if neither openssl nor mcrypt is available 2018-12-03 15:10:20 +09:00
libraries Implement new Password class and related unit tests 2016-03-13 22:08:56 +09:00
manual/server_config Fix nginx rewrite rules to be compatible with external folders 2018-10-09 09:56:05 +09:00
scripts Add script to delete old logs 2018-11-20 15:31:34 +09:00
tpl Revert "Fix var_export() not working for stdClass in PHP < 7.3" 2018-12-13 18:59:27 +09:00
autoload.php Remove index hint classes for MS SQL and Cubrid 2018-06-30 15:31:00 +09:00
constants.php Version 1.9.9 2018-12-18 17:45:03 +09:00
functions.php Revert "Fix var_export() not working for stdClass in PHP < 7.3" 2018-12-13 18:59:27 +09:00
legacy.php Remove invalid characters from REQUEST_URI 2018-07-31 19:08:02 +09:00