Top "Php-7" questions

PHP 7 is the successor to PHP 5.6, it was released on December 3, 2015.

Memcache for PHP7 on Windows?

Does any one know about a Memcache version that supports PHP7 on Windows? Memcache is working great for PHP 5.6 (on …

windows memcached php-7
Enable cURL on PHP7 windows10 64 bit Apache 2.4

I am using Windows10 64 bit Apache 2.4.25 (Win64) PHP 7.1.0-Win32-VC14-x64 when i try calling curl_init() function, i get …

curl 64-bit windows-10 php-7 apache2.4
Using PHP 7 with WAMP

My OS is Windows 10 Pro x64 and I have installed VC14 packages x86 and x64. I have added a php7.0.0 …

php apache wampserver php-7
CodeIgniter CI_Exceptions::show_exception error after updating to PHP 7

I was using CodeIgniter 3.0.0 with PHP 5.6. Yesterday I updated to PHP 7 and started getting following error:- Uncaught TypeError: Argument 1 …

php codeigniter codeigniter-3 php-7
PHP Fatal error: Class 'PHPUnit\Framework\TestCase' not found with PHPUnit 6 and PHP 7.0

I am playing with php 7 and phpunit 6. Here is the test I wrote: <?php declare(strict_types=1); namespace Test; …

php unit-testing phpunit php-7
How to setup XDebug for PHP7 on Mac?

I've installed PHP 7 on my mac using Homebrew i.e. $ brew install php70 Also I want to have the the …

macos homebrew xdebug php-7
php-fpm doesn't create .sock file

I have an AWS server running on Amazon Linux. I used this guide to install php7 (bottom of the page): …

php centos php-7
Is there a way to extend a trait in PHP?

I want to use functionality of an existing trait and create my own trait on top of it only to …

php laravel traits php-7
Can't install php7 or php 7.1 with homebrew

I 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.1
Windows, XAMPP, PHP 7 and opcache

I've installed latest XAMPP server with PHP 7 (update: checked also PHP 7.1) (on my Windows 10 system). Wanted to use opcache, so …

php apache xampp php-7 opcache