[GIT-PULLS] [php-src] PR #22834: main: Add AIX to PHP_OS_FAMILY
[email protected] (NattyNarwhal) Mon, 20 Jul 2026 15:46:16 +0000
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22834 Author: NattyNarwhal There are two OSes in this family: AIX itself, and IBM i PASE, which provides an AIX syscall emulation environment. uname is different between them (AIX/OS400). Adding this for some PRs against tests I plan to make.