diff options
| author | foobar <sniper@php.net> | 2004-01-17 13:00:38 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2004-01-17 13:00:38 +0000 |
| commit | f4983c0d3f56c2074458e4840db36643b2fec59b (patch) | |
| tree | 2dcf521f07114e3bb2952439fe28cdfa40d30677 /sapi/pi3web/README | |
| parent | b851f3712388de9f6c4addf2063dbc3c663a0b3b (diff) | |
| download | php-git-f4983c0d3f56c2074458e4840db36643b2fec59b.tar.gz | |
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
Diffstat (limited to 'sapi/pi3web/README')
| -rw-r--r-- | sapi/pi3web/README | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sapi/pi3web/README b/sapi/pi3web/README index 8d7e9dc274..e3e523e940 100644 --- a/sapi/pi3web/README +++ b/sapi/pi3web/README @@ -1,36 +1,36 @@ -PHP4 Module +PHP5 Module ========== -This module requires PHP4 as thread safe shared library. Have a look +This module requires PHP5 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: +You should have checked out and built the PHP5 source package from the +PHP CVS tree into the Pi3Web source directory called 'PHP5' first. Then +build PHP5 as Pi3Web module and after that build the Pi3Web PHP5 wrapper: -1. Checkout PHP4 +1. Checkout PHP5 ================ 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 +cvs -z3 -d :pserver:cvsread@cvs.php.net:/repository co php5 You must also checkout the TSRM and the ZEND module from the ZEND cvs tree -into the PHP4 root directory +into the PHP5 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. Build PHP5 ============= 2.1 POSIX --------- -cd ./php4 +cd ./php5 ./buildconf ./configure --with-pi3web make @@ -41,10 +41,10 @@ other required downloads from the php website - bison 1.25 - bindlib32 - number4.tar.gz -nmake php4dllts.mak +nmake php5dllts.mak -3. Build Pi3Web PHP4 wrapper +3. Build Pi3Web PHP5 wrapper ============================ -Run make in the Pi3Web /Source/PHP4 directory. +Run make in the Pi3Web /Source/PHP5 directory. For further information refer to http://www.php.net/version4/ |
