The binary distribution includes PHP, but there is no source distribution. Appweb includes a PHP handler that relies on the libphp5 distribution.
You must download php and create it yourself. Here are the php settings used by Embedthis:
--disable-debug --disable-rpath --disable-cli --enable-bcmath --enable-calendar \ --enable-maintainer-zts --enable-embed=shared --enable-ftp \ --enable-inline-optimization --enable-magic-quotes --enable-safe-mode \ --enable-sockets --enable-wddx --sysconfdir=/etc/appweb \ --with-pic --with-exec-dir=/etc/appweb/exec --with-regex=system --with-pear \ --with-xmlrpc --with-zlib
If you create it yourself, copy libphp5 to the bin / lib directory and restart.
Finally, Embedthis maintains a repository with packages taken snapshot https://github.com/embedthis/packages . This includes all packages used by Appweb and Ejscript.
source share