You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
foobar db50cd251e Aligned configure help texts. 23 years ago
..
CREDITS 2nd step towards auto-credits 25 years ago
README Added Pi3Web support 26 years ago
config.m4 Aligned configure help texts. 23 years ago
php.sym Added Pi3Web support 26 years ago
php4pi3web.dsp Fixed win32 build 23 years ago
pi3web_sapi.c Fixed win32 build 23 years ago
pi3web_sapi.h Added PHP4PI3WEB_EXPORTS in order to control exports/imports on Win32 23 years ago

README

PHP4 Module
==========
This module requires PHP4 as thread safe shared library. Have a look
into the INSTALL file which accompanies that distribution.

If you distribute this software bundled with the PHP software in source
or binary form, then you must adhere to the PHP copyright conditions -
the terms are reasonable.

You should have checked out and built the PHP4 source package from the
PHP CVS tree into the Pi3Web source directory called 'PHP4' first. Then
build PHP4 as Pi3Web module and after that build the Pi3Web PHP4 wrapper:

1. Checkout PHP4
================
cvs -d :pserver:cvsread@cvs.php.net:/repository login
The required password is phpfi

cvs -z3 -d :pserver:cvsread@cvs.php.net:/repository co php4

You must also checkout the TSRM and the ZEND module from the ZEND cvs tree
into the PHP4 root directory

cvs -d :pserver:cvsread@cvs.zend.com:/repository login
The required password is zend

cvs -z3 -d :pserver:cvsread@cvs.zend.com:/repository co Zend TSRM

2. Build PHP4
=============
2.1 POSIX
---------
cd ./php4
./buildconf
./configure --with-pi3web
make

2.2 Win32
---------
other required downloads from the php website
- bison 1.25
- bindlib32
- number4.tar.gz
nmake php4dllts.mak

3. Build Pi3Web PHP4 wrapper
============================
Run make in the Pi3Web /Source/PHP4 directory.

For further information refer to http://www.php.net/version4/