X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=php5-apc.git;a=blobdiff_plain;f=apc_php.h;h=126352533fde009de79065b3d137f2eee1c40834;hp=fa1e4d4de7107c05936c61f0601294833788acac;hb=10aea07a14325aa0bfb5fe75ddcf19432c6e2c64;hpb=3682e0a7a26931aabca2b6e54eb08efd7dc0430b diff --git a/apc_php.h b/apc_php.h index fa1e4d4..1263525 100644 --- a/apc_php.h +++ b/apc_php.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | APC | +----------------------------------------------------------------------+ - | Copyright (c) 2006 The PHP Group | + | Copyright (c) 2008 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 | @@ -29,7 +29,7 @@ */ -/* $Id: apc_php.h,v 3.10 2006/11/16 20:24:48 gopalv Exp $ */ +/* $Id: apc_php.h,v 3.10.2.2 2008/05/11 18:57:00 rasmus Exp $ */ #ifndef APC_PHP_H #define APC_PHP_H @@ -47,6 +47,9 @@ #include "zend_hash.h" #include "zend_extensions.h" +#if ZEND_MODULE_API_NO > 20060613 +#define ZEND_ENGINE_2_3 +#endif #if ZEND_MODULE_API_NO > 20050922 #define ZEND_ENGINE_2_2 #endif