php 7.4

  1. Sivan!

    Solved some (config) errors during php installation

    apache works, nginx works, but php.info does not load; I followed this guide to install php but beyond that did not configure anything. php -i|grep mysql Configure Command => './configure' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--with-libxml'...
  2. spag

    Solved PHP float precision on FreeBSD 13.1-p0

    Do we know how to control precision on OS level? Or maybe there is another reason for the wrong values. Tested with PHP 8.1.7 and 7.4. Sometimes processes get to 100% usage giving blank pages but dtrace show there is nothing happening. The problem does not exists on Freebsd 13. # php a.php...
Back
Top