The successor to PHP 7.0. Use this tag for version-specific issues relating specifically to PHP 7.1.
I have installed php 5.6 and and php 7.1 on my Ubuntu 16.04 I know with Apache as my web server, I can …
php apache command-line-interface php-5.6 php-7.1I'm using an Ubuntu 16 server for testing with php7.1. One of my app uses bcadd function. I know that I …
php ubuntu-16.04 ubuntu-server php-7.1 bcmathSharing a problem that I had (and now solved). On my development machine, I run IIS with PHP. I upgraded …
php session php-7.1<?php class Encryption { var $skey = "1234561234561234"; // you can change it public function safe_b64encode($string) { $data = base64_encode($string); $…
php codeigniter php-7.1I was following a couple links that had this same sequence, namely this example. I was unable to get it …
macos homebrew php-7 macos-sierra php-7.1How to install PHP 7.1 on Amazon EC2 t2.micro Instance running Amazon Linux AMI 2018.03 having nginx as web server? Reference …
nginx amazon-ec2 php-7.1 amazon-linux