CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 05 Sep 2025 10:08:10 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100609195537
location: https://web.archive.org/web/20100609195537/https://github.com/facebook/phpembed
server-timing: captures_list;dur=1.365650, exclusion.robots;dur=0.057139, exclusion.robots.policy;dur=0.035166, esindex;dur=0.019864, cdx.remote;dur=72.612518, LoadShardBlock;dur=878.137740, PetaboxLoader3.resolve;dur=306.302940, PetaboxLoader3.datanode;dur=552.654480
x-app-server: wwwb-app200
x-ts: 302
x-tr: 1044
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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: Fri, 05 Sep 2025 10:08:11 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 09 Jun 2010 19:55:37 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "7750b8119df750dcb2c4639eae50b30c"
x-archive-orig-x-runtime: 69ms
x-archive-orig-content-length: 27793
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: Wed, 09 Jun 2010 19:55:37 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 23 Sep 2009 22:24:29 GMT", ; rel="prev memento"; datetime="Fri, 28 May 2010 18:34:39 GMT", ; rel="memento"; datetime="Wed, 09 Jun 2010 19:55:37 GMT", ; rel="next memento"; datetime="Wed, 28 Jul 2010 09:24:01 GMT", ; rel="last memento"; datetime="Mon, 11 Apr 2022 12:24:22 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: alexa-web-20100609151643-00009/51_16_20100609195440_crawl101.arc.gz
server-timing: captures_list;dur=0.502222, exclusion.robots;dur=0.023170, exclusion.robots.policy;dur=0.013556, esindex;dur=0.009761, cdx.remote;dur=13.784687, LoadShardBlock;dur=351.457063, PetaboxLoader3.resolve;dur=181.992131, PetaboxLoader3.datanode;dur=163.801881, load_resource;dur=179.908209
x-app-server: wwwb-app200
x-ts: 200
x-tr: 650
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
facebook's phpembed at master - GitHub
facebook / phpembed
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (1)
- Wiki (2)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
In order to make embedding PHP truly simple for all of our developers (and indeed the world) we developed this PHPEmbed library which is just a more accessible and simplified API built on top of the PHP SAPI. — Read more

boz (author)
Sun Oct 04 11:43:04 -0700 2009
phpembed /
README
PHPEMBED (Simplified API built on top of PHP SAPI) Andrew Bosworth (boz@facebook.com) Last Modified: 2008-Mar-23 Phpembed is distributed under the Phpembed open source software license. Please see the included LICENSE file. For more information on phpmbed usage see documentation in ./docs Installing phpembed ============================== Pre-Requisites: ================================ php 5.x must be installed with --enable-embed option turned on. [ To enable building of embedded SAPI library ] Building phpembed library: ======================================= NOTE: The phpembed library is just a more accessible and simplified library built on top of of the PHP SAPI. If you are building from the first time out of the source repository, you will need to generate the configure scripts. From the top directory, do: ./bootstrap.sh Once the configure scripts are generated, phpembed can be configured. From the top directory, do: ./configure [ default shared mode] Run ./configure --help to see other configuration options Make phpembed: make Install phpembed as superuser: make install Note: To run bootstrap you may need the following: automake / aclocal -- 1.9.5 autoconf -- 2.59 autoheader -- 2.59 libtool -- 1.5.16