/opt/alt/php82/usr/include/php/ext/apcu
NameSizeModeActions
apc.h58860644editdlrm
apc_api.h12610644editdlrm
apc_arginfo.h1130644editdlrm
apc_cache.h133390644editdlrm
apc_globals.h36360644editdlrm
apc_iterator.h38780644editdlrm
apc_lock.h44330644editdlrm
apc_mutex.h22940644editdlrm
apc_serializer.h30330644editdlrm
apc_sma.h56110644editdlrm
apc_stack.h22830644editdlrm
php_apc.h22830644editdlrm
php_apc_legacy_arginfo.h29810644editdlrm
Edit: /opt/alt/php82/usr/include/php/ext/apcu/apc_api.h (1261B)
/* +----------------------------------------------------------------------+ | APCu | +----------------------------------------------------------------------+ | Copyright (c) 2013 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | http://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Joe Watkins | +----------------------------------------------------------------------+ */ #ifndef APC_API_H #define APC_API_H #include "apc.h" #include "apc_lock.h" #include "apc_sma.h" #include "apc_cache.h" #endif