php-src/ext/sysvsem
Peter Kokot 3693ad2d93
Refactor union semun in ext/sysvsem (#13473)
The union semun is always defined in php-src code. Current systems
require user to define it manually as done in the ext/sysvsem/sysvsem.c.
The conditional checks for HAVE_SEMUN were unused. The PHP 3.0.12 AIX
bug bugs.php.net/2149 was fixed by the removal of __GNU_LIBRARY__ check,
so this now further simplifies the code. The Autoconf AC_CHECK_TYPES
checks if system by any chance has the union semun, and by default
defines the HAVE_UNION_SEMUN.
2024-02-22 15:48:12 +01:00
..
tests Migrate skip checks to --EXTENSIONS--, p4 2021-04-08 10:36:44 +02:00
config.m4 Refactor union semun in ext/sysvsem (#13473) 2024-02-22 15:48:12 +01:00
CREDITS
php_sysvsem.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
sysvsem.c Refactor union semun in ext/sysvsem (#13473) 2024-02-22 15:48:12 +01:00
sysvsem.stub.php Not serializable flag permeation 2021-07-20 12:28:35 +02:00
sysvsem_arginfo.h Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00