Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87063 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2784 invoked from network); 7 Jul 2015 10:16:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2015 10:16:58 -0000 X-Host-Fingerprint: 92.66.168.50 unknown Received: from [92.66.168.50] ([92.66.168.50:18732] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/50-24482-417AB955 for ; Tue, 07 Jul 2015 06:16:56 -0400 To: internals@lists.php.net Date: Tue, 07 Jul 2015 12:16:49 +0200 Message-ID: X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 92.66.168.50 Subject: Redis extension for PHP7 From: phpdev@ehrhardt.nl (Jan Ehrhardt) edtechd has done a great job by making a fork of the phpredis extension C89-compatible. With a few further patches we have got an extension that compiles with VC14 and in initial tests seems to work OK on Windows. Repository: https://github.com/edtechd/phpredis However, on Debian it does not work OK. It segfaults when running 'php [some redis script]' and just quits halfway down the script when running 'sudo php [some redis script]' on Rasmus' php7 vagrant box. See the comments at https://github.com/edtechd/phpredis/pull/4 for a gdb trace and some more info. I am not using the redis extension, but just helped edtechd a little bit. If anyone else knows way to improve the current repository, please make pull requests for edtechd's fork. -- Jan