2025-07-30 16:30:53 -07:00
2009-11-26 10:35:32 +00:00
2023-04-27 08:32:10 -07:00
2022-08-30 12:41:08 -07:00
2009-02-13 12:52:20 -08:00
2024-10-17 19:50:29 +02:00
2015-02-03 08:02:42 -08:00
2025-07-15 10:56:33 -07:00
2024-10-17 19:50:29 +02:00
2018-11-14 16:27:53 -08:00

Build Steps for Windows
-------------------------

Follow https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2#building_pecl_extensions

- Add igbinary module to pecl directory if support desired
- Download/Compile libmemcached & add to deps folders (includes & lib). Lib should be named memcache.lib
	- Important for 32bit: libmemcached must be built with _USE_32BIT_TIME_T defined (confirmed on PHP 7.2, VC15)
	- https://github.com/yshurik/libmemcached-win/tree/1.0.18 is confirmed working
	- To use the dll on the releases page you'd likely need to change the header files to use __time64_t instead of time_t
- Enable all options desired: --enable-memcached=shared --enable-memcached-session --enable-memcached-json
	- for igbinary, add --enable-memcached-igbinary --enable-igbinary=shared
- Run nmake
Description
No description provided
Readme 1.7 MiB
Languages
C 57%
PHP 39%
M4 3.6%
JavaScript 0.4%