summaryrefslogtreecommitdiff
path: root/sapi/pi3web/README
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/pi3web/README')
-rw-r--r--sapi/pi3web/README50
1 files changed, 0 insertions, 50 deletions
diff --git a/sapi/pi3web/README b/sapi/pi3web/README
deleted file mode 100644
index e7726edcf4..0000000000
--- a/sapi/pi3web/README
+++ /dev/null
@@ -1,50 +0,0 @@
-PHP7 Module
-==========
-This module requires PHP7 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 PHP7 source package from the
-PHP CVS tree into the Pi3Web source directory called 'PHP7' first. Then
-build PHP7 as Pi3Web module and after that build the Pi3Web PHP7 wrapper:
-
-1. Checkout PHP7
-================
-cvs -d :pserver:cvsread@cvs.php.net:/repository login
-The required password is phpfi
-
-cvs -z3 -d :pserver:cvsread@cvs.php.net:/repository co php7
-
-You must also checkout the TSRM and the ZEND module from the ZEND cvs tree
-into the PHP7 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 PHP7
-=============
-2.1 POSIX
----------
-cd ./php7
-./buildconf
-./configure --with-pi3web
-make
-
-2.2 Win32
----------
-other required downloads from the php website
- - bison 1.25
- - bindlib32
- - number4.tar.gz
-nmake php7dllts.mak
-
-3. Build Pi3Web PHP7 wrapper
-============================
-Run make in the Pi3Web /Source/PHP7 directory.
-
-For further information refer to http://www.php.net/version4/