[php-maint] php5-xcache

Yan Morin progysm at gmail.com
Thu Mar 15 23:21:28 UTC 2012


This patch is already inside the deb package...

Le 2012-03-15 14:45, Lior Kaplan a écrit :
> On Thu, Mar 15, 2012 at 8:20 PM, Yan Morin <progysm at gmail.com
> <mailto:progysm at gmail.com>> wrote:
>
>     It does like my deb compilation, it generates for files cache
>     PHP Fatal error:  Call to undefined function (null)()
>
>     and die for variable cache
>
>     with
>     php5                                    5.4.0-2
>     php5-xcache                             1.3.2-1.1+b1
>     libapache2-mod-php5                     5.4.0-2
>
>     But maybe it's more a bug of the library itself.
>     http://xcache.lighttpd.net/ticket/271
>
>
> This patch should make things work with PHP 5.4
> --- xcache-1.3.2.orig/xcache.h
> +++ xcache-1.3.2/xcache.h
> @@ -21,7 +21,7 @@
>  #include "lock.h"
>  
>  #define HAVE_INODE
> -#if !defined(ZEND_ENGINE_2_4) && (PHP_MAJOR_VERSION == 5 &&
> PHP_MINOR_VERSION == 3 && PHP_RELEASE_VERSION >= 99 ||
> PHP_MAJOR_VERSION > 5)
> +#if !defined(ZEND_ENGINE_2_4) && (PHP_MAJOR_VERSION == 5 &&
> PHP_MINOR_VERSION == 4 || PHP_MAJOR_VERSION > 5)
>  #    define ZEND_ENGINE_2_4
>  #endif
>  #if !defined(ZEND_ENGINE_2_3) && (PHP_MAJOR_VERSION == 5 &&
> PHP_MINOR_VERSION == 3 || defined(ZEND_ENGINE_2_4))

-- 
Yan Morin
Consultant en Logiciel Libre de Progysm
progysm at gmail.com
http://progysm.com/
819 499-0616

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-php-maint/attachments/20120315/c97c99e9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: progysm.vcf
Type: text/x-vcard
Size: 521 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-php-maint/attachments/20120315/c97c99e9/attachment.vcf>


More information about the pkg-php-maint mailing list