The PHP Interpreter
Go to file
2008-07-30 13:57:47 +00:00
build Fix bug #44443 (cvsclean fails on Darwin 9) 2008-03-17 15:21:58 +00:00
ext We can afford a larger stack here and other json parsers out there 2008-07-30 13:57:47 +00:00
main - silent warning with vc8 + dbg mode 2008-07-28 11:35:36 +00:00
netware Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
sapi make it compatible with PHP 6.0 using new php output API 2008-07-30 00:07:29 +00:00
scripts MFB: - Fixed the fix for not requiring C++ always 2008-07-27 20:48:26 +00:00
tests . Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) 2008-07-26 15:31:38 +00:00
TSRM Fix bug when command is quoted and parameters are quoted during call to exec, the result is that cmd.exe /c strips the first and last quote. 2008-05-29 11:30:10 +00:00
win32 - not here anymore (old crypt implementation) 2008-07-28 11:51:28 +00:00
Zend - New test 2008-07-30 12:26:37 +00:00
.gdbinit - Improve/fix debugging experience 2008-07-13 21:26:53 +00:00
acconfig.h.in
acinclude.m4 set GCC to "no" if ICC was detected 2008-07-24 14:17:21 +00:00
buildconf - Made build system less dependant for the PHP major version to also 2007-07-26 22:45:22 +00:00
buildconf.bat - pass parameters to buildconf.bat over to buildconf.js (#43281) 2007-11-14 01:42:01 +00:00
ChangeLog ChangeLog update 2008-07-30 01:31:56 +00:00
ChangeLog.1999.gz
ChangeLog.2000.gz
ChangeLog.2001.gz
ChangeLog.2002.gz
ChangeLog.2003.gz
ChangeLog.2004.gz
ChangeLog.2005.gz
CODING_STANDARDS - fixed unexpected emphasis in reST parsing due to use of * 2007-11-24 13:55:20 +00:00
config.guess
config.sub
configure.in - Fixed the fix for not requiring C++ always 2008-07-27 15:05:22 +00:00
CREDITS
cvsclean
cvsclean.bat
EXTENSIONS MFB: once is enough 2008-07-07 17:59:52 +00:00
footer
genfiles MFB53: genfiles update 2008-03-26 15:05:39 +00:00
header correct year and version 2008-07-26 22:21:12 +00:00
INSTALL Rename php5 module to php6. Remove version number from 2007-01-10 23:46:09 +00:00
LICENSE
ltmain.sh
makedist
Makefile.frag MFB 5.3: Rest of the changes for re2c merge 2008-03-26 14:46:17 +00:00
Makefile.gcov - Exclude bundled libs from gcov processing 2008-07-29 08:10:31 +00:00
Makefile.global - Removed ntest and utest 2008-06-09 19:27:43 +00:00
makerpm Rename php5 module to php6. Remove version number from 2007-01-10 23:46:09 +00:00
NEWS - Closures come in 5.3 2008-07-14 10:06:21 +00:00
php5.spec.in
php.gif
php.ini-dist Sync oci8.default_prefetch example value with recent change 2008-07-27 16:35:56 +00:00
php.ini-recommended Sync oci8.default_prefetch example value with recent change 2008-07-27 16:35:56 +00:00
README.CVS-RULES - 5.2 is only for bug fixes 2007-11-24 13:52:19 +00:00
README.EXT_SKEL
README.EXTENSIONS
README.input_filter
README.MAILINGLIST_RULES - mention rfc 1855 2008-01-17 14:37:58 +00:00
README.namespaces T_IMPORT -> T_USE 2007-11-07 09:14:06 +00:00
README.NEW-OUTPUT-API - revise output handler alias API 2006-08-30 07:39:09 +00:00
README.PARAMETER_PARSING_API - Clarify the difference with * and + args 2007-11-06 09:48:14 +00:00
README.PEAR Apparenty go-pear no longer exists (bug#44699) 2008-04-11 21:53:37 +00:00
README.PHP4-TO-PHP5-THIN-CHANGES
README.QNX
README.RELEASE_PROCESS updated due to the creation of the primary testers mailinglist 2008-03-14 21:52:09 +00:00
README.SELF-CONTAINED-EXTENSIONS
README.STREAMS
README.SUBMITTING_PATCH
README.TESTING
README.TESTING2
README.UNICODE remove \u, \U and \C support in single quotes, as they are meant to contain binary data only and no escape sequences except \' 2007-10-03 18:38:35 +00:00
README.UNICODE-UPGRADES Fix small typo 2008-03-10 14:27:07 +00:00
README.UNIX-BUILD-SYSTEM
README.UPDATING_TO_PHP6 - Use the right variable name 2007-05-18 12:38:07 +00:00
README.WIN32-BUILD-SYSTEM typo (closes bug #43943) 2008-02-22 17:15:57 +00:00
README.Zeus
run-tests.php fix typo 2008-07-25 09:55:51 +00:00
server-tests-config.php
server-tests.php MFB: Leftover: Bump copyright year. 2008-01-01 06:22:15 +00:00
snapshot
stamp-h.in
stub.c
TODO
TODO-5.1
TODO-PHP5
unicode-gotchas.txt
unicode-issues.txt
unicode-progress.txt - Update unicode progress on SPL, looks like nearly done, actually all is 2007-01-19 10:19:50 +00:00
unicode-todo.txt *** empty log message *** 2007-01-18 16:45:43 +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'