The PHP Interpreter
Go to file
2006-07-18 22:45:56 +00:00
build bump year and license version 2006-01-01 13:10:10 +00:00
ext MFB: Fixed memory leak 2006-07-18 22:45:56 +00:00
main New memory manager 2006-07-18 09:08:06 +00:00
netware bump year and license version 2006-01-01 13:10:10 +00:00
regex switch to ansi declaration so that vs.net 2005 groks it. 2005-07-29 23:31:59 +00:00
sapi New memory manager 2006-07-18 09:08:06 +00:00
scripts If the $PHP_AUTOCONF and $PHP_AUTOHEADER environmental variables are set 2006-07-17 01:17:00 +00:00
tests typofix 2006-07-17 10:08:07 +00:00
TSRM - Fixed bug #36909 (ld: Undefined symbols: _lchown) 2006-04-10 11:56:04 +00:00
win32 New memory manager 2006-07-18 09:08:06 +00:00
Zend Implement varargs parameter parsing. See README for examples. 2006-07-18 22:07:20 +00:00
.gdbinit - Provide user func printztype to retrieve the name of a zval type 2006-05-22 19:43:15 +00:00
acconfig.h.in
acinclude.m4 Fixed that configure bails out on wrong flex version. Now a wrong flex version 2006-06-16 08:00:23 +00:00
buildconf - Remove unused lines 2005-11-29 22:26:07 +00:00
buildconf.bat
ChangeLog ChangeLog update 2006-07-18 01:31:06 +00:00
ChangeLog.1999.gz
ChangeLog.2000.gz
ChangeLog.2001.gz
ChangeLog.2002.gz
ChangeLog.2003.gz
ChangeLog.2004.gz - Compressed 2004 Changelog 2005-01-10 15:07:51 +00:00
ChangeLog.2005.gz 2005 -> 2006 2006-01-01 12:17:46 +00:00
CODING_STANDARDS \# Damn ! 2005-12-22 20:27:03 +00:00
config.guess MFB51: Update bundled libtool to version 1.5.20 2005-11-29 21:33:12 +00:00
config.sub MFB51: Update bundled libtool to version 1.5.20 2005-11-29 21:33:12 +00:00
configure.in MFB: sys_getloadavg() 2006-06-26 20:28:30 +00:00
CREDITS
cvsclean
cvsclean.bat
EXTENSIONS - Add missing entry 2006-07-09 22:57:54 +00:00
footer
genfiles More files to have #line directives stripped for release 2005-11-08 20:21:35 +00:00
header bump year and license version 2006-01-01 13:10:10 +00:00
INSTALL more cleanup (lingering ini settings which do not exist anymore, etc.) 2006-04-10 15:09:15 +00:00
LICENSE 2005 -> 2006 2006-01-01 12:17:46 +00:00
ltmain.sh MFB51: Update bundled libtool to version 1.5.20 2005-11-29 21:33:12 +00:00
makedist Download pear phar file when making a distribution package 2006-05-12 14:54:16 +00:00
Makefile.frag - Silence unnecessary output 2005-10-16 20:41:02 +00:00
Makefile.gcov Patch from Nuno 2006-06-09 23:46:43 +00:00
Makefile.global Separate suffixes of shared libraries that we link against and the ones 2006-04-08 17:34:57 +00:00
makerpm php3 is dead 2005-12-04 23:27:23 +00:00
NEWS patch merged into 5_2 2006-07-18 14:59:35 +00:00
php5.spec.in
php.gif change these in HEAD too 2006-03-07 16:47:19 +00:00
php.ini-dist unicode_semantics -> unicode.semantics 2006-06-28 15:07:14 +00:00
php.ini-recommended unicode_semantics -> unicode.semantics 2006-06-28 15:07:14 +00:00
README.CVS-RULES - Update 2006-05-21 09:12:41 +00:00
README.EXT_SKEL
README.EXTENSIONS
README.input_filter - Fix docs 2005-12-06 02:30:04 +00:00
README.NEW-OUTPUT-API - update TS macro usage 2006-06-03 11:22:59 +00:00
README.PARAMETER_PARSING_API Implement varargs parameter parsing. See README for examples. 2006-07-18 22:07:20 +00:00
README.PEAR - if questions, rtfm 2005-08-15 22:18:15 +00:00
README.PHP4-TO-PHP5-THIN-CHANGES
README.QNX
README.SELF-CONTAINED-EXTENSIONS
README.STREAMS
README.SUBMITTING_PATCH
README.TESTING
README.TESTING2
README.UNICODE Typos 2006-07-11 23:05:33 +00:00
README.UNICODE-UPGRADES unicode_semantics -> unicode.semantics 2006-06-28 15:07:14 +00:00
README.UNIX-BUILD-SYSTEM
README.UPDATING_TO_PHP6 typo 2006-03-30 14:08:38 +00:00
README.WIN32-BUILD-SYSTEM
README.Zeus
run-tests.php MFB: valgrind args change 2006-07-17 11:46:12 +00:00
server-tests-config.php - Fix filename 2005-09-19 19:03:38 +00:00
server-tests.php So long safe_mode mode. 2006-03-08 14:41:45 +00:00
snapshot
stamp-h.in
stub.c
TODO *** empty log message *** 2005-11-20 02:27:49 +00:00
TODO-5.1 test commit 2005-12-11 04:50:47 +00:00
TODO-PHP5
unicode-gotchas.txt Add note about md5(). 2006-03-03 22:46:55 +00:00
unicode-issues.txt Unicode support. 2005-08-11 23:36:07 +00:00
unicode-progress.txt *** empty log message *** 2006-07-17 22:18:08 +00:00
unicode-todo.txt *** empty log message *** 2006-07-17 19:19:09 +00:00

Using PHP 5 with the Zeus Web Server
-----------------------------------

Zeus fully supports running PHP in combination with our
webserver. There are three different interfaces that can be used to
enable PHP:

* CGI
* ISAPI
* FastCGI

Of the three, we recommend using FastCGI, which has been tested and
benchmarked as providing the best performance and reliability.

Full details of how to install PHP are available from our
website, at:

http://support.zeus.com/products/php.html

If you have any problems, please check the support site for more
up-to-date information and advice.


Quick guide to installing CGI/FastCGI with Zeus
-----------------------------------------------

Step 1 - Compile PHP as FastCGI.

Compile as follows:
        ./configure --enable-fastcgi
        make

Note that PHP has many options to the configure script -
e.g. --with-mysql. You will probably want to select your usual options
before compiling; the above is just a bare minimum, for illustration.

After compilation finishes, you will be left with an executable
program called 'php'. Copy this into your document root, under a
dedicated FastCGI directory (e.g. $DOCROOT/fcgi-bin/php)


Step 2 - configure Zeus

Four stages:
        -  enable FastCGI
        -  configure FastCGI
        -  setup alias for FastCGI
        -  setup alias for PHP

1) Using the admin server, go to the 'module configuration' page for
your virtual server, and ensure that 'fastcgi' is enabled (select the
tickbox to the left).

2) While we can run FastCGI's locally, there are known problems with
some OS's (specifically, the communication between web server and
FastCGI happens over a unix domain socket, and some OS's have trouble
sustaining high connection rates over these sockets). So instead, we
are going to set up the PHP FastCGI to run 'remotely' over localhost
(this uses TCP sockets, which do not suffer this problem). Go to the
'fastcgi configuration' page, and under 'add remote fastcgi':
        Add Remote FastCGI
                Docroot path            /fcgi-bin/php
                Remote machine          localhost:8002
The first entry is where you saved PHP, above.
The second entry is localhost:<any unused port>
We will start the FastCGI listening on this port shortly.
Click 'update' to commit these changes.

3) Go to the path mapping module and add an alias for FastCGI:
        Add Alias
                Docroot path            /fcgi-bin
                Filesystem directory    /path/to/docroot/fcgi-bin
                Alias type              fastcgi
Click 'update' to commit these changes

4) Also on the path mapping module, add a handler for PHP:
        Add handler
                File extension          php
                Handler                 /fcgi-bin/php
Click 'update' to commit these changes

Finally restart your virtual server for these changes to take effect.


Step 3 - start PHP as a FastCGI runner

When you start PHP, it will pre-fork a given number of child processes
to handle incoming PHP requests. Each process will handle a given
number of requests before exiting (and being replaced by a newly
forked process). You can control these two parameters by setting the
following environment variables BEFORE starting the FastCGI runner:

PHP_FCGI_CHILDREN - the number of child processes to pre-fork. This
variable MUST be set, if not then the PHP will not run as a FastCGI.
We recommend a value of 8 for a fairly busy site. If you have many,
long-running PHP scripts, then you may need to increase this further.

PHP_FCGI_MAX_REQUESTS - the number of requests each PHP child process
handles before exiting. If not set, defaults to 500.

To start the FastCGI runner, execute '$ZEUSHOME/web/bin/fcgirunner
8002 $DOCROOT/fcgi-bin/php'.  Substitute the appropriate values for
$ZEUSHOME and $DOCROOT; also substitute for 8002 the port you chose,
above.

To stop the runner (e.g. to experiment with the above environment
variables) you will need to manually stop and running PHP
processes. (Use 'ps' and 'kill'). As it is PHP which is forking lots
of children and not the runner, Zeus unfortunately cannot keep track
of what processes are running, sorry. A typical command line may look
like 'ps -efl | grep $DOCROOT/fcgi-bin/php | grep -v grep | awk
'{print $4}' | xargs kill'