Changes between Version 3 and Version 4 of ZooKernel/Embed/PHP
- Timestamp:
- May 6, 2011, 7:41:34 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooKernel/Embed/PHP
v3 v4 1 = ZooKernel/Embed/PHP description page=1 = ZooKernel/Embed/PHP Setup = 2 2 3 You get lot of existing php code and need to use it as ZOO Service with the less modifications possible? Then this page is made for you :)3 Do you have a lot of existing PHP code and need to use it as a ZOO Service with the least modifications possible? Then this page is made for you :) 4 4 5 On this page, you will find advice sto implement your services directly in PHP.5 On this page, you will find advice on how to implement your services directly in PHP. 6 6 7 == Configure and Install PHP Embed library ==7 == Configure and Install the PHP Embeded library == 8 8 9 First thing you need is a fresh and independant php library installedon your system.9 ZOO Kernel requires a PHP installation that is compiled with the following configure settings: '''--enable-embed''' and ''''--enable-maintainer-zts'''. If you already have PHP installed on your system, but not with those settings (you can check by looking at a phpinfo for your server, which lists the configure command that was used to build PHP), we recommend installing a fresh and independent PHP library on your system. 10 10 11 11 Here is a sample configure call to ensure the PHP support on your platform :