php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55831 double check for host_alias in acinclude.m4
Submitted: 2011-10-02 13:54 UTC Modified: 2017-10-24 08:13 UTC
Votes:7
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: laruence@php.net Assigned:
Status: Open Package: *General Issues
PHP Version: Irrelevant OS: All
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2011-10-02 13:54 UTC] laruence@php.net
Description:
------------
in the PHP_NEW_EXTENSION defination at acinclude.m4, there is a case check for 
host_alias, and the same check will be done twice in PHP_SHARED_MODULE. 

and this will also trigger a warning when a extension is named like ***ac(utrac, 
tttac):
 error: possibly undefined macro: AC_SHARED_LIBADD

see: http://news.php.net/php.pecl.dev/8582


Test script:
---------------
none

Expected result:
----------------
none

Actual result:
--------------
none

Patches

bug55831.diff (last revision 2011-10-02 13:57 UTC by laruence@php.net)

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-10-02 13:57 UTC] laruence@php.net
The following patch has been added/updated:

Patch Name: bug55831.diff
Revision:   1317563859
URL:        https://bugs.php.net/patch-display.php?bug=55831&patch=bug55831.diff&revision=1317563859
 [2011-10-02 13:59 UTC] laruence@php.net
-Summary: double check of host_alias in acinclude.m4 +Summary: double check for host_alias in acinclude.m4
 [2014-08-12 05:10 UTC] bjori@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: laruence
 [2014-08-12 05:10 UTC] bjori@php.net
Are you planning on commit this patch?
 [2017-10-24 08:13 UTC] kalle@php.net
-Status: Assigned +Status: Open -Assigned To: laruence +Assigned To:
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC