Skip to content

Commit c6e934b

Browse files
committed
[skip ci] Document LDFLAGS not being unset anymore
1 parent 7e57e10 commit c6e934b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ PHP 8.3 INTERNALS UPGRADE NOTES
7272
2. Build system changes
7373
========================
7474

75+
* LDFLAGS are not unset anymore allowing them to be adjusted e.g.
76+
LDFLAGS="..." ./configure
77+
7578
* Removed the HAVE_DEV_URANDOM compile time check. HAVE_DEV_URANDOM will
7679
now never be defined. Any checks relying on HAVE_DEV_URANDOM should be
7780
removed. Even with HAVE_DEV_URANDOM it was not guaranteed that

0 commit comments

Comments
 (0)