You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HP-UX is discontinued system since 2026-01-01:
https://userapps.support.sap.com/sap/support/knowledge/en/3629028
Recent compilers also don't work there anymore.
Changes:
- Non-standard '-threads' flag check removed.
- ZEND_HRTIME_PLATFORM_HPUX preprocessor macro renamed to
ZEND_HRTIME_PLATFORM_SUNOS as it is now related to only
Solaris/illumos systems.
- Check for HP-UX style reentrant time functions adjusted. This wasn't
reproducible on any known system so far.
- LOG_NEWS and LOG_UUCP conditions removed as all Unix-like systems
should have them (Windows build have definitions provided in
win32/syslog.h).
- Check for <sys/pstat.h> header removed as it is relevant only on
HP-UX.
- The '.sl' file extension for shared PHP extensions is with this also
removed, making extension either .so (Unix-like systems), or .dll
(Windows).
0 commit comments