Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
5.6.31
:
extensions
>
php5-pecl-memcache-stable
> memcache-sessiondep.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File memcache-sessiondep.patch of Package php5-pecl-memcache-stable
Index: config9.m4 =================================================================== RCS file: /repository/pecl/memcache/config9.m4,v retrieving revision 1.5 diff -u -r1.5 config9.m4 --- config9.m4 4 Jun 2007 18:44:09 -0000 1.5 +++ config9.m4 19 Jun 2007 03:49:08 -0000 @@ -93,7 +93,7 @@ PHP_NEW_EXTENSION(memcache, memcache.c memcache_session.c memcache_standard_hash.c memcache_consistent_hash.c, $ext_shared,,-I$session_inc_path) ifdef([PHP_ADD_EXTENSION_DEP], [ - PHP_ADD_EXTENSION_DEP(memcache, session) + PHP_ADD_EXTENSION_DEP(memcache, session, true) ]) else AC_MSG_RESULT([disabled])