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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: laruence@php.net
New email:
PHP Version: OS:

 

 [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)

Pull Requests

Pull requests:

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: Sun Nov 24 02:01:28 2024 UTC