rhymix/common/framework/drivers
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
..
cache Use apcu_* functions for APC cache 2018-12-19 16:52:36 +09:00
mail Fix some obvious compatibility issues with new dependencies 2018-10-18 14:10:02 +09:00
sms Allow adding arbitrary extra vars to SMS 2016-12-03 16:41:02 +09:00
cacheinterface.php Make all cache drivers singleton instances 2016-04-24 16:30:20 +09:00
mailinterface.php Add SPF and DKIM hints for each sending method 2016-05-19 14:11:55 +09:00
smsinterface.php Minor adjustments to make configuration easier 2016-11-12 15:17:32 +09:00