Skip to content

Commit 3d8bd8f

Browse files
authored
Remove unused HAVE_PHPDBG (#14864)
This is not defined on Windows and isn't used. Also phpdbg doesn't install any headers to the public usage.
1 parent 1bdf9aa commit 3d8bd8f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

UPGRADING.INTERNALS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES
141141
- Symbols PHP_FPM_SYSTEMD, PHP_FPM_USER, and PHP_FPM_GROUP removed.
142142
- Symbol PTHREADS has been removed.
143143
- Symbol HAVE_STRPTIME_DECL_FAILS has been removed (use HAVE_DECL_STRPTIME).
144+
- Symbol HAVE_PHPDBG has been removed.
144145
- Symbols PHP_HAVE_AVX512_SUPPORTS and PHP_HAVE_AVX512_VBMI_SUPPORTS are now
145146
either defined to 1 or undefined.
146147
- M4 macro PHP_DEFINE (atomic includes) removed (use AC_DEFINE and config.h).

sapi/phpdbg/config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ PHP_ARG_ENABLE([phpdbg-readline],
2222

2323
if test "$PHP_PHPDBG" != "no"; then
2424
AC_HEADER_TIOCGWINSZ
25-
AC_DEFINE(HAVE_PHPDBG, 1, [ ])
2625

2726
PHP_PHPDBG_CFLAGS="-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
2827
AS_VAR_IF([PHP_PHPDBG_DEBUG], [no],,

0 commit comments

Comments
 (0)