Re: Re: Need php_wincache.dll for PHP 5.4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Pierre Joye in php.windows (Tue, 8 May 2012 09:28:37 +0200):
>why don't you ask the authors directly instead of using random binaries?

It seems you are (maybe without knowing it) one of those authors. The
1.3.0RC1 of the PECL wincache sources contained the line:

ADD_EXTENSION_DEP('memcache', 'session');

This caused the error about an undefined PHP_MEMCACHE_SHARED. Of course,
the line had to be

ADD_EXTENSION_DEP('wincache', 'session');

The offending line was exactly the same as the one in
http://svn.php.net/viewvc/pecl/memcache/trunk/config.w32?view=markup

Jan

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux