View Issue Details

IDProjectCategoryView StatusLast Update
0002162XdebugInstallationpublic2023-03-13 14:48
Reportersamuelpietro Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionnot fixable 
PlatformLinuxOSArch LinuxOS Version6.2.1-arch1-1
Product Version3.2.0 
Summary0002162: warning: The macro `AC_LANG_C' is obsolete.
Description

./lib/autoconf/c.m4:72: AC_LANG_C became obsolete

Steps To Reproduce

Download xdebug-3.2.0.tgz
Install 'automake' and 'autoconf'.
Unpack the downloaded file with tar -xvzf xdebug-3.2.0.tgz
Run: cd xdebug-3.2.0
Run: phpize

The fifth line of output shows the reported error

Additional Information

PHP 8.2.3 (cli) (built: Feb 15 2023 16:48:38) (NTS)
Zend Engine v4.2.3, Copyright (c) Zend Technologies

TagsNo tags attached.
Operating Systeminux archlinux 6.2.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 26 Feb 2023 03:39:23 +0000 x86_64 GNU/Linux
PHP Version8.2-dev

Activities

derick

2023-03-13 14:48

administrator   ~0006522

The build environment is provided by PHP's "phpize" script, which is where this change will need to be made. However, although I also see this warning, it does not prevent Xdebug from compiling.

Issue History

Date Modified Username Field Change
2023-02-28 10:06 samuelpietro New Issue
2023-03-13 14:48 derick Assigned To => derick
2023-03-13 14:48 derick Status new => resolved
2023-03-13 14:48 derick Resolution open => not fixable
2023-03-13 14:48 derick Note Added: 0006522