Edit report at https://bugs.php.net/bug.php?id=55831&edit=1
ID: 55831 Patch added by: larue...@php.net Reported by: larue...@php.net Summary: double check of host_alias in acinclude.m4 Status: Open Type: Bug Package: *General Issues Operating System: All PHP Version: Irrelevant Block user comment: N Private report: N New Comment: 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 Previous Comments: ------------------------------------------------------------------------ [2011-10-02 13:54:14] larue...@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 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55831&edit=1