php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75791 apcu using non-portable shell == in config.m4
Submitted: 2018-01-10 09:57 UTC Modified: 2018-02-11 14:28 UTC
From: jdolecek at NetBSD dot org Assigned: nikic (profile)
Status: Closed Package: APC (PECL)
PHP Version: 7.1.13 OS: any (NetBSD, Linux, mac os x)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jdolecek at NetBSD dot org
New email:
PHP Version: OS:

 

 [2018-01-10 09:57 UTC] jdolecek at NetBSD dot org
Description:
------------
The config.m4 uses bash-only construct for equal operator - uses == but should use =

Patch for this is maintained in NetBSD pkgsrc system, would be nice to have this fixed upstream and remove the need for patches, especially since we also need to maintain also patch to fix md5 hash in package.xml.

Test script:
---------------
grep == config.m4


Patches

patch-config.m4 (last revision 2018-01-10 09:58 UTC by jdolecek at NetBSD dot org)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-02-08 21:59 UTC] jdolecek at NetBSD dot org
Still relevant even with php 7.2.2 and APCu 5.1.9
 [2018-02-11 14:28 UTC] nikic@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: nikic
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 12:01:27 2024 UTC