CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 25 Aug 2025 08:04:38 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100506182821
location: https://web.archive.org/web/20100506182821/https://github.com/andreiz/php-memcached
server-timing: captures_list;dur=0.833329, exclusion.robots;dur=0.034258, exclusion.robots.policy;dur=0.020254, esindex;dur=0.013210, cdx.remote;dur=31.075879, LoadShardBlock;dur=190.985714, PetaboxLoader3.datanode;dur=82.126223, PetaboxLoader3.resolve;dur=34.145989
x-app-server: wwwb-app200
x-ts: 302
x-tr: 322
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app200; 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: Mon, 25 Aug 2025 08:04:39 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 06 May 2010 18:28:20 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "50e10ca91482e95358a9bb112dd844b5"
x-archive-orig-x-runtime: 140ms
x-archive-orig-content-length: 28509
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, 06 May 2010 18:28:21 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 03 Feb 2009 08:17:31 GMT", ; rel="prev memento"; datetime="Tue, 20 Apr 2010 01:24:02 GMT", ; rel="memento"; datetime="Thu, 06 May 2010 18:28:21 GMT", ; rel="next memento"; datetime="Sat, 12 Jun 2010 19:27:46 GMT", ; rel="last memento"; datetime="Mon, 22 Apr 2024 02:30:42 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: 51_15_20100506063850_crawl103-c/51_15_20100506182744_crawl101.arc.gz
server-timing: captures_list;dur=0.485291, exclusion.robots;dur=0.020221, exclusion.robots.policy;dur=0.012411, esindex;dur=0.009386, cdx.remote;dur=5.335331, LoadShardBlock;dur=448.207245, PetaboxLoader3.datanode;dur=165.388606, PetaboxLoader3.resolve;dur=402.375911, load_resource;dur=131.405367
x-app-server: wwwb-app200
x-ts: 200
x-tr: 656
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 master - GitHub
andreiz / php-memcached
- Source
- Commits
- Network (12)
- Issues (3)
- Downloads (10)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.cvsignore | Wed Feb 04 13:58:47 -0800 2009 | Ignore cscope.out [andrei] |
![]() |
.gitignore | Thu Dec 31 01:02:41 -0800 2009 | Ignore tmp-php.ini [tricky] |
![]() |
CREDITS | Fri Feb 13 12:52:20 -0800 2009 | Release 0.1.4. [Andrei Zmievski] |
![]() |
ChangeLog | Fri Feb 05 14:11:40 -0800 2010 | OPT_MAX is no longer there. [andreiz] |
![]() |
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 05 09:11:36 -0800 2010 | fix zlib detection [Mikko Koppanen] |
![]() |
config.w32 | Sun Dec 14 10:08:59 -0800 2008 | First import [Andrei Zmievski] |
![]() |
fastlz/ | Thu Nov 26 02:35:32 -0800 2009 | remove svn files [Mikko Koppanen] |
![]() |
memcached-api.php | Fri Feb 05 07:01:29 -0800 2010 | added missing constant [Mikko Koppanen] |
![]() |
memcached.ini | Tue Dec 29 01:14:03 -0800 2009 | Add INI documentation. [tricky] |
![]() |
package.xml | Fri Feb 05 09:11:24 -0800 2010 | added missing files. up the version [Mikko Koppanen] |
![]() |
php_memcached.c | Mon May 03 15:30:32 -0700 2010 | Fix memcached_server_list() problem. [andreiz] |
![]() |
php_memcached.h | Tue Dec 29 01:12:30 -0800 2009 | Add INI option to set the default serializer. ... [tricky] |
![]() |
tests/ | Fri Feb 05 06:58:49 -0800 2010 | some merge artifacts were left [Mikko Koppanen] |
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.