The PHP Interpreter
Go to file
Gustavo André dos Santos Lopes 0de2e61cab - Added socket_import_stream().
- Fixed socket_strerror.phpt
- Made php_set_sock_blocking return FAILURE on fcntl error.
- Made socket_set_block()/socket_set_nonblock() emit warning on error.
2011-03-22 00:44:23 +00:00
build - Update shtool to 2.0.8 2010-02-18 08:33:48 +00:00
ext - Added socket_import_stream(). 2011-03-22 00:44:23 +00:00
main - Added socket_import_stream(). 2011-03-22 00:44:23 +00:00
netware sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
pear Removed safe_mode 2010-04-26 23:53:30 +00:00
sapi Close [PHP-BUG] Req #54152... 2011-03-09 18:53:22 +00:00
scripts - Fixed -g adding for gcc and g++ (former got it twice, latter not at all) 2010-11-02 09:58:08 +00:00
tests - Fixed test to work in systems with different line endings. 2011-02-19 00:48:48 +00:00
TSRM - WS 2011-01-10 00:59:19 +00:00
win32 - Enable windows build system to accept paths containing spaces. 2011-03-02 05:22:22 +00:00
Zend Fixed bug #54265 (crash when variable gets reassigned in error handler) 2011-03-16 15:21:38 +00:00
.gdbinit - Added a function to print all CVs from the local scope. 2009-08-01 12:55:36 +00:00
acconfig.h.in
acinclude.m4 Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #53339 2011-03-18 18:47:09 +00:00
buildconf - Removed unused parts 2009-07-20 10:51:40 +00:00
buildconf.bat MFH: Check if configure script was copied, and output an error if it wasn't 2009-01-02 12:18:21 +00:00
CODING_STANDARDS Multi-branch test commit to see if email notifications are working 2009-07-17 04:26:33 +00:00
config.guess - Upgraded bundled libtool to 1.5.26 2009-11-23 21:53:30 +00:00
config.sub - Upgraded bundled libtool to 1.5.26 2009-11-23 21:53:30 +00:00
configure.in - Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and one SAPI module the same time) 2010-11-13 23:13:07 +00:00
CREDITS
EXTENSIONS Update EXTENSIONS file 2010-05-27 23:08:39 +00:00
footer
genfiles - Give Marcus good old warm and fuzzy feeling.. :) 2008-03-26 15:04:57 +00:00
header It's 2010 already 2010-03-30 21:09:07 +00:00
INSTALL Minimal fix for bug #53440 (INSTALL file refers to php.ini-dist, should refer 2010-12-02 03:26:37 +00:00
LICENSE Update copyright year for the license 2010-10-05 22:58:19 +00:00
ltmain.sh - Upgraded bundled libtool to 1.5.26 2009-11-23 21:53:30 +00:00
makedist MFH: CVS->SVN 2009-07-14 21:49:44 +00:00
Makefile.frag fix gcov build 2008-03-19 23:24:56 +00:00
Makefile.gcov - Fixed bug #52019 (make lcov doesn't support TESTS variable anymore) 2010-06-11 14:04:57 +00:00
Makefile.global - Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and one SAPI module the same time) 2010-11-13 23:13:07 +00:00
makerpm
NEWS fix typppo 2011-03-08 14:53:38 +00:00
php5.spec.in
php.gif
php.ini-development - Changed php.ini files to match the hard-coded default for serialize_precision. 2011-02-09 00:25:44 +00:00
php.ini-production - Changed php.ini files to match the hard-coded default for serialize_precision. 2011-02-09 00:25:44 +00:00
README.EXT_SKEL update the docs 2008-06-19 17:59:35 +00:00
README.EXTENSIONS
README.input_filter Removed register_globals 2010-04-21 01:27:22 +00:00
README.MAILINGLIST_RULES MFH 2008-01-17 14:38:16 +00:00
README.namespaces - MFH: Changed namespace separator 2009-04-03 14:37:02 +00:00
README.NEW-OUTPUT-API fix protos, and unintential double-patched content 2010-05-31 13:54:13 +00:00
README.PARAMETER_PARSING_API MFH: 2009-06-04 18:20:45 +00:00
README.PHP4-TO-PHP5-THIN-CHANGES
README.REDIST.BINS -add licenses info for bundled libs, codes merged from other projects, etc., information for binary distributions (windows, linux, etc.) 2009-06-24 11:46:29 +00:00
README.RELEASE_PROCESS - Be more consistent in these instructions 2011-03-03 13:23:05 +00:00
README.SELF-CONTAINED-EXTENSIONS
README.STREAMS
README.SUBMITTING_PATCH Restructure into PHP/PECL/PEAR component areas (at the expense of duplication) 2010-05-11 18:25:44 +00:00
README.SVN-RULES MFH: - cvs->svn 2009-07-14 09:55:55 +00:00
README.TESTING clarification of wwwhether 'make test' needs the PHP xecutable to be set 2009-03-20 15:43:40 +00:00
README.TESTING2 Fixed bug#46445 (run-tests2.php is missing or README.TESTING2 is unneeded) 2008-11-05 17:15:50 +00:00
README.UNIX-BUILD-SYSTEM
README.WIN32-BUILD-SYSTEM - if they are outdated/wrong, no need to confuse the users 2010-02-04 08:24:29 +00:00
README.Zeus
run-tests.php - Possible fix for Bug #54108 (valgrind can not be found if located outside of system's default PATH) 2011-02-27 17:55:39 +00:00
server-tests-config.php
server-tests.php sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
snapshot
stamp-h.in
stub.c
svnclean.bat - rename to svn 2009-07-13 16:10:29 +00:00
UPGRADING - Make fclose() actually close stream, even when the resource refcount is > 1. 2011-03-21 02:58:54 +00:00
UPGRADING.INTERNALS - Added section for build system changes in UPGRADING.INTERNALS 2010-11-18 10:43:01 +00:00
vcsclean MFH: dropped some more mime types, svnclean -> clean for multiple VCS 2009-07-16 04:50:06 +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'