1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00

Updated Running PHP scripts in ULib (markdown)

stefano casazza 2017-08-09 18:29:07 +02:00
parent 277b712b08
commit 24c4314833

@ -90,7 +90,7 @@ The latency is not changed as we can see in *./log/php2b.log*:
A bunch of distros (such as Fedora, Red Hat and CentOS) include a *php-embedded* package.
Install it, along with *php-devel* and you should be able to build ULib with PHP interpreter embedded
(*Ubuntu 15.04*: **apt-get install libphp5-embed php5-dev**).
(*Ubuntu 16.10*: **apt-get install libphp-embed php-dev**).
Reinstall ULib and run **./php.sh** with argument 3: (we have as output something like that)
~~~~