krakjoe / apcu

APCu - APC User Cache
Other
964 stars 196 forks source link

Broken apc_entry_002 test with PHP 8.4 alpha1 #510

Closed andypost closed 3 months ago

andypost commented 3 months ago

Building the extension for Alpinelinux and get failure of the test

TEST 35/68 [tests/apc_entry_002.phpt]
========DIFF========
     Fatal error: Uncaught Exception: test in %s:3
     Stack trace:
003- #0 [internal function]: {closure}('test')
003+ #0 [internal function]: {closure:/mnt/testing/php84-pecl-apcu/src/apcu-5.1.23/tests/apc_entry_002.php:2}('test')
     #1 %s(%d): apcu_entry('test', Object(Closure))
     #2 {main}
       thrown in %s on line 3
========DONE========
FAIL APC: apcu_entry (exception) [tests/apc_entry_002.phpt] 
andypost commented 3 months ago

Fixed with

--- a/tests/apc_entry_002.phpt
+++ b/tests/apc_entry_002.phpt
@@ -14,7 +14,7 @@
 --EXPECTF--
 Fatal error: Uncaught Exception: test in %s:3
 Stack trace:
-#0 [internal function]: {closure}('test')
+#0 [internal function]: {closure:%s:2}('test')
 #1 %s(%d): apcu_entry('test', Object(Closure))
 #2 {main}
   thrown in %s on line 3
drupol commented 3 months ago

Same issue with Nix (https://github.com/NixOS/nixpkgs/pull/324831). The @andypost patch fixed it, thanks!

drupol commented 3 months ago

We are encountering another failing test: tests/apc54_014.phpt.

Test results ``` ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- APC: Bug #61742 preload_path does not work due to incorrect string length (variant 1) [tests/apc54_014.phpt] ===================================================================== ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 0 Exts tested : 12 --------------------------------------------------------------------- Number of tests : 68 56 Tests skipped : 12 ( 17.6%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 1 ( 1.5%) ( 1.8%) Tests passed : 55 ( 80.9%) ( 98.2%) --------------------------------------------------------------------- Time taken : 3.640 seconds ===================================================================== ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- APC: Bug #61742 preload_path does not work due to incorrect string length (variant 1) [tests/apc54_014.phpt] ===================================================================== ================================================================================ /build/source/tests/apc54_014.phpt ================================================================================ bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) done ================================================================================ 001- bool(true) 002- string(3) "123" 003- bool(true) 004- string(3) "123" 005- bool(true) 006- string(3) "123" 007- bool(true) 008- string(3) "123" 009- bool(true) 010- string(3) "123" 011- bool(true) 012- string(3) "123" 013- bool(true) 014- string(3) "123" 015- bool(true) 016- string(3) "123" 017- bool(true) 018- string(3) "123" 019- bool(true) 020- string(3) "123" 021- bool(true) 022- string(3) "123" 023- bool(true) 024- string(3) "123" 025- bool(true) 026- string(3) "123" 027- bool(true) 028- string(3) "123" 029- bool(true) 030- string(3) "123" 031- bool(true) 032- string(3) "123" 033- bool(true) 034- string(3) "123" 035- bool(true) 036- string(3) "123" 037- bool(true) 038- string(3) "123" 039- bool(true) 040- string(3) "123" 041- bool(true) 042- string(3) "123" 043- bool(true) 044- string(3) "123" 045- bool(true) 046- string(3) "123" 047- bool(true) 048- string(3) "123" 049- bool(true) 050- string(3) "123" 051- bool(true) 052- string(3) "123" 053- bool(true) 054- string(3) "123" 055- bool(true) 056- string(3) "123" 057- bool(true) 058- string(3) "123" 059- bool(true) 060- string(3) "123" 001+ bool(false) 002+ bool(false) 003+ bool(false) 004+ bool(false) 005+ bool(false) 006+ bool(false) 007+ bool(false) 008+ bool(false) 009+ bool(false) 010+ bool(false) 011+ bool(false) 012+ bool(false) 013+ bool(false) 014+ bool(false) 015+ bool(false) 016+ bool(false) 017+ bool(false) 018+ bool(false) 019+ bool(false) 020+ bool(false) 021+ bool(false) 022+ bool(false) 023+ bool(false) 024+ bool(false) 025+ bool(false) 026+ bool(false) 027+ bool(false) 028+ bool(false) 029+ bool(false) 030+ bool(false) done ================================================================================ ================================================================================ BUILD ENVIRONMENT ================================================================================ OS: Linux - Linux localhost 6.9.7 #1-NixOS SMP PREEMPT_DYNAMIC Thu Jun 27 11:52:32 UTC 2024 x86_64 Autoconf: autoconf (GNU Autoconf) 2.72 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. Bundled Libtool: ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. System Libtool: libtool (GNU libtool) 2.4.7 Written by Gordon Matzigkeit, 1996 Copyright (C) 2014 Free Software Foundation, Inc. Compiler: Using built-in specs. COLLECT_GCC=/nix/store/zc0nsv23pakbafngjy32kvhfzb16as43-gcc-13.3.0/bin/gcc COLLECT_LTO_WRAPPER=/nix/store/zc0nsv23pakbafngjy32kvhfzb16as43-gcc-13.3.0/libexec/gcc/x86_64-unknown-linux-gnu/13.3.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-13.3.0/configure --prefix=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-13.3.0 --with-gmp-include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gmp-6.3.0-dev/include --with-gmp-lib=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gmp-6.3.0/lib --with-mpfr-include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpfr-4.2.1-dev/include --with-mpfr-lib=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpfr-4.2.1/lib --with-mpc=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libmpc-1.3.1 --with-native-system-header-dir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.39-52-dev/include --with-build-sysroot=/ --with-gxx-include-dir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-13.3.0/include/c++/13.3.0/ --program-prefix= --enable-lto --disable-libstdcxx-pch --without-included-gettext --with-system-zlib --enable-static --enable-languages=c,c++ --disable-multilib --enable-plugin --disable-libcc1 --with-isl=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-isl-0.20 --disable-bootstrap --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu Thread model: posix Supported LTO compression algorithms: zlib gcc version 13.3.0 (GCC) Bison: Libraries: linux-vdso.so.1 (0x00007ffff7fc6000) libm.so.6 => /nix/store/dbwp0scbb0rk78m636sb7cvycz8xzgyh-glibc-2.39-52/lib/libm.so.6 (0x00007ffff7edd000) libsystemd.so.0 => /nix/store/cym39cl4v79bmbng4bvafkxagz96f4hw-systemd-255.6/lib/libsystemd.so.0 (0x00007ffff7dcb000) libpthread.so.0 => /nix/store/dbwp0scbb0rk78m636sb7cvycz8xzgyh-glibc-2.39-52/lib/libpthread.so.0 (0x00007ffff7dc6000) libpcre2-8.so.0 => /nix/store/4vx0yi6qyszjfgildrbg7rl13rjhn343-pcre2-10.43/lib/libpcre2-8.so.0 (0x00007ffff7d26000) libargon2.so.1 => /nix/store/s2rfh62s5kh3q76553sp7l2mc00qla9r-libargon2-20190702/lib/libargon2.so.1 (0x00007ffff7d1a000) librt.so.1 => /nix/store/dbwp0scbb0rk78m636sb7cvycz8xzgyh-glibc-2.39-52/lib/librt.so.1 (0x00007ffff7d15000) libdl.so.2 => /nix/store/dbwp0scbb0rk78m636sb7cvycz8xzgyh-glibc-2.39-52/lib/libdl.so.2 (0x00007ffff7d10000) libxml2.so.2 => /nix/store/ijawh3br4cpcgjpgqx8ih2n39vrh1gb0-libxml2-2.12.7/lib/libxml2.so.2 (0x00007ffff7bb0000) libc.so.6 => /nix/store/dbwp0scbb0rk78m636sb7cvycz8xzgyh-glibc-2.39-52/lib/libc.so.6 (0x00007ffff79c2000) /nix/store/dbwp0scbb0rk78m636sb7cvycz8xzgyh-glibc-2.39-52/lib/ld-linux-x86-64.so.2 => /nix/store/dbwp0scbb0rk78m636sb7cvycz8xzgyh-glibc-2.39-52/lib64/ld-linux-x86-64.so.2 (0x00007ffff7fc8000) libcap.so.2 => /nix/store/2njlg3j7m5m5khfrxjbk8synqyniiigv-libcap-2.69-lib/lib/libcap.so.2 (0x00007ffff79b4000) libgcrypt.so.20 => /nix/store/7sr9p1lvpxrdkq6xwlsbvcb7sdc2w5kb-libgcrypt-1.10.3/lib/libgcrypt.so.20 (0x00007ffff786d000) liblz4.so.1 => /nix/store/989rrjnsvi0lbcc34ll3zdj7iv668475-lz4-1.9.4/lib/liblz4.so.1 (0x00007ffff7834000) liblzma.so.5 => /nix/store/l58j571nhm1ydqp247wk03gqf2ypz1yx-xz-5.4.6/lib/liblzma.so.5 (0x00007ffff7805000) libzstd.so.1 => /nix/store/sdv9z5jh502gwyh9m959ya6a2pc8skrk-zstd-1.5.6/lib/libzstd.so.1 (0x00007ffff7733000) libz.so.1 => /nix/store/971g0fka30djkcww2ddpx7q66dr86c1q-zlib-1.3.1/lib/libz.so.1 (0x00007ffff7713000) libgpg-error.so.0 => /nix/store/ds0c3xfs0sjaxjw2cxnn2j3ngq8w6dna-libgpg-error-1.49/lib/libgpg-error.so.0 (0x00007ffff76ea000) ================================================================================ PHPINFO ================================================================================ phpinfo() PHP Version => 8.4.0alpha1 System => Linux localhost 6.9.7 #1-NixOS SMP PREEMPT_DYNAMIC Thu Jun 27 11:52:32 UTC 2024 x86_64 Build Date => Jul 2 2024 13:43:13 Build System => Linux localhost 6.9.7 #1-NixOS SMP PREEMPT_DYNAMIC Thu Jun 27 11:52:32 UTC 2024 x86_64 GNU/Linux Configure Command => (omitted) Server API => Command Line Interface Virtual Directory Support => enabled Configuration File (php.ini) Path => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/lib Loaded Configuration File => (none) Scan this dir for additional .ini files => (none) Additional .ini files parsed => (none) PHP API => 20230901 PHP Extension => 20230901 Zend Extension => 420230901 Zend Extension Build => API420230901,TS PHP Extension Build => API20230901,TS PHP Integer Size => 64 bits Debug Build => no Thread Safety => enabled Thread API => POSIX Threads Zend Signal Handling => enabled Zend Memory Manager => enabled Zend Multibyte Support => disabled Zend Max Execution Timers => enabled IPv6 Support => enabled DTrace Support => disabled Registered PHP Streams => php, file, glob, data, http, ftp, phar Registered Stream Socket Transports => tcp, udp, unix, udg Registered Stream Filters => string.rot13, string.toupper, string.tolower, convert.*, consumed, dechunk This program makes use of the Zend Scripting Language Engine: Zend Engine v4.4.0-dev, Copyright (c) Zend Technologies _______________________________________________________________________ Configuration Core PHP Version => 8.4.0alpha1 Directive => Local Value => Master Value allow_url_fopen => On => On allow_url_include => Off => Off arg_separator.input => & => & arg_separator.output => & => & auto_append_file => no value => no value auto_globals_jit => On => On auto_prepend_file => no value => no value browscap => no value => no value default_charset => UTF-8 => UTF-8 default_mimetype => text/html => text/html disable_classes => no value => no value disable_functions => no value => no value display_errors => STDERR => STDERR display_startup_errors => On => On doc_root => no value => no value docref_ext => no value => no value docref_root => no value => no value enable_dl => On => On enable_post_data_reading => On => On error_append_string => no value => no value error_log => no value => no value error_log_mode => 0644 => 0644 error_prepend_string => no value => no value error_reporting => no value => no value expose_php => On => On extension_dir => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/lib/php/extensions => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/lib/php/extensions fiber.stack_size => no value => no value file_uploads => On => On hard_timeout => 2 => 2 highlight.comment => #FF8000 => #FF8000 highlight.default => #0000BB => #0000BB highlight.html => #000000 => #000000 highlight.keyword => #007700 => #007700 highlight.string => #DD0000 => #DD0000 html_errors => Off => Off ignore_repeated_errors => Off => Off ignore_repeated_source => Off => Off ignore_user_abort => Off => Off implicit_flush => On => On include_path => .:/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/lib/php => .:/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/lib/php input_encoding => no value => no value internal_encoding => no value => no value log_errors => Off => Off mail.add_x_header => Off => Off mail.force_extra_parameters => no value => no value mail.log => no value => no value mail.mixed_lf_and_crlf => Off => Off max_execution_time => 0 => 0 max_file_uploads => 20 => 20 max_input_nesting_level => 64 => 64 max_input_time => -1 => -1 max_input_vars => 1000 => 1000 max_multipart_body_parts => -1 => -1 memory_limit => 128M => 128M open_basedir => no value => no value output_buffering => 0 => 0 output_encoding => no value => no value output_handler => no value => no value post_max_size => 8M => 8M precision => 14 => 14 realpath_cache_size => 4096K => 4096K realpath_cache_ttl => 120 => 120 register_argc_argv => On => On report_memleaks => On => On report_zend_debug => Off => Off request_order => no value => no value sendmail_from => no value => no value sendmail_path => /nix/store/s1s53dmmy9qs5c57rwb068m4ys4vz53y-system-sendmail-1.0/bin/sendmail -t -i => /nix/store/s1s53dmmy9qs5c57rwb068m4ys4vz53y-system-sendmail-1.0/bin/sendmail -t -i serialize_precision => -1 => -1 short_open_tag => On => On SMTP => localhost => localhost smtp_port => 25 => 25 sys_temp_dir => no value => no value syslog.facility => LOG_USER => LOG_USER syslog.filter => no-ctrl => no-ctrl syslog.ident => php => php unserialize_callback_func => no value => no value upload_max_filesize => 2M => 2M upload_tmp_dir => no value => no value user_dir => no value => no value user_ini.cache_ttl => 300 => 300 user_ini.filename => .user.ini => .user.ini variables_order => EGPCS => EGPCS xmlrpc_error_number => 0 => 0 xmlrpc_errors => Off => Off zend.assertions => 1 => 1 zend.detect_unicode => On => On zend.enable_gc => On => On zend.exception_ignore_args => Off => Off zend.exception_string_param_max_len => 15 => 15 zend.max_allowed_stack_size => 0 => 0 zend.multibyte => Off => Off zend.reserved_stack_size => 0 => 0 zend.script_encoding => no value => no value zend.signal_check => Off => Off date date/time support => enabled timelib version => 2022.10 "Olson" Timezone Database Version => 2024.1 Timezone Database => internal Default timezone => UTC Directive => Local Value => Master Value date.default_latitude => 31.7667 => 31.7667 date.default_longitude => 35.2333 => 35.2333 date.sunrise_zenith => 90.833333 => 90.833333 date.sunset_zenith => 90.833333 => 90.833333 date.timezone => UTC => UTC hash hash support => enabled Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512/224 sha512/256 sha512 sha3-224 sha3-256 sha3-384 sha3-512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b crc32c fnv132 fnv1a32 fnv164 fnv1a64 joaat murmur3a murmur3c murmur3f xxh32 xxh64 xxh3 xxh128 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 json json support => enabled libxml libXML support => active libXML Compiled Version => 2.12.7 libXML Loaded Version => 21207 libXML streams => enabled pcre PCRE (Perl Compatible Regular Expressions) Support => enabled PCRE Library Version => 10.43 2024-02-16 PCRE Unicode Version => 15.0.0 PCRE JIT Support => enabled PCRE JIT Target => x86 64bit (little endian + unaligned) Directive => Local Value => Master Value pcre.backtrack_limit => 1000000 => 1000000 pcre.jit => On => On pcre.recursion_limit => 100000 => 100000 Phar Phar: PHP Archive support => enabled Phar API version => 1.1.1 Phar-based phar archives => enabled Tar-based phar archives => enabled ZIP-based phar archives => enabled gzip compression => disabled (install ext/zlib) bzip2 compression => disabled (install ext/bz2) OpenSSL support => disabled (install ext/openssl) Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. Directive => Local Value => Master Value phar.cache_list => no value => no value phar.readonly => On => On phar.require_hash => On => On random Version => 8.4.0alpha1 Reflection Reflection => enabled SPL SPL support => enabled Interfaces => OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException standard Dynamic Library Support => enabled Path to sendmail => /nix/store/s1s53dmmy9qs5c57rwb068m4ys4vz53y-system-sendmail-1.0/bin/sendmail -t -i Directive => Local Value => Master Value assert.active => On => On assert.bail => Off => Off assert.callback => no value => no value assert.exception => On => On assert.warning => On => On auto_detect_line_endings => Off => Off default_socket_timeout => 60 => 60 from => no value => no value session.trans_sid_hosts => no value => no value session.trans_sid_tags => a=href,area=href,frame=src,form= => a=href,area=href,frame=src,form= unserialize_max_depth => 4096 => 4096 url_rewriter.hosts => no value => no value url_rewriter.tags => form= => form= user_agent => no value => no value xml XML Support => active XML Namespace Support => active libxml2 Version => 2.12.7 Additional Modules Module Name Environment Variable => Value NIX_CC => /nix/store/mpm3i0sbqc9svfch6a17179fs64dz2kv-gcc-wrapper-13.3.0 patches => /nix/store/q5m4kfc074y8hixmpa9lkykmrzv8kcjj-php84-fix-apc-entry-002-test.patch SSH_CLIENT => deleted stdenv => /nix/store/d3dzfy4amjl826fb8j00qp1d9887h7hm-stdenv-linux OBJCOPY => objcopy TEMPDIR => /build SIZE => size SHLVL => 3 TEST_PHP_SRCDIR => /build/source HOME => /homeless-shelter outputs => out dev OLDPWD => /build/source NIX_BUILD_CORES => 8 autoreconfPhase => phpize propagatedNativeBuildInputs => SSH_TTY => deleted dev => /nix/store/mjfbhx2bz84wm8r1i364i6irl9jj5hh6-php-apcu-5.1.23-dev depsHostHost => NIX_BINTOOLS_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu => 1 buildInputs => /nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev /nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev STRINGS => strings builder => /nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash version => 5.1.23 SSL_CERT_FILE => /no-cert-file.crt TEST_PHP_CGI_EXECUTABLE => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php-cgi MAKEFLAGS => NIX_ENFORCE_NO_NATIVE => 1 doInstallCheck => NIX_LOG_FD => 2 MAKE_TERMERR => true mesonFlags => TMPDIR => /build out => /nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23 STRIP => strip strictDeps => TEST_PHP_EXECUTABLE => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php NIX_BINTOOLS => /nix/store/l46fjkzva0bhvy9p2r7p4vi68kr7a1db-binutils-wrapper-2.41 cmakeFlags => TEMP => /build propagatedBuildInputs => _ => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php checkPhase => NO_INTERACTON=yes make test checkFlagsArray => REPORT_EXIT_STATUS=1 NO_INTERACTION=1 READELF => readelf depsBuildBuild => AR => ar NIX_CFLAGS_COMPILE => -frandom-seed=zph4x1hiiz -isystem /nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/include -isystem /nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/include -isystem /nix/store/aha5nmsbdifqapay2c6lgispi3sa9zrm-file-5.45-dev/include -isystem /nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev/include -isystem /nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev/include -isystem /nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/include -isystem /nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/include -isystem /nix/store/aha5nmsbdifqapay2c6lgispi3sa9zrm-file-5.45-dev/include -isystem /nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev/include -isystem /nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev/include TERM => xterm-256color AS => as checkTarget => test depsBuildTarget => pname => apcu GETTEXTDATADIRS_FOR_BUILD => /nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/share/gettext ACLOCAL_PATH => /nix/store/03lwfyxfwix794jixdsfbcqpf6x0jr7f-automake-1.16.5/share/aclocal:/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/share/aclocal:/nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/share/aclocal PATH => /nix/store/i2i7a6k6759gfayyxm8jl7mr184vz2qs-autoconf-2.72/bin:/nix/store/03lwfyxfwix794jixdsfbcqpf6x0jr7f-automake-1.16.5/bin:/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/bin:/nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/bin:/nix/store/mh24q239jwiz2ayjrv4apflp8ylgv22p-gnum4-1.4.19/bin:/nix/store/13b54bc6wphsvp93852n66fnl280llzd-file-5.45/bin:/nix/store/ygi72x58n5w0if0ydmwkkdrg4sjry9j1-re2c-3.1/bin:/nix/store/pdqndw2kgjv8l3kd5ii0c833jqmxdanq-patchelf-0.15.0/bin:/nix/store/mpm3i0sbqc9svfch6a17179fs64dz2kv-gcc-wrapper-13.3.0/bin:/nix/store/zc0nsv23pakbafngjy32kvhfzb16as43-gcc-13.3.0/bin:/nix/store/082x03cmpnsqkfp4ljrhsadz68rh3q1h-glibc-2.39-52-bin/bin:/nix/store/i7qhgc0bs725qw3wdanznfkdna4z2ns2-coreutils-9.5/bin:/nix/store/l46fjkzva0bhvy9p2r7p4vi68kr7a1db-binutils-wrapper-2.41/bin:/nix/store/wwfrj9kvfi14xclc38qfwm71ah6aawdh-binutils-2.41/bin:/nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev/bin:/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin:/nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev/bin:/nix/store/9zvzyq2f6k5xasmskhbr15p82ysvvx19-pcre2-10.43-bin/bin:/nix/store/i7qhgc0bs725qw3wdanznfkdna4z2ns2-coreutils-9.5/bin:/nix/store/rr1yixvn0z63mgq9s04ig9j9qlz23s2g-findutils-4.9.0/bin:/nix/store/j4gkc44c1pwl5ccgxm83s4r746bsdcw9-diffutils-3.10/bin:/nix/store/ks6c62g0m3gqrs5i7m0cv6d6aqhdvirn-gnused-4.9/bin:/nix/store/md9apn3290h7kv0x198ihaaa3k6icg4b-gnugrep-3.11/bin:/nix/store/hkx0wcm23i9ihqlysri8n41kl232kawb-gawk-5.2.2/bin:/nix/store/95ljdxg4drk1iq8jkjfq2c0z5vbwv8vm-gnutar-1.35/bin:/nix/store/nc9lq1lra01932rfyclq3gsh82cxbmii-gzip-1.13/bin:/nix/store/cyc3v8qfkhn4r38a8s5d7f2c33q624mz-bzip2-1.0.8-bin/bin:/nix/store/18z454gyz0wpb641rw6gpqk0vi4wbxy6-gnumake-4.4.1/bin:/nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin:/nix/store/r05c0lpbnjc8dg3rrr3ck7s07pjy86j3-patch-2.7.6/bin:/nix/store/qqhrymypl970jc6npvi9a6sikhr84mdf-xz-5.4.6-bin/bin:/nix/store/qcqmiq1mb3pkk2bxbj6d6gb2fk9knk8l-file-5.45/bin depsTargetTarget => system => x86_64-linux TEST_PHP_CGI_EXECUTABLE_ESCAPED => '/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php-cgi' MAKELEVEL => 1 src => /nix/store/aqni3hyaylx4i8b9k6ac6cxp2p1v7q5y-source SOURCE_DATE_EPOCH => 315532800 NIX_LDFLAGS => -rpath /nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/lib -L/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/lib -L/nix/store/13b54bc6wphsvp93852n66fnl280llzd-file-5.45/lib -L/nix/store/msg5sk7rqi638605l412fqkwyn71kvka-libtool-2.4.7-lib/lib -L/nix/store/lqscz8qiafcc6vha719rq7ka8yv2v4rb-pcre2-10.43/lib -L/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/lib -L/nix/store/13b54bc6wphsvp93852n66fnl280llzd-file-5.45/lib -L/nix/store/msg5sk7rqi638605l412fqkwyn71kvka-libtool-2.4.7-lib/lib -L/nix/store/lqscz8qiafcc6vha719rq7ka8yv2v4rb-pcre2-10.43/lib TMP => /build extensionName => apcu NIX_BUILD_TOP => /build NIX_HARDENING_ENABLE => bindnow format fortify fortify3 pic relro stackprotector strictoverflow depsHostHostPropagated => SSH_AUTH_SOCK => deleted TEST_PHPDBG_EXECUTABLE => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/phpdbg SHELL => /nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash doCheck => 1 TEST_PHP_EXECUTABLE_ESCAPED => '/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php' MAKE_TERMOUT => true CXX => g++ NIX_STORE => /nix/store NIX_SSL_CERT_FILE => /no-cert-file.crt __structuredAttrs => CONFIG_SHELL => /nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash NIX_ENFORCE_PURITY => 1 lt_cv_deplibs_check_method => pass_all NIX_CC_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu => 1 name => php-apcu-5.1.23 PWD => /build/source HOST_PATH => /nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev/bin:/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin:/nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev/bin:/nix/store/9zvzyq2f6k5xasmskhbr15p82ysvvx19-pcre2-10.43-bin/bin:/nix/store/i7qhgc0bs725qw3wdanznfkdna4z2ns2-coreutils-9.5/bin:/nix/store/rr1yixvn0z63mgq9s04ig9j9qlz23s2g-findutils-4.9.0/bin:/nix/store/j4gkc44c1pwl5ccgxm83s4r746bsdcw9-diffutils-3.10/bin:/nix/store/ks6c62g0m3gqrs5i7m0cv6d6aqhdvirn-gnused-4.9/bin:/nix/store/md9apn3290h7kv0x198ihaaa3k6icg4b-gnugrep-3.11/bin:/nix/store/hkx0wcm23i9ihqlysri8n41kl232kawb-gawk-5.2.2/bin:/nix/store/95ljdxg4drk1iq8jkjfq2c0z5vbwv8vm-gnutar-1.35/bin:/nix/store/nc9lq1lra01932rfyclq3gsh82cxbmii-gzip-1.13/bin:/nix/store/cyc3v8qfkhn4r38a8s5d7f2c33q624mz-bzip2-1.0.8-bin/bin:/nix/store/18z454gyz0wpb641rw6gpqk0vi4wbxy6-gnumake-4.4.1/bin:/nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin:/nix/store/r05c0lpbnjc8dg3rrr3ck7s07pjy86j3-patch-2.7.6/bin:/nix/store/qqhrymypl970jc6npvi9a6sikhr84mdf-xz-5.4.6-bin/bin:/nix/store/qcqmiq1mb3pkk2bxbj6d6gb2fk9knk8l-file-5.45/bin LD => ld XDG_DATA_DIRS => /nix/store/i2i7a6k6759gfayyxm8jl7mr184vz2qs-autoconf-2.72/share:/nix/store/03lwfyxfwix794jixdsfbcqpf6x0jr7f-automake-1.16.5/share:/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/share:/nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/share:/nix/store/mh24q239jwiz2ayjrv4apflp8ylgv22p-gnum4-1.4.19/share:/nix/store/13b54bc6wphsvp93852n66fnl280llzd-file-5.45/share:/nix/store/ygi72x58n5w0if0ydmwkkdrg4sjry9j1-re2c-3.1/share:/nix/store/pdqndw2kgjv8l3kd5ii0c833jqmxdanq-patchelf-0.15.0/share depsBuildBuildPropagated => SSH_CONNECTION => deleted CC => gcc configureFlags => --disable-static --prefix=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23 --bindir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/bin --sbindir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/sbin --includedir=/nix/store/mjfbhx2bz84wm8r1i364i6irl9jj5hh6-php-apcu-5.1.23-dev/include --oldincludedir=/nix/store/mjfbhx2bz84wm8r1i364i6irl9jj5hh6-php-apcu-5.1.23-dev/include --mandir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/share/man --infodir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/share/info --docdir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/share/doc/php-apcu --libdir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/lib --libexecdir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/libexec --localedir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/share/locale shell => /nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash TZ => UTC MFLAGS => NO_INTERACTON => yes depsBuildTargetPropagated => RANLIB => ranlib nativeBuildInputs => /nix/store/rszhhc6i2msfh26fdld0wa6y3pgsyyci-autoreconf-hook /nix/store/ygi72x58n5w0if0ydmwkkdrg4sjry9j1-re2c-3.1 GZIP_NO_TIMESTAMPS => 1 TEST_PHPDBG_EXECUTABLE_ESCAPED => '/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/phpdbg' depsTargetTargetPropagated => makeFlags => EXTENSION_DIR=$(out)/lib/php/extensions phpincludedir=$(dev)/include NM => nm OBJDUMP => objdump PHP Variables Variable => Value $_SERVER['NIX_CC'] => /nix/store/mpm3i0sbqc9svfch6a17179fs64dz2kv-gcc-wrapper-13.3.0 $_SERVER['patches'] => /nix/store/q5m4kfc074y8hixmpa9lkykmrzv8kcjj-php84-fix-apc-entry-002-test.patch $_SERVER['SSH_CLIENT'] => deleted $_SERVER['stdenv'] => /nix/store/d3dzfy4amjl826fb8j00qp1d9887h7hm-stdenv-linux $_SERVER['OBJCOPY'] => objcopy $_SERVER['TEMPDIR'] => /build $_SERVER['SIZE'] => size $_SERVER['SHLVL'] => 3 $_SERVER['TEST_PHP_SRCDIR'] => /build/source $_SERVER['HOME'] => /homeless-shelter $_SERVER['outputs'] => out dev $_SERVER['OLDPWD'] => /build/source $_SERVER['NIX_BUILD_CORES'] => 8 $_SERVER['autoreconfPhase'] => phpize $_SERVER['propagatedNativeBuildInputs'] => $_SERVER['SSH_TTY'] => deleted $_SERVER['dev'] => /nix/store/mjfbhx2bz84wm8r1i364i6irl9jj5hh6-php-apcu-5.1.23-dev $_SERVER['depsHostHost'] => $_SERVER['NIX_BINTOOLS_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu'] => 1 $_SERVER['buildInputs'] => /nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev /nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev $_SERVER['STRINGS'] => strings $_SERVER['builder'] => /nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash $_SERVER['version'] => 5.1.23 $_SERVER['SSL_CERT_FILE'] => /no-cert-file.crt $_SERVER['TEST_PHP_CGI_EXECUTABLE'] => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php-cgi $_SERVER['MAKEFLAGS'] => $_SERVER['NIX_ENFORCE_NO_NATIVE'] => 1 $_SERVER['doInstallCheck'] => $_SERVER['NIX_LOG_FD'] => 2 $_SERVER['MAKE_TERMERR'] => true $_SERVER['mesonFlags'] => $_SERVER['TMPDIR'] => /build $_SERVER['out'] => /nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23 $_SERVER['STRIP'] => strip $_SERVER['strictDeps'] => $_SERVER['TEST_PHP_EXECUTABLE'] => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php $_SERVER['NIX_BINTOOLS'] => /nix/store/l46fjkzva0bhvy9p2r7p4vi68kr7a1db-binutils-wrapper-2.41 $_SERVER['cmakeFlags'] => $_SERVER['TEMP'] => /build $_SERVER['propagatedBuildInputs'] => $_SERVER['_'] => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php $_SERVER['checkPhase'] => NO_INTERACTON=yes make test $_SERVER['checkFlagsArray'] => REPORT_EXIT_STATUS=1 NO_INTERACTION=1 $_SERVER['READELF'] => readelf $_SERVER['depsBuildBuild'] => $_SERVER['AR'] => ar $_SERVER['NIX_CFLAGS_COMPILE'] => -frandom-seed=zph4x1hiiz -isystem /nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/include -isystem /nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/include -isystem /nix/store/aha5nmsbdifqapay2c6lgispi3sa9zrm-file-5.45-dev/include -isystem /nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev/include -isystem /nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev/include -isystem /nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/include -isystem /nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/include -isystem /nix/store/aha5nmsbdifqapay2c6lgispi3sa9zrm-file-5.45-dev/include -isystem /nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev/include -isystem /nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev/include $_SERVER['TERM'] => xterm-256color $_SERVER['AS'] => as $_SERVER['checkTarget'] => test $_SERVER['depsBuildTarget'] => $_SERVER['pname'] => apcu $_SERVER['GETTEXTDATADIRS_FOR_BUILD'] => /nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/share/gettext $_SERVER['ACLOCAL_PATH'] => /nix/store/03lwfyxfwix794jixdsfbcqpf6x0jr7f-automake-1.16.5/share/aclocal:/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/share/aclocal:/nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/share/aclocal $_SERVER['PATH'] => /nix/store/i2i7a6k6759gfayyxm8jl7mr184vz2qs-autoconf-2.72/bin:/nix/store/03lwfyxfwix794jixdsfbcqpf6x0jr7f-automake-1.16.5/bin:/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/bin:/nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/bin:/nix/store/mh24q239jwiz2ayjrv4apflp8ylgv22p-gnum4-1.4.19/bin:/nix/store/13b54bc6wphsvp93852n66fnl280llzd-file-5.45/bin:/nix/store/ygi72x58n5w0if0ydmwkkdrg4sjry9j1-re2c-3.1/bin:/nix/store/pdqndw2kgjv8l3kd5ii0c833jqmxdanq-patchelf-0.15.0/bin:/nix/store/mpm3i0sbqc9svfch6a17179fs64dz2kv-gcc-wrapper-13.3.0/bin:/nix/store/zc0nsv23pakbafngjy32kvhfzb16as43-gcc-13.3.0/bin:/nix/store/082x03cmpnsqkfp4ljrhsadz68rh3q1h-glibc-2.39-52-bin/bin:/nix/store/i7qhgc0bs725qw3wdanznfkdna4z2ns2-coreutils-9.5/bin:/nix/store/l46fjkzva0bhvy9p2r7p4vi68kr7a1db-binutils-wrapper-2.41/bin:/nix/store/wwfrj9kvfi14xclc38qfwm71ah6aawdh-binutils-2.41/bin:/nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev/bin:/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin:/nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev/bin:/nix/store/9zvzyq2f6k5xasmskhbr15p82ysvvx19-pcre2-10.43-bin/bin:/nix/store/i7qhgc0bs725qw3wdanznfkdna4z2ns2-coreutils-9.5/bin:/nix/store/rr1yixvn0z63mgq9s04ig9j9qlz23s2g-findutils-4.9.0/bin:/nix/store/j4gkc44c1pwl5ccgxm83s4r746bsdcw9-diffutils-3.10/bin:/nix/store/ks6c62g0m3gqrs5i7m0cv6d6aqhdvirn-gnused-4.9/bin:/nix/store/md9apn3290h7kv0x198ihaaa3k6icg4b-gnugrep-3.11/bin:/nix/store/hkx0wcm23i9ihqlysri8n41kl232kawb-gawk-5.2.2/bin:/nix/store/95ljdxg4drk1iq8jkjfq2c0z5vbwv8vm-gnutar-1.35/bin:/nix/store/nc9lq1lra01932rfyclq3gsh82cxbmii-gzip-1.13/bin:/nix/store/cyc3v8qfkhn4r38a8s5d7f2c33q624mz-bzip2-1.0.8-bin/bin:/nix/store/18z454gyz0wpb641rw6gpqk0vi4wbxy6-gnumake-4.4.1/bin:/nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin:/nix/store/r05c0lpbnjc8dg3rrr3ck7s07pjy86j3-patch-2.7.6/bin:/nix/store/qqhrymypl970jc6npvi9a6sikhr84mdf-xz-5.4.6-bin/bin:/nix/store/qcqmiq1mb3pkk2bxbj6d6gb2fk9knk8l-file-5.45/bin $_SERVER['depsTargetTarget'] => $_SERVER['system'] => x86_64-linux $_SERVER['TEST_PHP_CGI_EXECUTABLE_ESCAPED'] => '/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php-cgi' $_SERVER['MAKELEVEL'] => 1 $_SERVER['src'] => /nix/store/aqni3hyaylx4i8b9k6ac6cxp2p1v7q5y-source $_SERVER['SOURCE_DATE_EPOCH'] => 315532800 $_SERVER['NIX_LDFLAGS'] => -rpath /nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/lib -L/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/lib -L/nix/store/13b54bc6wphsvp93852n66fnl280llzd-file-5.45/lib -L/nix/store/msg5sk7rqi638605l412fqkwyn71kvka-libtool-2.4.7-lib/lib -L/nix/store/lqscz8qiafcc6vha719rq7ka8yv2v4rb-pcre2-10.43/lib -L/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/lib -L/nix/store/13b54bc6wphsvp93852n66fnl280llzd-file-5.45/lib -L/nix/store/msg5sk7rqi638605l412fqkwyn71kvka-libtool-2.4.7-lib/lib -L/nix/store/lqscz8qiafcc6vha719rq7ka8yv2v4rb-pcre2-10.43/lib $_SERVER['TMP'] => /build $_SERVER['extensionName'] => apcu $_SERVER['NIX_BUILD_TOP'] => /build $_SERVER['NIX_HARDENING_ENABLE'] => bindnow format fortify fortify3 pic relro stackprotector strictoverflow $_SERVER['depsHostHostPropagated'] => $_SERVER['SSH_AUTH_SOCK'] => deleted $_SERVER['TEST_PHPDBG_EXECUTABLE'] => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/phpdbg $_SERVER['SHELL'] => /nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash $_SERVER['doCheck'] => 1 $_SERVER['TEST_PHP_EXECUTABLE_ESCAPED'] => '/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php' $_SERVER['MAKE_TERMOUT'] => true $_SERVER['CXX'] => g++ $_SERVER['NIX_STORE'] => /nix/store $_SERVER['NIX_SSL_CERT_FILE'] => /no-cert-file.crt $_SERVER['__structuredAttrs'] => $_SERVER['CONFIG_SHELL'] => /nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash $_SERVER['NIX_ENFORCE_PURITY'] => 1 $_SERVER['lt_cv_deplibs_check_method'] => pass_all $_SERVER['NIX_CC_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu'] => 1 $_SERVER['name'] => php-apcu-5.1.23 $_SERVER['PWD'] => /build/source $_SERVER['HOST_PATH'] => /nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev/bin:/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin:/nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev/bin:/nix/store/9zvzyq2f6k5xasmskhbr15p82ysvvx19-pcre2-10.43-bin/bin:/nix/store/i7qhgc0bs725qw3wdanznfkdna4z2ns2-coreutils-9.5/bin:/nix/store/rr1yixvn0z63mgq9s04ig9j9qlz23s2g-findutils-4.9.0/bin:/nix/store/j4gkc44c1pwl5ccgxm83s4r746bsdcw9-diffutils-3.10/bin:/nix/store/ks6c62g0m3gqrs5i7m0cv6d6aqhdvirn-gnused-4.9/bin:/nix/store/md9apn3290h7kv0x198ihaaa3k6icg4b-gnugrep-3.11/bin:/nix/store/hkx0wcm23i9ihqlysri8n41kl232kawb-gawk-5.2.2/bin:/nix/store/95ljdxg4drk1iq8jkjfq2c0z5vbwv8vm-gnutar-1.35/bin:/nix/store/nc9lq1lra01932rfyclq3gsh82cxbmii-gzip-1.13/bin:/nix/store/cyc3v8qfkhn4r38a8s5d7f2c33q624mz-bzip2-1.0.8-bin/bin:/nix/store/18z454gyz0wpb641rw6gpqk0vi4wbxy6-gnumake-4.4.1/bin:/nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin:/nix/store/r05c0lpbnjc8dg3rrr3ck7s07pjy86j3-patch-2.7.6/bin:/nix/store/qqhrymypl970jc6npvi9a6sikhr84mdf-xz-5.4.6-bin/bin:/nix/store/qcqmiq1mb3pkk2bxbj6d6gb2fk9knk8l-file-5.45/bin $_SERVER['LD'] => ld $_SERVER['XDG_DATA_DIRS'] => /nix/store/i2i7a6k6759gfayyxm8jl7mr184vz2qs-autoconf-2.72/share:/nix/store/03lwfyxfwix794jixdsfbcqpf6x0jr7f-automake-1.16.5/share:/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/share:/nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/share:/nix/store/mh24q239jwiz2ayjrv4apflp8ylgv22p-gnum4-1.4.19/share:/nix/store/13b54bc6wphsvp93852n66fnl280llzd-file-5.45/share:/nix/store/ygi72x58n5w0if0ydmwkkdrg4sjry9j1-re2c-3.1/share:/nix/store/pdqndw2kgjv8l3kd5ii0c833jqmxdanq-patchelf-0.15.0/share $_SERVER['depsBuildBuildPropagated'] => $_SERVER['SSH_CONNECTION'] => deleted $_SERVER['CC'] => gcc $_SERVER['configureFlags'] => --disable-static --prefix=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23 --bindir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/bin --sbindir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/sbin --includedir=/nix/store/mjfbhx2bz84wm8r1i364i6irl9jj5hh6-php-apcu-5.1.23-dev/include --oldincludedir=/nix/store/mjfbhx2bz84wm8r1i364i6irl9jj5hh6-php-apcu-5.1.23-dev/include --mandir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/share/man --infodir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/share/info --docdir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/share/doc/php-apcu --libdir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/lib --libexecdir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/libexec --localedir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/share/locale $_SERVER['shell'] => /nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash $_SERVER['TZ'] => UTC $_SERVER['MFLAGS'] => $_SERVER['NO_INTERACTON'] => yes $_SERVER['depsBuildTargetPropagated'] => $_SERVER['RANLIB'] => ranlib $_SERVER['nativeBuildInputs'] => /nix/store/rszhhc6i2msfh26fdld0wa6y3pgsyyci-autoreconf-hook /nix/store/ygi72x58n5w0if0ydmwkkdrg4sjry9j1-re2c-3.1 $_SERVER['GZIP_NO_TIMESTAMPS'] => 1 $_SERVER['TEST_PHPDBG_EXECUTABLE_ESCAPED'] => '/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/phpdbg' $_SERVER['depsTargetTargetPropagated'] => $_SERVER['makeFlags'] => EXTENSION_DIR=$(out)/lib/php/extensions phpincludedir=$(dev)/include $_SERVER['NM'] => nm $_SERVER['OBJDUMP'] => objdump $_SERVER['PHP_SELF'] => $_SERVER['SCRIPT_NAME'] => $_SERVER['SCRIPT_FILENAME'] => $_SERVER['PATH_TRANSLATED'] => $_SERVER['DOCUMENT_ROOT'] => $_SERVER['REQUEST_TIME_FLOAT'] => 1720301785.6251 $_SERVER['REQUEST_TIME'] => 1720301785 $_SERVER['argv'] => Array ( ) $_SERVER['argc'] => 0 $_ENV['NIX_CC'] => /nix/store/mpm3i0sbqc9svfch6a17179fs64dz2kv-gcc-wrapper-13.3.0 $_ENV['patches'] => /nix/store/q5m4kfc074y8hixmpa9lkykmrzv8kcjj-php84-fix-apc-entry-002-test.patch $_ENV['SSH_CLIENT'] => deleted $_ENV['stdenv'] => /nix/store/d3dzfy4amjl826fb8j00qp1d9887h7hm-stdenv-linux $_ENV['OBJCOPY'] => objcopy $_ENV['TEMPDIR'] => /build $_ENV['SIZE'] => size $_ENV['SHLVL'] => 3 $_ENV['TEST_PHP_SRCDIR'] => /build/source $_ENV['HOME'] => /homeless-shelter $_ENV['outputs'] => out dev $_ENV['OLDPWD'] => /build/source $_ENV['NIX_BUILD_CORES'] => 8 $_ENV['autoreconfPhase'] => phpize $_ENV['propagatedNativeBuildInputs'] => $_ENV['SSH_TTY'] => deleted $_ENV['dev'] => /nix/store/mjfbhx2bz84wm8r1i364i6irl9jj5hh6-php-apcu-5.1.23-dev $_ENV['depsHostHost'] => $_ENV['NIX_BINTOOLS_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu'] => 1 $_ENV['buildInputs'] => /nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev /nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev $_ENV['STRINGS'] => strings $_ENV['builder'] => /nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash $_ENV['version'] => 5.1.23 $_ENV['SSL_CERT_FILE'] => /no-cert-file.crt $_ENV['TEST_PHP_CGI_EXECUTABLE'] => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php-cgi $_ENV['MAKEFLAGS'] => $_ENV['NIX_ENFORCE_NO_NATIVE'] => 1 $_ENV['doInstallCheck'] => $_ENV['NIX_LOG_FD'] => 2 $_ENV['MAKE_TERMERR'] => true $_ENV['mesonFlags'] => $_ENV['TMPDIR'] => /build $_ENV['out'] => /nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23 $_ENV['STRIP'] => strip $_ENV['strictDeps'] => $_ENV['TEST_PHP_EXECUTABLE'] => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php $_ENV['NIX_BINTOOLS'] => /nix/store/l46fjkzva0bhvy9p2r7p4vi68kr7a1db-binutils-wrapper-2.41 $_ENV['cmakeFlags'] => $_ENV['TEMP'] => /build $_ENV['propagatedBuildInputs'] => $_ENV['_'] => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php $_ENV['checkPhase'] => NO_INTERACTON=yes make test $_ENV['checkFlagsArray'] => REPORT_EXIT_STATUS=1 NO_INTERACTION=1 $_ENV['READELF'] => readelf $_ENV['depsBuildBuild'] => $_ENV['AR'] => ar $_ENV['NIX_CFLAGS_COMPILE'] => -frandom-seed=zph4x1hiiz -isystem /nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/include -isystem /nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/include -isystem /nix/store/aha5nmsbdifqapay2c6lgispi3sa9zrm-file-5.45-dev/include -isystem /nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev/include -isystem /nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev/include -isystem /nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/include -isystem /nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/include -isystem /nix/store/aha5nmsbdifqapay2c6lgispi3sa9zrm-file-5.45-dev/include -isystem /nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev/include -isystem /nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev/include $_ENV['TERM'] => xterm-256color $_ENV['AS'] => as $_ENV['checkTarget'] => test $_ENV['depsBuildTarget'] => $_ENV['pname'] => apcu $_ENV['GETTEXTDATADIRS_FOR_BUILD'] => /nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/share/gettext $_ENV['ACLOCAL_PATH'] => /nix/store/03lwfyxfwix794jixdsfbcqpf6x0jr7f-automake-1.16.5/share/aclocal:/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/share/aclocal:/nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/share/aclocal $_ENV['PATH'] => /nix/store/i2i7a6k6759gfayyxm8jl7mr184vz2qs-autoconf-2.72/bin:/nix/store/03lwfyxfwix794jixdsfbcqpf6x0jr7f-automake-1.16.5/bin:/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/bin:/nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/bin:/nix/store/mh24q239jwiz2ayjrv4apflp8ylgv22p-gnum4-1.4.19/bin:/nix/store/13b54bc6wphsvp93852n66fnl280llzd-file-5.45/bin:/nix/store/ygi72x58n5w0if0ydmwkkdrg4sjry9j1-re2c-3.1/bin:/nix/store/pdqndw2kgjv8l3kd5ii0c833jqmxdanq-patchelf-0.15.0/bin:/nix/store/mpm3i0sbqc9svfch6a17179fs64dz2kv-gcc-wrapper-13.3.0/bin:/nix/store/zc0nsv23pakbafngjy32kvhfzb16as43-gcc-13.3.0/bin:/nix/store/082x03cmpnsqkfp4ljrhsadz68rh3q1h-glibc-2.39-52-bin/bin:/nix/store/i7qhgc0bs725qw3wdanznfkdna4z2ns2-coreutils-9.5/bin:/nix/store/l46fjkzva0bhvy9p2r7p4vi68kr7a1db-binutils-wrapper-2.41/bin:/nix/store/wwfrj9kvfi14xclc38qfwm71ah6aawdh-binutils-2.41/bin:/nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev/bin:/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin:/nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev/bin:/nix/store/9zvzyq2f6k5xasmskhbr15p82ysvvx19-pcre2-10.43-bin/bin:/nix/store/i7qhgc0bs725qw3wdanznfkdna4z2ns2-coreutils-9.5/bin:/nix/store/rr1yixvn0z63mgq9s04ig9j9qlz23s2g-findutils-4.9.0/bin:/nix/store/j4gkc44c1pwl5ccgxm83s4r746bsdcw9-diffutils-3.10/bin:/nix/store/ks6c62g0m3gqrs5i7m0cv6d6aqhdvirn-gnused-4.9/bin:/nix/store/md9apn3290h7kv0x198ihaaa3k6icg4b-gnugrep-3.11/bin:/nix/store/hkx0wcm23i9ihqlysri8n41kl232kawb-gawk-5.2.2/bin:/nix/store/95ljdxg4drk1iq8jkjfq2c0z5vbwv8vm-gnutar-1.35/bin:/nix/store/nc9lq1lra01932rfyclq3gsh82cxbmii-gzip-1.13/bin:/nix/store/cyc3v8qfkhn4r38a8s5d7f2c33q624mz-bzip2-1.0.8-bin/bin:/nix/store/18z454gyz0wpb641rw6gpqk0vi4wbxy6-gnumake-4.4.1/bin:/nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin:/nix/store/r05c0lpbnjc8dg3rrr3ck7s07pjy86j3-patch-2.7.6/bin:/nix/store/qqhrymypl970jc6npvi9a6sikhr84mdf-xz-5.4.6-bin/bin:/nix/store/qcqmiq1mb3pkk2bxbj6d6gb2fk9knk8l-file-5.45/bin $_ENV['depsTargetTarget'] => $_ENV['system'] => x86_64-linux $_ENV['TEST_PHP_CGI_EXECUTABLE_ESCAPED'] => '/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php-cgi' $_ENV['MAKELEVEL'] => 1 $_ENV['src'] => /nix/store/aqni3hyaylx4i8b9k6ac6cxp2p1v7q5y-source $_ENV['SOURCE_DATE_EPOCH'] => 315532800 $_ENV['NIX_LDFLAGS'] => -rpath /nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/lib -L/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/lib -L/nix/store/13b54bc6wphsvp93852n66fnl280llzd-file-5.45/lib -L/nix/store/msg5sk7rqi638605l412fqkwyn71kvka-libtool-2.4.7-lib/lib -L/nix/store/lqscz8qiafcc6vha719rq7ka8yv2v4rb-pcre2-10.43/lib -L/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/lib -L/nix/store/13b54bc6wphsvp93852n66fnl280llzd-file-5.45/lib -L/nix/store/msg5sk7rqi638605l412fqkwyn71kvka-libtool-2.4.7-lib/lib -L/nix/store/lqscz8qiafcc6vha719rq7ka8yv2v4rb-pcre2-10.43/lib $_ENV['TMP'] => /build $_ENV['extensionName'] => apcu $_ENV['NIX_BUILD_TOP'] => /build $_ENV['NIX_HARDENING_ENABLE'] => bindnow format fortify fortify3 pic relro stackprotector strictoverflow $_ENV['depsHostHostPropagated'] => $_ENV['SSH_AUTH_SOCK'] => deleted $_ENV['TEST_PHPDBG_EXECUTABLE'] => /nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/phpdbg $_ENV['SHELL'] => /nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash $_ENV['doCheck'] => 1 $_ENV['TEST_PHP_EXECUTABLE_ESCAPED'] => '/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/php' $_ENV['MAKE_TERMOUT'] => true $_ENV['CXX'] => g++ $_ENV['NIX_STORE'] => /nix/store $_ENV['NIX_SSL_CERT_FILE'] => /no-cert-file.crt $_ENV['__structuredAttrs'] => $_ENV['CONFIG_SHELL'] => /nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash $_ENV['NIX_ENFORCE_PURITY'] => 1 $_ENV['lt_cv_deplibs_check_method'] => pass_all $_ENV['NIX_CC_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu'] => 1 $_ENV['name'] => php-apcu-5.1.23 $_ENV['PWD'] => /build/source $_ENV['HOST_PATH'] => /nix/store/qkbkrs6mj08sb8bb8x36dinixrlyjsik-php-8.4.0alpha1-dev/bin:/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin:/nix/store/6yr7pgrc9lxhabf60ra4yj9fs2msqcx0-pcre2-10.43-dev/bin:/nix/store/9zvzyq2f6k5xasmskhbr15p82ysvvx19-pcre2-10.43-bin/bin:/nix/store/i7qhgc0bs725qw3wdanznfkdna4z2ns2-coreutils-9.5/bin:/nix/store/rr1yixvn0z63mgq9s04ig9j9qlz23s2g-findutils-4.9.0/bin:/nix/store/j4gkc44c1pwl5ccgxm83s4r746bsdcw9-diffutils-3.10/bin:/nix/store/ks6c62g0m3gqrs5i7m0cv6d6aqhdvirn-gnused-4.9/bin:/nix/store/md9apn3290h7kv0x198ihaaa3k6icg4b-gnugrep-3.11/bin:/nix/store/hkx0wcm23i9ihqlysri8n41kl232kawb-gawk-5.2.2/bin:/nix/store/95ljdxg4drk1iq8jkjfq2c0z5vbwv8vm-gnutar-1.35/bin:/nix/store/nc9lq1lra01932rfyclq3gsh82cxbmii-gzip-1.13/bin:/nix/store/cyc3v8qfkhn4r38a8s5d7f2c33q624mz-bzip2-1.0.8-bin/bin:/nix/store/18z454gyz0wpb641rw6gpqk0vi4wbxy6-gnumake-4.4.1/bin:/nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin:/nix/store/r05c0lpbnjc8dg3rrr3ck7s07pjy86j3-patch-2.7.6/bin:/nix/store/qqhrymypl970jc6npvi9a6sikhr84mdf-xz-5.4.6-bin/bin:/nix/store/qcqmiq1mb3pkk2bxbj6d6gb2fk9knk8l-file-5.45/bin $_ENV['LD'] => ld $_ENV['XDG_DATA_DIRS'] => /nix/store/i2i7a6k6759gfayyxm8jl7mr184vz2qs-autoconf-2.72/share:/nix/store/03lwfyxfwix794jixdsfbcqpf6x0jr7f-automake-1.16.5/share:/nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/share:/nix/store/ijhlqlas42l7i8fdkhn2rkf0bpcyq3z1-libtool-2.4.7/share:/nix/store/mh24q239jwiz2ayjrv4apflp8ylgv22p-gnum4-1.4.19/share:/nix/store/13b54bc6wphsvp93852n66fnl280llzd-file-5.45/share:/nix/store/ygi72x58n5w0if0ydmwkkdrg4sjry9j1-re2c-3.1/share:/nix/store/pdqndw2kgjv8l3kd5ii0c833jqmxdanq-patchelf-0.15.0/share $_ENV['depsBuildBuildPropagated'] => $_ENV['SSH_CONNECTION'] => deleted $_ENV['CC'] => gcc $_ENV['configureFlags'] => --disable-static --prefix=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23 --bindir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/bin --sbindir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/sbin --includedir=/nix/store/mjfbhx2bz84wm8r1i364i6irl9jj5hh6-php-apcu-5.1.23-dev/include --oldincludedir=/nix/store/mjfbhx2bz84wm8r1i364i6irl9jj5hh6-php-apcu-5.1.23-dev/include --mandir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/share/man --infodir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/share/info --docdir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/share/doc/php-apcu --libdir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/lib --libexecdir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/libexec --localedir=/nix/store/zph4x1hiiz99im4vl955kw4y1y6s5zdj-php-apcu-5.1.23/share/locale $_ENV['shell'] => /nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash $_ENV['TZ'] => UTC $_ENV['MFLAGS'] => $_ENV['NO_INTERACTON'] => yes $_ENV['depsBuildTargetPropagated'] => $_ENV['RANLIB'] => ranlib $_ENV['nativeBuildInputs'] => /nix/store/rszhhc6i2msfh26fdld0wa6y3pgsyyci-autoreconf-hook /nix/store/ygi72x58n5w0if0ydmwkkdrg4sjry9j1-re2c-3.1 $_ENV['GZIP_NO_TIMESTAMPS'] => 1 $_ENV['TEST_PHPDBG_EXECUTABLE_ESCAPED'] => '/nix/store/61da0svkgad4d77zz47jvcvlcxnjh4y1-php-8.4.0alpha1/bin/phpdbg' $_ENV['depsTargetTargetPropagated'] => $_ENV['makeFlags'] => EXTENSION_DIR=$(out)/lib/php/extensions phpincludedir=$(dev)/include $_ENV['NM'] => nm $_ENV['OBJDUMP'] => objdump PHP License This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net. ```

Do you also have the issue @andypost ?