{"id":15027241,"url":"https://github.com/lifenglsf/php_memcached_dll","last_synced_at":"2025-08-14T00:21:04.302Z","repository":{"id":37432689,"uuid":"175411076","full_name":"lifenglsf/php_memcached_dll","owner":"lifenglsf","description":"windows php-memcached dll files","archived":false,"fork":false,"pushed_at":"2024-11-13T23:21:15.000Z","size":208225,"stargazers_count":115,"open_issues_count":1,"forks_count":23,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-09T19:02:01.144Z","etag":null,"topics":["memcached","php","php-memcached","php7","php8","windows"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lifenglsf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-03-13T11:53:11.000Z","updated_at":"2025-01-06T13:23:24.000Z","dependencies_parsed_at":"2023-02-19T01:15:59.253Z","dependency_job_id":"df1b1336-c54c-47f5-a428-891168fb60f1","html_url":"https://github.com/lifenglsf/php_memcached_dll","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/lifenglsf/php_memcached_dll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifenglsf%2Fphp_memcached_dll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifenglsf%2Fphp_memcached_dll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifenglsf%2Fphp_memcached_dll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifenglsf%2Fphp_memcached_dll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lifenglsf","download_url":"https://codeload.github.com/lifenglsf/php_memcached_dll/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifenglsf%2Fphp_memcached_dll/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270338924,"owners_count":24567222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["memcached","php","php-memcached","php7","php8","windows"],"created_at":"2024-09-24T20:06:02.629Z","updated_at":"2025-08-14T00:21:04.217Z","avatar_url":"https://github.com/lifenglsf.png","language":null,"readme":"# php-memcached for windows\r\n * php-memcached dependency libmemcached\r\n\r\n        copy libmemcached.dll to c:\\Windows \r\n        \r\n  \r\n        \r\n * install php-memcached\r\n \r\n    copy php-memcached.dll to you php extension directory\r\n    \r\n    **notice:Note the version of PHP and thread safety whether or not**\r\n    \r\n * memcached_support:\r\n        \r\n    **3.1.4**\r\n    \r\n    |name|is_support|\r\n    ----|----------\r\n    |SASL support|no|\r\n    |Session support|yes|\r\n    |igbinary support|no|\r\n    |json support|yes|\r\n    |msgpack support|no|\r\n    \r\n     **3.1.5**\r\n     \r\n    |name|is_support|\r\n    ----|----------\r\n    |SASL support|no|\r\n    |Session support|yes|\r\n    |igbinary support|yes|\r\n    |json support|yes|\r\n    |msgpack support|yes|\r\n\t\r\n     **pre3.2.0**\r\n     \r\n    |name|is_support|\r\n    ----|----------\r\n    |SASL support|no|\r\n    |Session support|yes|\r\n    |igbinary support|yes|\r\n    |json support|yes|\r\n    |msgpack support|yes|\r\n    \r\n      **3.2.0**\r\n     \r\n    |name|is_support|\r\n    ----|----------\r\n    |SASL support|no|\r\n    |Session support|yes|\r\n    |igbinary support|yes|\r\n    |json support|yes|\r\n    |msgpack support|yes|\r\n    \r\n    **auto-xxx**\r\n     \r\n    |name|is_support|\r\n    ----|----------\r\n    |SASL support|no|\r\n    |Session support|yes|\r\n    |igbinary support|yes|\r\n    |json support|yes|\r\n    |msgpack support|yes|\r\n\r\n\r\nversion\u003e=3.15 \r\n* basic\r\n\r\n    support session and json\r\n* [igbinary](https://pecl.php.net/package/igbinary)\r\n\r\n    support session and json and igbinary\r\n    \r\n    must download igbinary.dll and configure it to php.ini\r\n* [msgpack](https://pecl.php.net/package/msgpack)\r\n    \r\n    support session and json and msgpack\r\n    \r\n    must download msgpack.dll and configure it to php.ini\r\n \r\n    \t\r\nTips:\r\nucrtbased.dll missing copy ucrtbased to system32 or SysWOW64\r\n\r\n## github workflows create directories like auto-3.2.0\r\n## recommend use x64. x86 may be could not worked correctly before pre-3.2.0.\r\n## The pre-release is not a stable version, it is automatically compiled based on the latest php-memcached\r\n    \r\n### Visitors\r\n\r\n![](http://profile-counter.glitch.me/lifenglsf/count.svg)\r\n\r\nTodList\r\n- [x] Automatically compile the base version\r\n- [x] Automatically compile msgpack based versions\r\n- [x] Automatically compile igbinary based versions\r\n- [x] Automatically get latest php-memcached version\r\n- [x] Automatically get latest msgpack version\r\n- [x] Automatically get latest igbinary version\r\n- [x] Automatically get latest supported php version\r\n- [ ] Support libmemcached-awesome \r\n\r\n\r\n\r\n    \r\n     \r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flifenglsf%2Fphp_memcached_dll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flifenglsf%2Fphp_memcached_dll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flifenglsf%2Fphp_memcached_dll/lists"}