Skip to content

Deprecate 32bit builds #18876

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build/php.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2396,6 +2396,9 @@ AC_DEFUN([PHP_CHECK_STDINT_TYPES], [
AC_CHECK_SIZEOF([long long])
AC_CHECK_SIZEOF([size_t])
AC_CHECK_SIZEOF([off_t])

AS_IF([test $ac_cv_sizeof_long = 4],
AC_MSG_WARN([Size of long type is 4 bytes. 32 bit builds are deprecated and will no longer be supported in PHP-9]))
])

dnl
Expand Down