This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
php_app /
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
php.app | ||
| |
php.erl | Mon Nov 09 16:53:15 -0800 2009 | |
| |
php.html | Fri Feb 06 01:34:30 -0800 2009 | |
| |
php_app.erl | Fri Feb 06 01:34:30 -0800 2009 | |
| |
php_eval.erl | Mon Nov 09 16:53:15 -0800 2009 | |
| |
php_sup.erl | Mon Nov 09 16:53:15 -0800 2009 | |
| |
php_util.erl | Mon Nov 09 16:53:15 -0800 2009 |
README
php_app - PHP eval server for Erlang/OTP
Requires Unix/Linux due to dependency on `ps` command to test PHP memory usage.
To compile in erl shell:
make:all().
To configure, edit php.app.
To start,
erl -s php
or
php:start().
To use,
php:eval("echo 'Hello, World!'").







