CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 05 Sep 2025 21:03:07 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100221070919
location: https://web.archive.org/web/20100221070919/https://github.com/tricky/php-memcached/tree/master
server-timing: captures_list;dur=0.434451, exclusion.robots;dur=0.015724, exclusion.robots.policy;dur=0.007339, esindex;dur=0.008948, cdx.remote;dur=12.387622, LoadShardBlock;dur=155.899148, PetaboxLoader3.datanode;dur=118.537504
x-app-server: wwwb-app216
x-ts: 302
x-tr: 190
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: Fri, 05 Sep 2025 21:03:08 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 21 Feb 2010 07:09:19 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "97f180bd6e6a75ed3988c87f9c889d74"
x-archive-orig-x-runtime: 221ms
x-archive-orig-content-length: 27985
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: Sun, 21 Feb 2010 07:09:19 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 18 Jan 2010 18:03:09 GMT", ; rel="prev memento"; datetime="Mon, 18 Jan 2010 18:03:09 GMT", ; rel="memento"; datetime="Sun, 21 Feb 2010 07:09:19 GMT", ; rel="last memento"; datetime="Sun, 21 Feb 2010 07:09:19 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_14_20100221034838_crawl101-c/51_14_20100221070838_crawl101.arc.gz
server-timing: captures_list;dur=0.595238, exclusion.robots;dur=0.024714, exclusion.robots.policy;dur=0.010684, esindex;dur=0.014242, cdx.remote;dur=25.506262, LoadShardBlock;dur=579.810385, PetaboxLoader3.datanode;dur=230.308469, PetaboxLoader3.resolve;dur=482.954755, load_resource;dur=183.587730
x-app-server: wwwb-app216
x-ts: 200
x-tr: 871
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
tricky's php-memcached at master - GitHub
This service is courtesy of Pledgie.
tricky / php-memcached forked from phadej/php-memcached
- Source
- Commits
- Network (11)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
memcached extension based on libmemcached library — Read more

Teddy Grenman (author)
Wed Feb 03 07:03:04 -0800 2010
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 [Teddy Grenman] |
![]() |
CREDITS | Fri Feb 13 12:52:20 -0800 2009 | Release 0.1.4. [andreiz] |
![]() |
ChangeLog | Wed Dec 02 14:33:37 -0800 2009 | Update [andreiz] |
![]() |
LICENSE | Sun Dec 14 10:08:59 -0800 2008 | First import [andreiz] |
![]() |
README.markdown | Fri Feb 13 13:04:33 -0800 2009 | Add igbinary link. [andreiz] |
![]() |
config.m4 | Loading commit data... ![]() |
|
![]() |
config.w32 | Sun Dec 14 10:08:59 -0800 2008 | First import [andreiz] |
![]() |
fastlz/ | Thu Nov 26 02:35:32 -0800 2009 | remove svn files [Mikko Koppanen] |
![]() |
memcached-api.php | Tue Dec 29 02:24:09 -0800 2009 | Update api docs. [Teddy Grenman] |
![]() |
memcached.ini | Tue Dec 29 01:14:03 -0800 2009 | Add INI documentation. [Teddy Grenman] |
![]() |
package.xml | Tue Dec 29 01:14:03 -0800 2009 | Add INI documentation. [Teddy Grenman] |
![]() |
php_memcached.c | ||
![]() |
php_memcached.h | Tue Dec 29 01:12:30 -0800 2009 | Add INI option to set the default serializer. ... [Teddy Grenman] |
![]() |
tests/ |
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.