The PHP Interpreter
Go to file
2004-09-02 20:56:39 +00:00
build Implement extension load-order deps. 2004-07-18 12:03:51 +00:00
ext Adding swfvideostreamp and swfprebuiltclipp, available in ming 0.3 2004-09-02 20:56:39 +00:00
main Move global symbols defined by bundled copy of libgd into private 2004-08-31 16:41:29 +00:00
netware - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
pear When skip condition is met, stop. 2004-08-08 21:31:50 +00:00
regex fix yet another annoying compile warning 2004-08-13 14:59:58 +00:00
sapi - MFB: Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Patch by Joe Orton) 2004-08-23 09:01:27 +00:00
scripts - do it right (phpize path issue) 2004-06-19 20:32:07 +00:00
tests - Added test for bug #29944. 2004-09-02 06:36:35 +00:00
TSRM Apply the fix 2004-07-15 22:17:55 +00:00
win32 - MFB 2004-08-10 05:42:21 +00:00
Zend Fugbix typo. 2004-09-02 17:27:44 +00:00
.gdbinit - Add "zbacktrace" user-defined command. 2004-02-16 20:20:55 +00:00
acconfig.h.in
acinclude.m4 Implement extension load-order deps. 2004-07-18 12:03:51 +00:00
buildconf
buildconf.bat Add new (optional!) win32 build infrastructure. 2003-12-02 23:17:04 +00:00
ChangeLog ChangeLog update 2004-09-01 00:34:13 +00:00
ChangeLog.1999.gz
ChangeLog.2000.gz
ChangeLog.2001.gz
ChangeLog.2002.gz
ChangeLog.2003.gz - Compress 2003 changelog 2004-01-01 11:41:18 +00:00
CODING_STANDARDS word fix 2004-01-30 10:15:24 +00:00
config.guess
config.sub
configure.in HEAD is 5.1.0-dev now 2004-07-21 23:02:28 +00:00
CREDITS
cvsclean Renaming cvsclean target; IRIX make seems to ignore .PHONY 2004-03-14 17:44:36 +00:00
cvsclean.bat "Real" cvsclean, works as the unix version does 2003-12-19 12:51:19 +00:00
EXTENSIONS Update 2004-07-18 13:37:23 +00:00
footer
genfiles
header Happy new year! 2004-01-08 16:46:52 +00:00
INSTALL - MFB 2004-08-10 05:42:21 +00:00
LICENSE
ltmain.sh
makedist
Makefile.frag
Makefile.global - Only add 'install-modules' into install targets when there are such 2003-12-04 15:57:55 +00:00
makerpm - Change from PHP5 -> PHP 5 2004-02-08 22:49:47 +00:00
NEWS - Those two are already in the NEWS for 5.0.2. 2004-08-25 06:37:47 +00:00
php5.spec.in - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
php.gif
php.ini-dist - Fix typos 2004-08-17 23:08:44 +00:00
php.ini-recommended - Fix typos 2004-08-17 23:08:44 +00:00
README.CVS-RULES remove all references to @ thing, as it's not recommended. 2004-08-05 14:15:36 +00:00
README.EXT_SKEL
README.EXTENSIONS
README.input_filter Fixed zend_parse_parameters arguments... 2004-06-24 08:49:00 +00:00
README.PARAMETER_PARSING_API
README.PHP4-TO-PHP5-THIN-CHANGES new incompatibilities. maybe someone from the doc group will update the 2004-08-24 22:01:58 +00:00
README.QNX
README.SELF-CONTAINED-EXTENSIONS
README.STREAMS
README.SUBMITTING_PATCH Typos found by Petras Kudaras. 2003-12-22 23:45:53 +00:00
README.TESTING typo 2004-04-15 15:27:08 +00:00
README.TESTING2
README.UNIX-BUILD-SYSTEM
README.WIN32-BUILD-SYSTEM Now that it has matured somewhat, don't discourage questions about it 2003-12-23 02:51:18 +00:00
README.Zeus - Change from PHP5 -> PHP 5 2004-02-08 22:49:47 +00:00
run-tests2.php - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
run-tests-config.php
run-tests.php Fix for Bug 29010 "make test does not wait to email address" (by Sebastian Nohn) 2004-07-21 11:19:09 +00:00
snapshot
stamp-h.in
stub.c
TODO Remove finished tasks 2004-05-28 09:12:07 +00:00
TODO-5.1 Re-add my patch for .ini variable access. 2004-08-18 16:58:20 +00:00
TODO-PHP5 Remove finished tasks 2004-05-28 09:06:56 +00:00
TODO.BUILDv5

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'