php 8

  1. m_pahlevanzadeh

    Solved php modules

    I install php 83 and install some modules then restart apache. Now I can the following output for php -m php -m Warning: Failed loading Zend extension 'opcache.so' (tried: /usr/local/lib/php/20230831/opcache.so (Cannot open "/usr/local/lib/php/20230831/opcache.so")...
  2. V

    PHP-FPM and MYSQL in separate jail than nginx

    Hi, after I was able to setup a nginx reverse proxy in jail to serve traffic for other jails I am stuck at another point: Nginx+Mysql+PHP in one jail works perfect for one website(and probably for more than 1). But the point of jails is that we want to run one site or one application in one...
  3. torsar

    Apache, php82, Apache out error

    FreeBSD 13, Apache24, PHP82-8.2.0.r2, mod_php82-8.2.0.r2_1 service apache24 onestart Apache out error. httpd: Syntax error on the line 108 of httpd.conf: Can't locate API module structure php_module in the /usr/local/libexec/apache24/libphp.so: undefined symbol "php_module" In line 108...
  4. U

    FreeBSD 13 ssmtp php

    Hello community, my first post... after so much reading and time spending in this forum. First of all, I have to say, that I'm really a great fan of FreeBSD. Such a great and reliable system. I've tried some distribution, but no one was as fun, as FreeBSD. The freedom of the system is great and...
  5. 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...
  6. GJSchaller

    PHP 8.0 command line ignoring php.ini in FreeBSD 13.1 Jail

    Setup - this issue is occurring in a FreeBSD jail on a TrueNAS system. While the host is TrueNAS, the issue is happening purely within a FreeBSD environment (the Jail). I have a Jail running FreeBSD 13.1, running Caddy as a webserver, PHP 8.0, and Nextcloud. The jail was generated from a...
  7. byrnejb

    squirrelmail-calendar_file_backend-plugin-php80

    I am encountering this error with the squirrelmail plugin provided in ports: [Thu Apr 14 12:47:36.034472 2022] [php:error] [pid 32053] [client 216.185.71.41:53520] PHP Fatal error: Uncaught Error: Non-static method Calendar::getCalendarFromICal() cannot be called statically in...
  8. E

    Solved FreeBSD 13 Apache24 breaks with PHP 8

    I've been unable to find anything on this. I had Apache running just fine with PHP 7.4.25 When I upgraded to PHP 8, I could not get the LoadModule for php8 to load (or find it). FreeBSD Version: 13.0-RELEASE Apache24 Version: Apache/2.4.51 (FreeBSD) PHP Version: PHP 8.0.12 (cli) (built: Oct...
Back
Top