Open
Conversation
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.
Member
|
It seems there is still extended support till 2028 so I don't see that much point to drop it yet. |
Member
Author
Ok, I'll wait till 2028 with this then. Otherwise, on HP-UX PHP recent versions can't be built anymore. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Correct me if this is wrong but I think this is also kind of already suitable for PHP-8.6:
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:
ZEND_HRTIME_PLATFORM_HPUXpreprocessor macro renamed toZEND_HRTIME_PLATFORM_SUNOSas it is now related to only Solaris/illumos systems.LOG_NEWSandLOG_UUCPconditions removed as all Unix-like systems should have them (Windows build have definitions provided inwin32/syslog.h).<sys/pstat.h>header removed as it is relevant only on HP-UX.