1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Linus Groh c24d51e59c opcache: Remove unused sys/ipc.h include from ZendAccelerator.c (#20662)
As far as I can tell that's been there since the initial open source
release (commit 528006a). The header defines ftok() and a handful of
IPC_* constants, none of which are used here.

System V IPC is increasingly being replaced by POSIX IPC and may
therefore not be implemented on new and/or hobbyist operating systems
such as SerenityOS[1]. In the past that wasn't an issue as the OPCache
could be disabled, which is no longer possible as of PHP 8.5[2].

I was able to build with the include patched out, but we would prefer
this to be addressed upstream.

1: https://github.com/SerenityOS/serenity/pull/26465
2: https://github.com/php/php-src/pull/18961
2025-12-08 18:45:06 +01:00
..
2025-12-05 22:32:28 +00:00
2025-08-07 19:09:03 +02:00
2025-10-15 19:39:39 +02:00
2025-10-07 18:33:17 +02:00
2025-11-06 21:29:54 +01:00
2025-09-21 14:26:02 +01:00
2025-12-02 20:52:27 +01:00
2025-12-03 20:22:50 +00:00
2025-12-04 23:25:29 +00:00
2025-10-29 14:39:48 -03:00
2025-12-02 21:03:15 +01:00
2025-07-29 14:00:37 +02:00
2025-11-07 18:54:56 +01:00
2025-11-04 20:21:09 +01:00
2025-11-17 18:24:34 +01:00
2025-10-02 19:41:59 +02:00
2025-09-06 14:06:10 +01:00
2025-11-30 10:43:27 +01:00
2025-11-05 20:22:47 +01:00
2025-12-02 20:09:31 +01:00
2025-09-29 16:08:56 +02:00
2025-11-18 20:31:31 +01:00
2025-11-17 18:24:34 +01:00