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_OPTIMIZER_H_6614228F428A266C39CDAC30269D9857 |
|
#define XC_OPTIMIZER_H_6614228F428A266C39CDAC30269D9857 |
|
|
|
#if _MSC_VER > 1000 |
|
#pragma once |
|
#endif /* _MSC_VER > 1000 */ |
|
|
|
#include "php.h" |
|
|
|
int xc_optimizer_startup_module(); |
|
|
|
#endif /* XC_OPTIMIZER_H_6614228F428A266C39CDAC30269D9857 */
|
|
|