CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 26 Aug 2025 13:42:07 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100601093105
location: https://web.archive.org/web/20100601093105/https://github.com/andreiz/php-memcached/tree/v0.2.0
server-timing: captures_list;dur=1.132025, exclusion.robots;dur=0.022830, exclusion.robots.policy;dur=0.010200, esindex;dur=0.018917, cdx.remote;dur=147.769284, LoadShardBlock;dur=3279.328495, PetaboxLoader3.datanode;dur=528.824663, PetaboxLoader3.resolve;dur=2628.722159
x-app-server: wwwb-app239
x-ts: 302
x-tr: 3662
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app239; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 26 Aug 2025 13:42:08 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 01 Jun 2010 09:31:05 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "2b65ad9098160ad7ccfbd598a769764a"
x-archive-orig-x-runtime: 85ms
x-archive-orig-content-length: 27682
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 01 Jun 2010 09:31:05 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 20 Jun 2009 03:18:55 GMT", ; rel="prev memento"; datetime="Thu, 01 Apr 2010 13:46:29 GMT", ; rel="memento"; datetime="Tue, 01 Jun 2010 09:31:05 GMT", ; rel="next memento"; datetime="Thu, 26 Aug 2010 10:48:00 GMT", ; rel="last memento"; datetime="Thu, 26 Aug 2010 10:48:00 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_16_20100601080339_crawl101-c/52_16_20100601093004_crawl101.arc.gz
server-timing: captures_list;dur=0.650148, exclusion.robots;dur=0.015913, exclusion.robots.policy;dur=0.007260, esindex;dur=0.013463, cdx.remote;dur=16.798765, LoadShardBlock;dur=457.585500, PetaboxLoader3.datanode;dur=478.836875, PetaboxLoader3.resolve;dur=319.991893, load_resource;dur=625.378007
x-app-server: wwwb-app239
x-ts: 200
x-tr: 1223
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
andreiz's php-memcached at v0.2.0 - GitHub
andreiz / php-memcached
- Source
- Commits
- Network (11)
- Issues (4)
- Downloads (10)
- Wiki (1)
- Graphs
-
Tag:
v0.2.0
click here to add a description
click here to add a homepage

Andrei Zmievski (author)
Thu Jun 04 16:15:36 -0700 2009
name | age | message | |
---|---|---|---|
![]() |
.cvsignore | Wed Feb 04 13:58:47 -0800 2009 | Ignore cscope.out [andrei] |
![]() |
.gitignore | Wed Feb 04 13:58:47 -0800 2009 | Ignore cscope.out [andrei] |
![]() |
CREDITS | Fri Feb 13 12:52:20 -0800 2009 | Release 0.1.4. [Andrei Zmievski] |
![]() |
ChangeLog | Loading commit data... ![]() |
|
![]() |
EXPERIMENTAL | Sun Dec 14 10:08:59 -0800 2008 | First import [Andrei Zmievski] |
![]() |
LICENSE | Sun Dec 14 10:08:59 -0800 2008 | First import [Andrei Zmievski] |
![]() |
README.markdown | Fri Feb 13 13:04:33 -0800 2009 | Add igbinary link. [Andrei Zmievski] |
![]() |
config.m4 | Fri Feb 13 12:43:24 -0800 2009 | Fixed OPT_SERIALIZER values to be integers rath... [Andrei Zmievski] |
![]() |
config.w32 | Sun Dec 14 10:08:59 -0800 2008 | First import [Andrei Zmievski] |
![]() |
memcached-api.php | ||
![]() |
package.xml | ||
![]() |
php_memcached.c | ||
![]() |
php_memcached.h | ||
![]() |
tests/ | Mon Jun 01 13:03:11 -0700 2009 | Merge a number of patches. libmemcached may re... [Andrei Zmievski] |
README.markdown
Description
This extension uses libmemcached library to provide API for communicating with memcached servers.
memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.