php56

  1. N

    Upgrading PHP 5.6 to PHP 7.2

    This evening I tested the upgrade process from PHP 5.6 to PHP 7.2 since the former is reaching the end of its supported life at the end of this year (2018). The process went fairly smoothly on both my test and production servers and I jotted a few notes on the experience in a Twitter thread...
  2. dave

    pkg update does nothing with PHP56

    I read in UPDATING that the default version of php has bumped from 5.6 to 7.1. I would like to stay with the php56 version for now. I tried to put this in /etc/make.conf and it seems to have no effect on pkg either way: DEFAULT_VERSIONS+= php=5.6 But... $ sudo pkg update && pkg version -vRL=...
  3. machek

    PHP 5.6 and 7.0 support

    PHP versions 5.6 and 7.0 support ends in December Branch Initial Release Active Support Until Security Support Until 5.6 * 28 Aug 2014 4 years, 1 month ago 19 Jan 2017 1 year, 8 months ago 31 Dec 2018 in 2 months 7.0 3 Dec 2015 2 years, 10 months ago...
  4. R

    Unable to load PHP Suhosin

    I am unable to load PHP Suhosin which I had installed from the FreeBSD ports collection. Here is full error message I get when I look in the php-errors.log file: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20131226/suhosin.so' -...
  5. nanto

    Solved phpMyAdmin 4.7.4_1 asks for php 5.6

    I installed php 7.1.10 and when I installed phpMyadmin it asks me to install php 5.6 and complements: New packages to be INSTALLED: phpMyAdmin: 4.7.4_1 php56-session: 5.6.31 php56: 5.6.31 php56-xml: 5.6.31 php56-ctype: 5.6.31 php56-openssl: 5.6.31...
  6. unknownuser

    phpMyAdmin permission error on Jail

    Hello folks. I have spent probably the last two days trying to get phpMyAdmin to work under a 10.3 jail with Apache24, mod_php and php56-mysql. Initially I copied the same exact configuration I have on the FreeBSD 10.3 host where phpMyAdmin is working fine, but for some reason I kept on...
  7. Oclair

    Solved PHP Extensions - PHP Startup: Unable to load dynamic library

    Hi there, Over time I changed something to apache/php and caused some weird issue. It was not apparent this was happening until web apps started to report suggested plugins were not available... 11.0-RELEASE-p6 FreeBSD 11.0-RELEASE-p6 #0 r310492 Apache 2.4.25 via ports PHP 5.6.29 via ports...
  8. D

    how do I configure xdebug into sublime text 3

    Hello, So far I managed to configure xdebug in php and I type the command like pkg install php-xdebug and in that php.ini I have to add the xdebug.profiler_enable = 1 xdebug.profiler_output_dir = /tmp/profiler xdebug.remote_enable=On xdebug.remote_host="localhost" xdebug.remote_port=9000...
  9. A

    Solved OpenSSL/1.0.2f breaks php56/curl

    Hi, Problem occurs after update from OpenSSL/1.0.2d to OpenSSL/1.0.2f. Here is script: <?php $url = 'https://public-crest.eveonline.com/killmails/33493676/553ac7e2aeabe48092bde10958de0a44dc6f35ef/'; $timeout = 50; $ch = curl_init($url); curl_setopt($ch, CURLOPT_VERBOSE, true); curl_setopt($ch...
  10. bagas

    When there will be an update for PHP 5.6?

    Hello. When there will be an update for php5.6? Version php5.6.15?
  11. Itproman

    Solved FAMP -Info.php not decoding

    I followed this tutorial I found doing a search for FAMP and all is well, except for info.php. https://www.digitalocean.com/community/tutorials/how-to-install-an-apache-mysql-and-php-famp-stack-on-freebsd-10-1 1) www/apache24: "It works!" (sysutils/webmin sees it (after directory path...
Back
Top