CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 12:55:55 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100603205733
location: https://web.archive.org/web/20100603205733/https://github.com/andreiz/php-memcached/tree/v0.1.3
server-timing: captures_list;dur=1.023777, exclusion.robots;dur=0.031915, exclusion.robots.policy;dur=0.012288, esindex;dur=0.017682, cdx.remote;dur=7.908659, LoadShardBlock;dur=170.046736, PetaboxLoader3.datanode;dur=79.996299
x-app-server: wwwb-app216
x-ts: 302
x-tr: 217
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app216; 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: Sun, 24 Aug 2025 12:55:56 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 03 Jun 2010 20:57:33 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "a1eacb470c33ef6419d8f85e2bd8a086"
x-archive-orig-x-runtime: 109ms
x-archive-orig-content-length: 27727
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: Thu, 03 Jun 2010 20:57:33 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 03 Mar 2009 03:31:21 GMT", ; rel="prev memento"; datetime="Thu, 01 Apr 2010 13:46:24 GMT", ; rel="memento"; datetime="Thu, 03 Jun 2010 20:57:33 GMT", ; rel="next memento"; datetime="Thu, 26 Aug 2010 10:47:50 GMT", ; rel="last memento"; datetime="Thu, 26 Aug 2010 10:47:50 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_20100603192114_crawl103_IndexOnly-c/52_16_20100603205549_crawl101.arc.gz
server-timing: captures_list;dur=0.475824, exclusion.robots;dur=0.016132, exclusion.robots.policy;dur=0.008680, esindex;dur=0.009583, cdx.remote;dur=20.903181, LoadShardBlock;dur=166.638643, PetaboxLoader3.datanode;dur=130.932599, PetaboxLoader3.resolve;dur=99.198872, load_resource;dur=109.398644
x-app-server: wwwb-app216
x-ts: 200
x-tr: 353
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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.1.3 - GitHub
andreiz / php-memcached
- Source
- Commits
- Network (11)
- Issues (4)
- Downloads (10)
- Wiki (1)
- Graphs
-
Tag:
v0.1.3
click here to add a description
click here to add a homepage

Andrei Zmievski (author)
Fri Feb 06 13:24:41 -0800 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 | Sun Dec 14 10:08:59 -0800 2008 | First import [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 | Wed Feb 04 14:22:25 -0800 2009 | Fix markdown. [Andrei Zmievski] |
![]() |
config.m4 | Sat Jan 17 20:45:14 -0800 2009 | Fix libmemcached dir detection. [Andrei Zmievski] |
![]() |
config.w32 | Sun Dec 14 10:08:59 -0800 2008 | First import [Andrei Zmievski] |
![]() |
memcached-api.php | Fri Feb 06 10:52:03 -0800 2009 | Forgot getStats(). [Andrei Zmievski] |
![]() |
package.xml | ||
![]() |
php_memcached.c | ||
![]() |
php_memcached.h | ||
![]() |
tests/ | Wed Jan 28 17:30:23 -0800 2009 | Add options test. [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.