php 7

  1. Rob215x

    PHP fsockopen causes 100% CPU and GATEWAY TIMEOUT on all web sites

    I thought I'd post here first because I've always seen great responses in this forum and I wanted to see if any of you had some insight. I don't know if this is: (1) a PHP bug, (2) a vulnerability, (3) something I haven't configured properly (very possible lol), or (4) something else. I am...
  2. m_pahlevanzadeh

    Solved Unable to load dynamic library 'mysql.so'

    I installed lang/php74-extensions After php -m I get the following messages: PHP Warning: PHP Startup: Unable to load dynamic library 'mysql.so' (tried: /usr/local/lib/php/20190902/mysql.so (Cannot open "/usr/local/lib/php/20190902/mysql.so"), /usr/local/lib/php/20190902/mysql.so.so (Cannot...
  3. L

    Solved PHP Startup: Unable to load dynamic library 'curl.so' and 'gd.so'

    Hi, I'm running FreeBSD 11.2-RELEASE, with a jail for a wordpress site. Recently, maybe after last upgrade, get these warnings: Performing sanity check on php-fpm configuration: [11-Mar-2019 23:23:51] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'curl.so'...
  4. W

    There is an estimate date to relase new PEAR?

    Hey guys, Finishing the updates on my box, the remaining application with problem seems be the outdate: devel/pear/ FreeBSD still on 1.10.1 and as stable already exists the version 1.10.3 http://pear.php.net/package/PEAR/download/1.10.3 The notes on version 1.10.0 says have support to PHP...
  5. W

    Fixing php70-imap compiling error

    Hey Guys, Since last time (almost one year ago) I got problem updating mail/php70-imap, I have choosed keep this package outdate... Today with sometime to research an fix, finally I found how to fix it. The package look for libraries not avaliable in base system, so if we do an soft link we...
  6. V

    Solved SwiftMailer send mail in FreeBSD

    Hi. Firstly I want to say everything is work in localhost, but when I send all files to VPS (FreeBSD 9) I get error inside prod.log file [2016-12-20 23:02:42] app.ERROR: Exception occurred while flushing email queue: Connection could not be established with host smtp.gmail.com [ #0] [] []...
  7. W

    Pear FreeBSD 11

    I have a question about devel/pear package. On my enviroment can not compile from source, and when I try add using pkg that shows as dependencies for be installed together: php56-zlib: 5.6.26 php56: 5.6.26 php56-xml: 5.6.26 On my enviroment I am using PHP 7, and reading about pear package...
  8. W

    Solved mod_php70 FreeBSD 10.3 compiler error using ZTS option

    Hey people, Someone got stuck compiling the ports www/mod_php70? I have threaded apache 2.4 installed inside of an jail system, already got www/php70 and lang/php70-extensions compiled successful. Have added on /usr/local/etc/apache24/httpd.conf: AddType application/x-httpd-php .php AddType...
Back
Top