Changes between Version 6 and Version 7 of ZooKernel/Embed/PHP
- Timestamp:
- May 6, 2011, 7:55:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooKernel/Embed/PHP
v6 v7 177 177 }}} 178 178 179 The output from phpinfo() should be returned at the commandline if successful. 180 179 181 Note that we have to set the LD_LIBRARY_PATH at runtime as we didn't install the php embed library in a standard way (not in the standard search path - /usr/lib or /usr/local/lib- to ensure that we don't interfere with your already installed php library). Nevertheless, when ZooKernel will be compiled you only have to run it once, so you could use a small batch file including this LD_LIBRARY_PATH and other required parameters when you launch your ZooKernel instance (note that firefox does something like that also). 180 182