XCache is a fast, stable PHP opcode cacher that has been proven and is now running on production servers under high load.
https://xcache.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
291 B
12 lines
291 B
#ifndef XC_COVERAGER_H_D5BB29AAB992B932E91C70A8C2F5D2B1 |
|
#define XC_COVERAGER_H_D5BB29AAB992B932E91C70A8C2F5D2B1 |
|
|
|
#if _MSC_VER > 1000 |
|
#pragma once |
|
#endif /* _MSC_VER > 1000 */ |
|
|
|
#include "php.h" |
|
|
|
int xc_coverager_startup_module(); |
|
|
|
#endif /* XC_COVERAGER_H_D5BB29AAB992B932E91C70A8C2F5D2B1 */
|
|
|