Tests failures for 7.4.2 on GNU/Linux

[email protected]
Newsgroups php.qa
Message-ID <[email protected]>
Hello,

I tried sending this test results (for PHP 7.4.2) to
[email protected] (as instructed in the output of running the
tests), but got the following reply:

> Hi. This is the qmail-send program at lists.php.net.
> I'm afraid I wasn't able to deliver your message to the following addresses.
> This is a permanent error; I've given up. Sorry it didn't work out.

> <[email protected]>: Sorry, only subscribers may post. If you
> are a subscriber, please forward this message to
> [email protected] to get your new address included.

I've created an account here and I am re-sending the same file, in the
hope that it is useful.

Thank you,

Maxim
php_test_results_20200202_2018.txt (text/plain, 95.7 KB)
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
Test open_basedir configuration [tests/security/open_basedir_linkinfo.phpt]  XFAIL REASON: BUG: open_basedir cannot delete symlink to prohibited file. See also
bugs 48111 and 52176.
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt]  XFAIL REASON: See Bug #48770
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt]  XFAIL REASON: See Bug #48770
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt]  XFAIL REASON: See Bug #48770
Initial value of static var in method depends on the include time of the class definition [Zend/tests/method_static_var.phpt]  XFAIL REASON: Maybe not a bug
DateTime::add() -- fall type2 type3 [ext/date/tests/DateTime_add-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- fall type3 type2 [ext/date/tests/DateTime_add-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- fall type3 type3 [ext/date/tests/DateTime_add-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- spring type2 type3 [ext/date/tests/DateTime_add-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- spring type3 type2 [ext/date/tests/DateTime_add-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- spring type3 type3 [ext/date/tests/DateTime_add-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type2 type3 [ext/date/tests/DateTime_diff-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type3 type2 [ext/date/tests/DateTime_diff-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type3 type3 [ext/date/tests/DateTime_diff-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type2 type3 [ext/date/tests/DateTime_diff-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type3 type2 [ext/date/tests/DateTime_diff-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type3 type3 [ext/date/tests/DateTime_diff-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type2 type3 [ext/date/tests/DateTime_sub-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type3 type2 [ext/date/tests/DateTime_sub-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type3 type3 [ext/date/tests/DateTime_sub-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type2 type3 [ext/date/tests/DateTime_sub-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type3 type2 [ext/date/tests/DateTime_sub-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type3 type3 [ext/date/tests/DateTime_sub-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
Bug #52480 (Incorrect difference using DateInterval) [ext/date/tests/bug52480.phpt]  XFAIL REASON: See https://bugs.php.net/bug.php?id=52480
RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bd2) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd2.phpt]  XFAIL REASON: Still not quite right
RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fs) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fs.phpt]  XFAIL REASON: Still not quite right
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]  XFAIL REASON: FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
Bug #67296 (filter_input doesn't validate variables) [ext/filter/tests/bug49184.phpt]  XFAIL REASON: See Bug #49184
Bug #67167: filter_var(null,FILTER_VALIDATE_BOOLEAN,FILTER_NULL_ON_FAILURE) returns null [ext/filter/tests/bug67167.02.phpt]  XFAIL REASON: Requires php_zval_filter to not use convert_to_string for all filters.
via [ext/pdo_sqlite/tests/common.phpt]
	SQLite PDO Common: PDOStatement::getColumnMeta [ext/pdo_sqlite/tests/pdo_022.phpt]  XFAIL REASON: This feature is not yet finalized, no test makes sense
Phar: bug #69958: Segfault in Phar::convertToData on invalid file [ext/phar/tests/bug69958.phpt]  XFAIL REASON: Still has memory leaks, see https://bugs.php.net/bug.php?id=70005
updateTimestamp never called when session data is empty [ext/session/tests/bug71162.phpt]  XFAIL REASON: Current session module is designed to write empty session always. In addition, current session module only supports SessionHandlerInterface only from PHP 7.0.
Bug #73529 session_decode() silently fails on wrong input [ext/session/tests/bug73529.phpt]  XFAIL REASON: session_decode() does not return proper status.
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #79067 (gdTransformAffineCopy() may use unitialized values) [ext/gd/tests/bug79067.phpt]
Bug #79068 (gdTransformAffineCopy() changes interpolation method) [ext/gd/tests/bug79068.phpt]
Test disk_free_space and its alias diskfreespace() functions : basic functionality [ext/standard/tests/file/disk_free_space_basic.phpt]
Test lstat() and stat() functions: usage variations - creating file/subdir [ext/standard/tests/file/lstat_stat_variation8.phpt]
Test lstat() and stat() functions: usage variations - deleting file/subdir [ext/standard/tests/file/lstat_stat_variation9.phpt]
=====================================================================

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
FPM: Buffered worker output decorated log with multiple continuous messages (stdout/stderr mixed) [sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phpt] (warn: XFAIL section but test passes)
FPM: Buffered worker output decorated log with multiple continuous messages [sapi/fpm/tests/log-bwd-multiple-msgs.phpt] (warn: XFAIL section but test passes)
=====================================================================


=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   20
Exts tested     :   53
---------------------------------------------------------------------

Number of tests : 15590             12549
Tests skipped   : 3041 ( 19.5%) --------
Tests warned    :    2 (  0.0%) (  0.0%)
Tests failed    :    5 (  0.0%) (  0.0%)
Expected fail   :   35 (  0.2%) (  0.3%)
Tests passed    : 12507 ( 80.2%) ( 99.7%)
---------------------------------------------------------------------
Time taken      :  975 seconds
=====================================================================

=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
Test open_basedir configuration [tests/security/open_basedir_linkinfo.phpt]  XFAIL REASON: BUG: open_basedir cannot delete symlink to prohibited file. See also
bugs 48111 and 52176.
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt]  XFAIL REASON: See Bug #48770
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt]  XFAIL REASON: See Bug #48770
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt]  XFAIL REASON: See Bug #48770
Initial value of static var in method depends on the include time of the class definition [Zend/tests/method_static_var.phpt]  XFAIL REASON: Maybe not a bug
DateTime::add() -- fall type2 type3 [ext/date/tests/DateTime_add-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- fall type3 type2 [ext/date/tests/DateTime_add-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- fall type3 type3 [ext/date/tests/DateTime_add-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- spring type2 type3 [ext/date/tests/DateTime_add-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- spring type3 type2 [ext/date/tests/DateTime_add-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- spring type3 type3 [ext/date/tests/DateTime_add-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type2 type3 [ext/date/tests/DateTime_diff-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type3 type2 [ext/date/tests/DateTime_diff-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type3 type3 [ext/date/tests/DateTime_diff-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type2 type3 [ext/date/tests/DateTime_diff-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type3 type2 [ext/date/tests/DateTime_diff-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type3 type3 [ext/date/tests/DateTime_diff-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type2 type3 [ext/date/tests/DateTime_sub-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type3 type2 [ext/date/tests/DateTime_sub-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type3 type3 [ext/date/tests/DateTime_sub-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type2 type3 [ext/date/tests/DateTime_sub-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type3 type2 [ext/date/tests/DateTime_sub-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type3 type3 [ext/date/tests/DateTime_sub-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
Bug #52480 (Incorrect difference using DateInterval) [ext/date/tests/bug52480.phpt]  XFAIL REASON: See https://bugs.php.net/bug.php?id=52480
RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bd2) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd2.phpt]  XFAIL REASON: Still not quite right
RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fs) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fs.phpt]  XFAIL REASON: Still not quite right
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]  XFAIL REASON: FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
Bug #67296 (filter_input doesn't validate variables) [ext/filter/tests/bug49184.phpt]  XFAIL REASON: See Bug #49184
Bug #67167: filter_var(null,FILTER_VALIDATE_BOOLEAN,FILTER_NULL_ON_FAILURE) returns null [ext/filter/tests/bug67167.02.phpt]  XFAIL REASON: Requires php_zval_filter to not use convert_to_string for all filters.
via [ext/pdo_sqlite/tests/common.phpt]
	SQLite PDO Common: PDOStatement::getColumnMeta [ext/pdo_sqlite/tests/pdo_022.phpt]  XFAIL REASON: This feature is not yet finalized, no test makes sense
Phar: bug #69958: Segfault in Phar::convertToData on invalid file [ext/phar/tests/bug69958.phpt]  XFAIL REASON: Still has memory leaks, see https://bugs.php.net/bug.php?id=70005
updateTimestamp never called when session data is empty [ext/session/tests/bug71162.phpt]  XFAIL REASON: Current session module is designed to write empty session always. In addition, current session module only supports SessionHandlerInterface only from PHP 7.0.
Bug #73529 session_decode() silently fails on wrong input [ext/session/tests/bug73529.phpt]  XFAIL REASON: session_decode() does not return proper status.
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #79067 (gdTransformAffineCopy() may use unitialized values) [ext/gd/tests/bug79067.phpt]
Bug #79068 (gdTransformAffineCopy() changes interpolation method) [ext/gd/tests/bug79068.phpt]
Test disk_free_space and its alias diskfreespace() functions : basic functionality [ext/standard/tests/file/disk_free_space_basic.phpt]
Test lstat() and stat() functions: usage variations - creating file/subdir [ext/standard/tests/file/lstat_stat_variation8.phpt]
Test lstat() and stat() functions: usage variations - deleting file/subdir [ext/standard/tests/file/lstat_stat_variation9.phpt]
=====================================================================

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
FPM: Buffered worker output decorated log with multiple continuous messages (stdout/stderr mixed) [sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phpt] (warn: XFAIL section but test passes)
FPM: Buffered worker output decorated log with multiple continuous messages [sapi/fpm/tests/log-bwd-multiple-msgs.phpt] (warn: XFAIL section but test passes)
=====================================================================


================================================================================
/tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/ext/gd/tests/bug79067.phpt
================================================================================
resource(5) of type (gd)
================================================================================
001+ resource(5) of type (gd)
001- bool(false)
================================================================================



================================================================================
/tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/ext/gd/tests/bug79068.phpt
================================================================================
The image size differs: expected 114x115, got 117x117.
================================================================================
001+ The image size differs: expected 114x115, got 117x117.
001- The images are equal.
================================================================================



================================================================================
/tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/ext/standard/tests/file/disk_free_space_basic.phpt
================================================================================
*** Testing with existing directory ***
float(984125468672)
float(984125468672)
*** Testing with newly created directory ***
 
 Free Space before writing to a file
float(984125468672)

 Free Space after writing to a file
float(984125468672)

 Free Space Value Is Incorrect
float(984125468672)
float(984125468672)
*** Testing with Binary Input ***
float(984125468672)

--- Done ---
================================================================================
012+  Free Space Value Is Incorrect
013+ float(984125468672)
014+ float(984125468672)
012-  Free Space Value Is Correct
================================================================================



================================================================================
/tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/ext/standard/tests/file/lstat_stat_variation8.phpt
================================================================================
*** Testing stat() on dir after subdir and file is created in it ***
bool(true)
bool(true)
Error: stat1 is not lesser than stat2 at key value: 3
Error: stat1 is not lesser than stat2 at key value: nlink

 Dumping stat array 1...
array(26) {
  [0]=>
  int(22)
  [1]=>
  int(2000939)
  [2]=>
  int(16877)
  [3]=>
  int(1)
  [4]=>
  int(999)
  [5]=>
  int(30000)
  [6]=>
  int(0)
  [7]=>
  int(0)
  [8]=>
  int(1580675456)
  [9]=>
  int(1580675456)
  [10]=>
  int(1580675456)
  [11]=>
  int(4096)
  [12]=>
  int(0)
  ["dev"]=>
  int(22)
  ["ino"]=>
  int(2000939)
  ["mode"]=>
  int(16877)
  ["nlink"]=>
  int(1)
  ["uid"]=>
  int(999)
  ["gid"]=>
  int(30000)
  ["rdev"]=>
  int(0)
  ["size"]=>
  int(0)
  ["atime"]=>
  int(1580675456)
  ["mtime"]=>
  int(1580675456)
  ["ctime"]=>
  int(1580675456)
  ["blksize"]=>
  int(4096)
  ["blocks"]=>
  int(0)
}

 Dumping stat array 2...
array(26) {
  [0]=>
  int(22)
  [1]=>
  int(2000939)
  [2]=>
  int(16877)
  [3]=>
  int(1)
  [4]=>
  int(999)
  [5]=>
  int(30000)
  [6]=>
  int(0)
  [7]=>
  int(108)
  [8]=>
  int(1580675456)
  [9]=>
  int(1580675458)
  [10]=>
  int(1580675458)
  [11]=>
  int(4096)
  [12]=>
  int(0)
  ["dev"]=>
  int(22)
  ["ino"]=>
  int(2000939)
  ["mode"]=>
  int(16877)
  ["nlink"]=>
  int(1)
  ["uid"]=>
  int(999)
  ["gid"]=>
  int(30000)
  ["rdev"]=>
  int(0)
  ["size"]=>
  int(108)
  ["atime"]=>
  int(1580675456)
  ["mtime"]=>
  int(1580675458)
  ["ctime"]=>
  int(1580675458)
  ["blksize"]=>
  int(4096)
  ["blocks"]=>
  int(0)
}
bool(false)

--- Done ---
================================================================================
004+ Error: stat1 is not lesser than stat2 at key value: 3
005+ Error: stat1 is not lesser than stat2 at key value: nlink
004- bool(true)
006- --- Done ---
007+  Dumping stat array 1...
008+ array(26) {
009+   [0]=>
010+   int(22)
011+   [1]=>
012+   int(2000939)
013+   [2]=>
014+   int(16877)
015+   [3]=>
016+   int(1)
017+   [4]=>
018+   int(999)
019+   [5]=>
020+   int(30000)
021+   [6]=>
022+   int(0)
023+   [7]=>
024+   int(0)
025+   [8]=>
026+   int(1580675456)
027+   [9]=>
028+   int(1580675456)
029+   [10]=>
030+   int(1580675456)
031+   [11]=>
032+   int(4096)
033+   [12]=>
034+   int(0)
035+   ["dev"]=>
036+   int(22)
037+   ["ino"]=>
038+   int(2000939)
039+   ["mode"]=>
040+   int(16877)
041+   ["nlink"]=>
042+   int(1)
043+   ["uid"]=>
044+   int(999)
045+   ["gid"]=>
046+   int(30000)
047+   ["rdev"]=>
048+   int(0)
049+   ["size"]=>
050+   int(0)
051+   ["atime"]=>
052+   int(1580675456)
053+   ["mtime"]=>
054+   int(1580675456)
055+   ["ctime"]=>
056+   int(1580675456)
057+   ["blksize"]=>
058+   int(4096)
059+   ["blocks"]=>
060+   int(0)
061+ }
062+ 
063+  Dumping stat array 2...
064+ array(26) {
065+   [0]=>
066+   int(22)
067+   [1]=>
068+   int(2000939)
069+   [2]=>
070+   int(16877)
071+   [3]=>
072+   int(1)
073+   [4]=>
074+   int(999)
075+   [5]=>
076+   int(30000)
077+   [6]=>
078+   int(0)
079+   [7]=>
080+   int(108)
081+   [8]=>
082+   int(1580675456)
083+   [9]=>
084+   int(1580675458)
085+   [10]=>
086+   int(1580675458)
087+   [11]=>
088+   int(4096)
089+   [12]=>
090+   int(0)
091+   ["dev"]=>
092+   int(22)
093+   ["ino"]=>
094+   int(2000939)
095+   ["mode"]=>
096+   int(16877)
097+   ["nlink"]=>
098+   int(1)
099+   ["uid"]=>
100+   int(999)
101+   ["gid"]=>
102+   int(30000)
103+   ["rdev"]=>
104+   int(0)
105+   ["size"]=>
106+   int(108)
107+   ["atime"]=>
108+   int(1580675456)
109+   ["mtime"]=>
110+   int(1580675458)
111+   ["ctime"]=>
112+   int(1580675458)
113+   ["blksize"]=>
114+   int(4096)
115+   ["blocks"]=>
116+   int(0)
117+ }
118+ bool(false)
119+ 
120+ --- Done ---
================================================================================



================================================================================
/tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/ext/standard/tests/file/lstat_stat_variation9.phpt
================================================================================
*** Testing stat() for comparing stats after the deletion of subdir and file ***
bool(true)
bool(true)
Error: stat1 is not greater than stat2 at key value: 3
Error: stat1 is not greater than stat2 at key value: nlink

 Dumping stat array 1...
array(26) {
  [0]=>
  int(22)
  [1]=>
  int(2000950)
  [2]=>
  int(16877)
  [3]=>
  int(1)
  [4]=>
  int(999)
  [5]=>
  int(30000)
  [6]=>
  int(0)
  [7]=>
  int(108)
  [8]=>
  int(1580675458)
  [9]=>
  int(1580675458)
  [10]=>
  int(1580675458)
  [11]=>
  int(4096)
  [12]=>
  int(0)
  ["dev"]=>
  int(22)
  ["ino"]=>
  int(2000950)
  ["mode"]=>
  int(16877)
  ["nlink"]=>
  int(1)
  ["uid"]=>
  int(999)
  ["gid"]=>
  int(30000)
  ["rdev"]=>
  int(0)
  ["size"]=>
  int(108)
  ["atime"]=>
  int(1580675458)
  ["mtime"]=>
  int(1580675458)
  ["ctime"]=>
  int(1580675458)
  ["blksize"]=>
  int(4096)
  ["blocks"]=>
  int(0)
}

 Dumping stat array 2...
array(26) {
  [0]=>
  int(22)
  [1]=>
  int(2000950)
  [2]=>
  int(16877)
  [3]=>
  int(1)
  [4]=>
  int(999)
  [5]=>
  int(30000)
  [6]=>
  int(0)
  [7]=>
  int(0)
  [8]=>
  int(1580675458)
  [9]=>
  int(1580675458)
  [10]=>
  int(1580675458)
  [11]=>
  int(4096)
  [12]=>
  int(0)
  ["dev"]=>
  int(22)
  ["ino"]=>
  int(2000950)
  ["mode"]=>
  int(16877)
  ["nlink"]=>
  int(1)
  ["uid"]=>
  int(999)
  ["gid"]=>
  int(30000)
  ["rdev"]=>
  int(0)
  ["size"]=>
  int(0)
  ["atime"]=>
  int(1580675458)
  ["mtime"]=>
  int(1580675458)
  ["ctime"]=>
  int(1580675458)
  ["blksize"]=>
  int(4096)
  ["blocks"]=>
  int(0)
}
bool(false)

--- Done ---
================================================================================
004+ Error: stat1 is not greater than stat2 at key value: 3
005+ Error: stat1 is not greater than stat2 at key value: nlink
004- bool(true)
006- --- Done ---
007+  Dumping stat array 1...
008+ array(26) {
009+   [0]=>
010+   int(22)
011+   [1]=>
012+   int(2000950)
013+   [2]=>
014+   int(16877)
015+   [3]=>
016+   int(1)
017+   [4]=>
018+   int(999)
019+   [5]=>
020+   int(30000)
021+   [6]=>
022+   int(0)
023+   [7]=>
024+   int(108)
025+   [8]=>
026+   int(1580675458)
027+   [9]=>
028+   int(1580675458)
029+   [10]=>
030+   int(1580675458)
031+   [11]=>
032+   int(4096)
033+   [12]=>
034+   int(0)
035+   ["dev"]=>
036+   int(22)
037+   ["ino"]=>
038+   int(2000950)
039+   ["mode"]=>
040+   int(16877)
041+   ["nlink"]=>
042+   int(1)
043+   ["uid"]=>
044+   int(999)
045+   ["gid"]=>
046+   int(30000)
047+   ["rdev"]=>
048+   int(0)
049+   ["size"]=>
050+   int(108)
051+   ["atime"]=>
052+   int(1580675458)
053+   ["mtime"]=>
054+   int(1580675458)
055+   ["ctime"]=>
056+   int(1580675458)
057+   ["blksize"]=>
058+   int(4096)
059+   ["blocks"]=>
060+   int(0)
061+ }
062+ 
063+  Dumping stat array 2...
064+ array(26) {
065+   [0]=>
066+   int(22)
067+   [1]=>
068+   int(2000950)
069+   [2]=>
070+   int(16877)
071+   [3]=>
072+   int(1)
073+   [4]=>
074+   int(999)
075+   [5]=>
076+   int(30000)
077+   [6]=>
078+   int(0)
079+   [7]=>
080+   int(0)
081+   [8]=>
082+   int(1580675458)
083+   [9]=>
084+   int(1580675458)
085+   [10]=>
086+   int(1580675458)
087+   [11]=>
088+   int(4096)
089+   [12]=>
090+   int(0)
091+   ["dev"]=>
092+   int(22)
093+   ["ino"]=>
094+   int(2000950)
095+   ["mode"]=>
096+   int(16877)
097+   ["nlink"]=>
098+   int(1)
099+   ["uid"]=>
100+   int(999)
101+   ["gid"]=>
102+   int(30000)
103+   ["rdev"]=>
104+   int(0)
105+   ["size"]=>
106+   int(0)
107+   ["atime"]=>
108+   int(1580675458)
109+   ["mtime"]=>
110+   int(1580675458)
111+   ["ctime"]=>
112+   int(1580675458)
113+   ["blksize"]=>
114+   int(4096)
115+   ["blocks"]=>
116+   int(0)
117+ }
118+ bool(false)
119+ 
120+ --- Done ---
================================================================================




================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux localhost 5.1.2-gnu #1 SMP 1 x86_64

Autoconf:

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:
N/A
Compiler:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/gnu/store/jmd83ck5v5abpmyasq0d1fzfhkz9qwaq-gcc-7.5.0/libexec/gcc/x86_64-unknown-linux-gnu/7.5.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: 
Thread model: posix
gcc version 7.5.0 (GCC) 

Bison:
bison (GNU Bison) 3.5.1
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2020 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.

Libraries:
	linux-vdso.so.1 (0x00007ffff7fd3000)
	libcrypt.so.1 => /gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/lib/libcrypt.so.1 (0x00007ffff7f92000)
	libtidy-0.99.so.0 => /gnu/store/2k16slxxzh8m9zj15579wcpk6sr28ihq-tidy-20091223/lib/libtidy-0.99.so.0 (0x00007ffff7f30000)
	libreadline.so.8 => /gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/lib/libreadline.so.8 (0x00007ffff7edf000)
	libncursesw.so.6 => /gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/lib/libncursesw.so.6 (0x00007ffff7e6a000)
	libpspell.so.15 => /gnu/store/bzzd345qzam02gqqsccl2pxm2pj5ar1f-aspell-0.60.8/lib/libpspell.so.15 (0x00007ffff7e65000)
	libaspell.so.15 => /gnu/store/bzzd345qzam02gqqsccl2pxm2pj5ar1f-aspell-0.60.8/lib/libaspell.so.15 (0x00007ffff7dae000)
	libpq.so.5 => /gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/lib/libpq.so.5 (0x00007ffff7d66000)
	librt.so.1 => /gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/lib/librt.so.1 (0x00007ffff7d5c000)
	libstdc++.so.6 => /gnu/store/qwhjdw2kvxl47mf64222hvf375aww6n8-gcc-7.5.0-lib/lib/libstdc++.so.6 (0x00007ffff7bd1000)
	libm.so.6 => /gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/lib/libm.so.6 (0x00007ffff7a8f000)
	libssl.so.1.1 => /gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/lib/libssl.so.1.1 (0x00007ffff79f9000)
	libcrypto.so.1.1 => /gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/lib/libcrypto.so.1.1 (0x00007ffff7709000)
	libpcre2-8.so.0 => /gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/lib/libpcre2-8.so.0 (0x00007ffff7676000)
	libz.so.1 => /gnu/store/0xblcmc2xkk8kwwqga6jgbspiqqy94ly-zlib-1.2.11/lib/libz.so.1 (0x00007ffff7656000)
	libcurl.so.4 => /gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/lib/libcurl.so.4 (0x00007ffff75d4000)
	libnghttp2.so.14 => /gnu/store/c1nxg6hn8wxbyspyfyfkprvr0h9nbkh0-nghttp2-1.40.0-lib/lib/libnghttp2.so.14 (0x00007ffff75a9000)
	libldap-2.4.so.2 => /gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/lib/libldap-2.4.so.2 (0x00007ffff755e000)
	libsasl2.so.3 => /gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/lib/libsasl2.so.3 (0x00007ffff7540000)
	libgssapi_krb5.so.2 => /gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/lib/libgssapi_krb5.so.2 (0x00007ffff74f4000)
	libkrb5.so.3 => /gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/lib/libkrb5.so.3 (0x00007ffff7421000)
	libk5crypto.so.3 => /gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/lib/libk5crypto.so.3 (0x00007ffff73ee000)
	libcom_err.so.3 => /gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/lib/libcom_err.so.3 (0x00007ffff73e7000)
	libgnutls.so.30 => /gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/lib/libgnutls.so.30 (0x00007ffff723f000)
	libidn2.so.0 => /gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/lib/libidn2.so.0 (0x00007ffff721e000)
	libunistring.so.2 => /gnu/store/7qpwjizwx6myshndshfcjph3g615yl2h-libunistring-0.9.10/lib/libunistring.so.2 (0x00007ffff709a000)
	libtasn1.so.6 => /gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/lib/libtasn1.so.6 (0x00007ffff7084000)
	libnettle.so.7 => /gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/lib/libnettle.so.7 (0x00007ffff7047000)
	libhogweed.so.5 => /gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/lib/libhogweed.so.5 (0x00007ffff700c000)
	libgmp.so.10 => /gnu/store/737b89hgdhvfzrprbhzhajxah71afnx2-gmp-6.2.0/lib/libgmp.so.10 (0x00007ffff6f6c000)
	liblber-2.4.so.2 => /gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/lib/liblber-2.4.so.2 (0x00007ffff6f5c000)
	libresolv.so.2 => /gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/lib/libresolv.so.2 (0x00007ffff6f43000)
	libgd.so.3 => /gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/lib/libgd.so.3 (0x00007ffff6ed1000)
	libfontconfig.so.1 => /gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/lib/libfontconfig.so.1 (0x00007ffff6e8c000)
	libexpat.so.1 => /gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/lib/libexpat.so.1 (0x00007ffff6e56000)
	libuuid.so.1 => /gnu/store/phh250vx8dy08gkxxmfwhdq49skfznkg-util-linux-2.35-lib/lib/libuuid.so.1 (0x00007ffff6e4d000)
	libfreetype.so.6 => /gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/lib/libfreetype.so.6 (0x00007ffff6da4000)
	libbz2.so.1.0 => /gnu/store/glb1pxpjk3qyfh6dhmjblm9blr86jk1l-bzip2-1.0.6/lib/libbz2.so.1.0 (0x00007ffff6d91000)
	libpng16.so.16 => /gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/lib/libpng16.so.16 (0x00007ffff6d5c000)
	libjpeg.so.62 => /gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/lib/libjpeg.so.62 (0x00007ffff6cc2000)
	libicuio.so.65 => /gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/lib/libicuio.so.65 (0x00007ffff6cb2000)
	libicui18n.so.65 => /gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/lib/libicui18n.so.65 (0x00007ffff69cf000)
	libicuuc.so.65 => /gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/lib/libicuuc.so.65 (0x00007ffff67f7000)
	libicudata.so.65 => /gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/lib/libicudata.so.65 (0x00007ffff4d44000)
	libonig.so.5 => /gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/lib/libonig.so.5 (0x00007ffff4cb3000)
	libsqlite3.so.0 => /gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/lib/libsqlite3.so.0 (0x00007ffff4b95000)
	libpthread.so.0 => /gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/lib/libpthread.so.0 (0x00007ffff4b74000)
	libexslt.so.0 => /gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/lib/libexslt.so.0 (0x00007ffff4b5c000)
	libgcrypt.so.20 => /gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/lib/libgcrypt.so.20 (0x00007ffff4a3f000)
	libgpg-error.so.0 => /gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/lib/libgpg-error.so.0 (0x00007ffff4a1c000)
	libxslt.so.1 => /gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/lib/libxslt.so.1 (0x00007ffff49da000)
	libxml2.so.2 => /gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/lib/libxml2.so.2 (0x00007ffff4873000)
	libdl.so.2 => /gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/lib/libdl.so.2 (0x00007ffff486e000)
	liblzma.so.5 => /gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/lib/liblzma.so.5 (0x00007ffff4845000)
	libzip.so.5 => /gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/lib/libzip.so.5 (0x00007ffff482a000)
	libgcc_s.so.1 => /gnu/store/qwhjdw2kvxl47mf64222hvf375aww6n8-gcc-7.5.0-lib/lib/libgcc_s.so.1 (0x00007ffff4811000)
	libc.so.6 => /gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/lib/libc.so.6 (0x00007ffff4653000)
	/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/lib/ld-linux-x86-64.so.2 (0x00007ffff7fd4000)
	libkrb5support.so.0 => /gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/lib/libkrb5support.so.0 (0x00007ffff4642000)


User's E-mail: 


================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 7.4.2

System => Linux localhost 5.1.2-gnu #1 SMP 1 x86_64
Build Date => Jan  1 1970 00:00:01
Configure Command => (omitted)
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /gnu/store/37bpb4xjnqczxxg4qckvs0nnb0ph0jl2-php-7.4.2/lib
Loaded Configuration File => (none)
Scan this dir for additional .ini files => (none)
Additional .ini files parsed => (none)
PHP API => 20190902
PHP Extension => 20190902
Zend Extension => 320190902
Zend Extension Build => API320190902,NTS
PHP Extension Build => API20190902,NTS
Debug Build => no
Thread Safety => disabled
Zend Signal Handling => enabled
Zend Memory Manager => enabled
Zend Multibyte Support => provided by mbstring
IPv6 Support => enabled
DTrace Support => disabled

Registered PHP Streams => https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar, zip
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, tls, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3
Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk

This program makes use of the Zend Scripting Language Engine:
Zend Engine v3.4.0, Copyright (c) Zend Technologies


 _______________________________________________________________________


Configuration

bcmath

BCMath support => enabled

Directive => Local Value => Master Value
bcmath.scale => 0 => 0

bz2

BZip2 Support => Enabled
Stream Wrapper support => compress.bzip2://
Stream Filter support => bzip2.decompress, bzip2.compress
BZip2 Version => 1.0.6, 6-Sept-2010

calendar

Calendar support => enabled

Core

PHP Version => 7.4.2

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 => Off => Off
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_prepend_string => no value => no value
error_reporting => no value => no value
expose_php => On => On
extension_dir => /gnu/store/37bpb4xjnqczxxg4qckvs0nnb0ph0jl2-php-7.4.2/lib/php/extensions/no-debug-non-zts-20190902 => /gnu/store/37bpb4xjnqczxxg4qckvs0nnb0ph0jl2-php-7.4.2/lib/php/extensions/no-debug-non-zts-20190902
file_uploads => On => On
hard_timeout => 2 => 2
highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
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 => .: => .:
input_encoding => no value => no value
internal_encoding => no value => no value
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
mail.add_x_header => Off => Off
mail.force_extra_parameters => no value => no value
mail.log => no value => no value
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
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 =>  -t -i  =>  -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
track_errors => Off => Off
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.multibyte => Off => Off
zend.script_encoding => no value => no value
zend.signal_check => Off => Off

ctype

ctype functions => enabled

curl

cURL support => enabled
cURL Information => 7.68.0
Age => 5
Features
AsynchDNS => Yes
CharConv => No
Debug => No
GSS-Negotiate => No
IDN => Yes
IPv6 => Yes
krb4 => No
Largefile => Yes
libz => Yes
NTLM => Yes
NTLMWB => Yes
SPNEGO => Yes
SSL => Yes
SSPI => No
TLS-SRP => Yes
HTTP2 => Yes
GSSAPI => Yes
KERBEROS5 => Yes
UNIX_SOCKETS => Yes
PSL => No
HTTPS_PROXY => Yes
MULTI_SSL => No
BROTLI => No
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, smb, smbs, smtp, smtps, telnet, tftp
Host => x86_64-unknown-linux-gnu
SSL Version => GnuTLS/3.6.11
ZLib Version => 1.2.11

Directive => Local Value => Master Value
curl.cainfo => no value => no value

date

date/time support => enabled
timelib version => 2018.03
"Olson" Timezone Database Version => 2019.3
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.583333 => 90.583333
date.sunset_zenith => 90.583333 => 90.583333
date.timezone => no value => no value

dom

DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.9.10
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled

exif

EXIF Support => enabled
Supported EXIF Version => 0220
Supported filetypes => JPEG, TIFF
Multibyte decoding support using mbstring => enabled
Extended EXIF tag formats => Canon, Casio, Fujifilm, Nikon, Olympus, Samsung, Panasonic, DJI, Sony, Pentax, Minolta, Sigma, Foveon, Kyocera, Ricoh, AGFA, Epson

Directive => Local Value => Master Value
exif.decode_jis_intel => JIS => JIS
exif.decode_jis_motorola => JIS => JIS
exif.decode_unicode_intel => UCS-2LE => UCS-2LE
exif.decode_unicode_motorola => UCS-2BE => UCS-2BE
exif.encode_jis => no value => no value
exif.encode_unicode => ISO-8859-15 => ISO-8859-15

fileinfo

fileinfo support => enabled
libmagic => 537

filter

Input Validation and Filtering => enabled

Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value

ftp

FTP support => enabled
FTPS support => enabled

gd

GD Support => enabled
GD headers Version => 2.2.5
GD library Version => 2.2.5
FreeType Support => enabled
FreeType Linkage => with freetype
GIF Read Support => enabled
GIF Create Support => enabled
JPEG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XPM Support => enabled
XBM Support => enabled
BMP Support => enabled
TGA Read Support => enabled

Directive => Local Value => Master Value
gd.jpeg_ignore_warning => 1 => 1

gettext

GetText Support => enabled

gmp

gmp support => enabled
GMP version => 6.2.0

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 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 

iconv

iconv support => enabled
iconv implementation => glibc
iconv library version => 2.30

Directive => Local Value => Master Value
iconv.input_encoding => no value => no value
iconv.internal_encoding => no value => no value
iconv.output_encoding => no value => no value

intl

Internationalization support => enabled
ICU version => 65.1
ICU Data version => 65.1
ICU TZData version => 2019c
ICU Unicode version => 12.1

Directive => Local Value => Master Value
intl.default_locale => no value => no value
intl.error_level => 0 => 0
intl.use_exceptions => 0 => 0

json

json support => enabled

ldap

LDAP Support => enabled
Total Links => 0/unlimited
API Version => 3001
Vendor Name => OpenLDAP
Vendor Version => 20448
SASL Support => Enabled

Directive => Local Value => Master Value
ldap.max_links => Unlimited => Unlimited

libxml

libXML support => active
libXML Compiled Version => 2.9.10
libXML Loaded Version => 20910
libXML streams => enabled

mbstring

Multibyte Support => enabled
Multibyte string engine => libmbfl
HTTP input encoding translation => disabled
libmbfl version => 1.3.2

mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.

Multibyte (japanese) regex support => enabled
Multibyte regex (oniguruma) version => 6.9.4

Directive => Local Value => Master Value
mbstring.detect_order => no value => no value
mbstring.encoding_translation => Off => Off
mbstring.func_overload => 0 => 0
mbstring.http_input => no value => no value
mbstring.http_output => no value => no value
mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
mbstring.internal_encoding => no value => no value
mbstring.language => neutral => neutral
mbstring.regex_retry_limit => 1000000 => 1000000
mbstring.regex_stack_limit => 100000 => 100000
mbstring.strict_detection => Off => Off
mbstring.substitute_character => no value => no value

mysqli

MysqlI Support => enabled
Client API library version => mysqlnd 7.4.2
Active Persistent Links => 0
Inactive Persistent Links => 0
Active Links => 0

Directive => Local Value => Master Value
mysqli.allow_local_infile => Off => Off
mysqli.allow_persistent => On => On
mysqli.default_host => no value => no value
mysqli.default_port => 3306 => 3306
mysqli.default_pw => no value => no value
mysqli.default_socket => no value => no value
mysqli.default_user => no value => no value
mysqli.max_links => Unlimited => Unlimited
mysqli.max_persistent => Unlimited => Unlimited
mysqli.reconnect => Off => Off
mysqli.rollback_on_cached_plink => Off => Off

mysqlnd

mysqlnd => enabled
Version => mysqlnd 7.4.2
Compression => supported
core SSL => supported
extended SSL => supported
Command buffer size => 4096
Read buffer size => 32768
Read timeout => 86400
Collecting statistics => Yes
Collecting memory statistics => No
Tracing => n/a
Loaded plugins => mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_caching_sha2_password,auth_plugin_sha256_password
API Extensions => pdo_mysql,mysqli

openssl

OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 1.1.1d  10 Sep 2019
OpenSSL Header Version => OpenSSL 1.1.1d  10 Sep 2019
Openssl default config => /gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/share/openssl-1.1.1d/openssl.cnf

Directive => Local Value => Master Value
openssl.cafile => no value => no value
openssl.capath => no value => no value

pcntl

pcntl support => enabled

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 10.34 2019-11-21
PCRE Unicode Version => 12.1.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 => 1 => 1
pcre.recursion_limit => 100000 => 100000

PDO

PDO support => enabled
PDO drivers => mysql, pgsql, sqlite

pdo_mysql

PDO Driver for MySQL => enabled
Client API version => mysqlnd 7.4.2

Directive => Local Value => Master Value
pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock

pdo_pgsql

PDO Driver for PostgreSQL => enabled
PostgreSQL(libpq) Version => 10.11

pdo_sqlite

PDO Driver for SQLite 3.x => enabled
SQLite Library => 3.31.0

pgsql

PostgreSQL Support => enabled
PostgreSQL(libpq) Version => 10.11
PostgreSQL(libpq)  => PostgreSQL 10.11 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 7.5.0, 64-bit
Multibyte character support => enabled
SSL support => enabled
Active Persistent Links => 0
Active Links => 0

Directive => Local Value => Master Value
pgsql.allow_persistent => On => On
pgsql.auto_reset_persistent => Off => Off
pgsql.ignore_notice => Off => Off
pgsql.log_notice => Off => Off
pgsql.max_links => Unlimited => Unlimited
pgsql.max_persistent => Unlimited => Unlimited

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 => enabled
bzip2 compression => enabled
Native OpenSSL support => enabled


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

posix

POSIX support => enabled

pspell

PSpell Support => enabled

readline

Readline Support => enabled
Readline library => 8.0

Directive => Local Value => Master Value
cli.pager => no value => no value
cli.prompt => \b \>  => \b \> 

Reflection

Reflection => enabled

session

Session Support => enabled
Registered save handlers => files user 
Registered serializer handlers => php_serialize php php_binary 

Directive => Local Value => Master Value
session.auto_start => Off => Off
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_httponly => 0 => 0
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_samesite => no value => no value
session.cookie_secure => 0 => 0
session.gc_divisor => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.lazy_write => On => On
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => no value => no value
session.serialize_handler => php => php
session.sid_bits_per_character => 4 => 4
session.sid_length => 32 => 32
session.upload_progress.cleanup => On => On
session.upload_progress.enabled => On => On
session.upload_progress.freq => 1% => 1%
session.upload_progress.min_freq => 1 => 1
session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefix => upload_progress_ => upload_progress_
session.use_cookies => 1 => 1
session.use_only_cookies => 1 => 1
session.use_strict_mode => 0 => 0
session.use_trans_sid => 0 => 0

SimpleXML

SimpleXML support => enabled
Schema support => enabled

sockets

Sockets Support => 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

sqlite3

SQLite3 support => enabled
SQLite Library => 3.31.0

Directive => Local Value => Master Value
sqlite3.defensive => 1 => 1
sqlite3.extension_dir => no value => no value

standard

Dynamic Library Support => enabled
Path to sendmail =>  -t -i 

Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.exception => 0 => 0
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
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

tidy

Tidy support => enabled
libTidy Release => 25 March 2009

Directive => Local Value => Master Value
tidy.clean_output => 0 => 0
tidy.default_config => no value => no value

tokenizer

Tokenizer Support => enabled

xml

XML Support => active
XML Namespace Support => active
libxml2 Version => 2.9.10

xmlreader

XMLReader => enabled

xmlwriter

XMLWriter => enabled

xsl

XSL => enabled
libxslt Version => 1.1.34
libxslt compiled against libxml Version => 2.9.10
EXSLT => enabled
libexslt Version => 1.1.34

zip

Zip => enabled
Zip version => 1.15.5
Libzip headers version => 1.5.2
Libzip library version => 1.5.2

zlib

ZLib Support => enabled
Stream Wrapper => compress.zlib://
Stream Filter => zlib.inflate, zlib.deflate
Compiled Version => 1.2.11
Linked Version => 1.2.11

Directive => Local Value => Master Value
zlib.output_compression => Off => Off
zlib.output_compression_level => -1 => -1
zlib.output_handler => no value => no value

Additional Modules

Module Name

Environment

Variable => Value
NIX_BUILD_CORES => 0
PKG_CONFIG_PATH => /gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/lib/pkgconfig:/gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/lib/pkgconfig:/gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/lib/pkgconfig:/gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/lib/pkgconfig:/gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/lib/pkgconfig:/gnu/store/737b89hgdhvfzrprbhzhajxah71afnx2-gmp-6.2.0/lib/pkgconfig:/gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/lib/pkgconfig:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/lib/pkgconfig:/gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/lib/pkgconfig:/gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/lib/pkgconfig:/gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/lib/pkgconfig:/gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/lib/pkgconfig:/gnu/store/qkc5wk30d6kyzm7ilynhszsy69dzvdw6-libx11-1.6.9/lib/pkgconfig:/gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/lib/pkgconfig:/gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/lib/pkgconfig:/gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/lib/pkgconfig:/gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/lib/pkgconfig:/gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/lib/pkgconfig:/gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/lib/pkgconfig:/gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/lib/pkgconfig:/gnu/store/0xblcmc2xkk8kwwqga6jgbspiqqy94ly-zlib-1.2.11/lib/pkgconfig:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/lib/pkgconfig:/gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/lib/pkgconfig:/gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/lib/pkgconfig:/gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/lib/pkgconfig:/gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/lib/pkgconfig:/gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/lib/pkgconfig:/gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/lib/pkgconfig:/gnu/store/bwc7hs3d90ngwmjvysx6dmc9ba4akxyr-libxcb-1.13/lib/pkgconfig:/gnu/store/gnzj7hxm6figpws7z67gvk3iffwm3krk-xorgproto-2019.2/share/pkgconfig:/gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/lib/pkgconfig:/gnu/store/phh250vx8dy08gkxxmfwhdq49skfznkg-util-linux-2.35-lib/lib/pkgconfig:/gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/lib/pkgconfig:/gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/lib/pkgconfig:/gnu/store/pb2niii0l467w5qikfzjbn5bxijaq39b-libxdmcp-1.1.3/lib/pkgconfig:/gnu/store/1f1clcf3971324i2f2d5kjn8f5kj6q75-libxau-1.0.9/lib/pkgconfig:/gnu/store/qmxrv1d5ysyfy5pcw4258p32zci3pdid-libpthread-stubs-0.4/lib/pkgconfig:/gnu/store/2h74shx27xnlg3145njfa445ghmqki13-util-macros-1.19.2/lib/pkgconfig
SSH_AUTH_SOCK => deleted
REPORT_EXIT_STATUS => 1
TEST_PHP_SRCDIR => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2
PWD => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2
SOURCE_DATE_EPOCH => 1
_ => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/sapi/cli/php
TEMPDIR => /tmp/guix-build-php-7.4.2.drv-0
HOME => /homeless-shelter
NIX_STORE => /gnu/store
TMPDIR => /tmp/guix-build-php-7.4.2.drv-0
PERL5LIB => /gnu/store/fqpzc0qc4s0avsy07mhwbdpg29y4qv4k-perl-5.30.1/lib/perl5/site_perl:/gnu/store/cbnpcyanqjlfckv3ihh9ps9s3j0az8sf-perl-xml-parser-2.44/lib/perl5/site_perl
SSH_CONNECTION => deleted
MFLAGS => -j4 --jobserver-auth=3,4
MAKEFLAGS =>  -j4 --jobserver-auth=3,4
GUIX_LD_WRAPPER_ALLOW_IMPURITIES => no
TEST_PHPDBG_EXECUTABLE => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/sapi/phpdbg/phpdbg
LIBRARY_PATH => /gnu/store/qz06d1dz19wkrmibcr1485wqqia9zzhi-bison-3.5.1/lib:/gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/lib:/gnu/store/glb1pxpjk3qyfh6dhmjblm9blr86jk1l-bzip2-1.0.6/lib:/gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/lib:/gnu/store/mcnl73iph7gshlgfqyw8rfin9asp39jy-file-5.38/lib:/gnu/store/qd99fcvvv46cwvy0fdip07b9v4khwx5j-gawk-5.0.1/lib:/gnu/store/7qvrgwl8r2fkrmv96fy54q6hl40z1mxl-binutils-2.33.1/lib:/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/lib:/gnu/store/nsrs9ikfpf160dpqh2lbhai09hvxnrps-glibc-2.30-static/lib:/gnu/store/qz3mfd5jwjakcj8cvrqzra9az3zxh8za-glibc-utf8-locales-2.30/lib:/gnu/store/bzzd345qzam02gqqsccl2pxm2pj5ar1f-aspell-0.60.8/lib:/gnu/store/f0afqi98mb0z3a5l79z56yp0pzj55qgr-bzip2-1.0.6/lib:/gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/lib:/gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/lib:/gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/lib:/gnu/store/shlr3snqpfwa62y5i0qb5s1i86afjwmb-gdbm-1.18.1/lib:/gnu/store/vz0qn03hxca0gdbixvqfc5vngcrxca9f-glibc-2.30/lib:/gnu/store/737b89hgdhvfzrprbhzhajxah71afnx2-gmp-6.2.0/lib:/gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/lib:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/lib:/gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/lib:/gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/lib:/gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/lib:/gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/lib:/gnu/store/qkc5wk30d6kyzm7ilynhszsy69dzvdw6-libx11-1.6.9/lib:/gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/lib:/gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/lib:/gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/lib:/gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/lib:/gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/lib:/gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/lib:/gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/lib:/gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/lib:/gnu/store/2k16slxxzh8m9zj15579wcpk6sr28ihq-tidy-20091223/lib:/gnu/store/0xblcmc2xkk8kwwqga6jgbspiqqy94ly-zlib-1.2.11/lib:/gnu/store/fqpzc0qc4s0avsy07mhwbdpg29y4qv4k-perl-5.30.1/lib:/gnu/store/cbnpcyanqjlfckv3ihh9ps9s3j0az8sf-perl-xml-parser-2.44/lib:/gnu/store/7az8ym7fqjqj9q6f2r6y9zaqva4lnbl8-gettext-minimal-0.20.1/lib:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/lib:/gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/lib:/gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/lib:/gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/lib:/gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/lib:/gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/lib:/gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/lib:/gnu/store/bwc7hs3d90ngwmjvysx6dmc9ba4akxyr-libxcb-1.13/lib:/gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/lib:/gnu/store/phh250vx8dy08gkxxmfwhdq49skfznkg-util-linux-2.35-lib/lib:/gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/lib:/gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/lib:/gnu/store/pb2niii0l467w5qikfzjbn5bxijaq39b-libxdmcp-1.1.3/lib:/gnu/store/1f1clcf3971324i2f2d5kjn8f5kj6q75-libxau-1.0.9/lib:/gnu/store/qmxrv1d5ysyfy5pcw4258p32zci3pdid-libpthread-stubs-0.4/lib:/gnu/store/2h74shx27xnlg3145njfa445ghmqki13-util-macros-1.19.2/lib
TEMP => /tmp/guix-build-php-7.4.2.drv-0
SHLVL => 2
NIX_BUILD_TOP => /tmp/guix-build-php-7.4.2.drv-0
GUIX_LOCPATH => /gnu/store/qz3mfd5jwjakcj8cvrqzra9az3zxh8za-glibc-utf8-locales-2.30/lib/locale
MAKELEVEL => 1
SKIP_ONLINE_TESTS => 1
TERMINFO_DIRS => /gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/share/terminfo
SSH_CLIENT => deleted
out => /gnu/store/37bpb4xjnqczxxg4qckvs0nnb0ph0jl2-php-7.4.2
LC_ALL => en_US.utf8
SKIP_IO_CAPTURE_TESTS => 1
TMP => /tmp/guix-build-php-7.4.2.drv-0
PATH => /gnu/store/niqa6dlvw4r2bfbabn65kq1kgdfwcb4b-pkg-config-0.29.2/bin:/gnu/store/qz06d1dz19wkrmibcr1485wqqia9zzhi-bison-3.5.1/bin:/gnu/store/3fzw8qb3cmrdkr46y55njjrfkvxd53lr-intltool-0.51.0/bin:/gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/bin:/gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/sbin:/gnu/store/rkb08gi20h093z3f7s5i1s1y7nfmryy7-tar-1.32/bin:/gnu/store/wncsbl3fqycahw637hhdynr7d1kjyqxs-gzip-1.10/bin:/gnu/store/glb1pxpjk3qyfh6dhmjblm9blr86jk1l-bzip2-1.0.6/bin:/gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/bin:/gnu/store/mcnl73iph7gshlgfqyw8rfin9asp39jy-file-5.38/bin:/gnu/store/jha29bm7gwx7vv7k4lgpplc1gmsnk5d8-diffutils-3.7/bin:/gnu/store/0hyfm20jsg06brx510wv9diyn7hhr79q-patch-2.7.6/bin:/gnu/store/5g2xx79wzi8zl12lnvrgz9szqiijdhxm-findutils-4.7.0/bin:/gnu/store/qd99fcvvv46cwvy0fdip07b9v4khwx5j-gawk-5.0.1/bin:/gnu/store/3n6bzhyx3csw74qz7nd3hr6bzpaj0cfs-sed-4.8/bin:/gnu/store/6dkbqgpz5569vfs11mw5dk33ax3kxbvq-grep-3.4/bin:/gnu/store/ynfifi4d0n681pln798p9ngdvqdsbf5h-coreutils-8.31/bin:/gnu/store/n7xmavnqnafyw5v84h75hmn0a0ahmzb5-make-4.3/bin:/gnu/store/0ng10xymb9m5p9i8jlzw592vryzkxskc-bash-minimal-5.0.11/bin:/gnu/store/i6mnzxkl59dbg9hra6nab2pqc3df7j8j-ld-wrapper-0/bin:/gnu/store/7qvrgwl8r2fkrmv96fy54q6hl40z1mxl-binutils-2.33.1/bin:/gnu/store/jmd83ck5v5abpmyasq0d1fzfhkz9qwaq-gcc-7.5.0/bin:/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/bin:/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/sbin:/gnu/store/bzzd345qzam02gqqsccl2pxm2pj5ar1f-aspell-0.60.8/bin:/gnu/store/f0afqi98mb0z3a5l79z56yp0pzj55qgr-bzip2-1.0.6/bin:/gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/bin:/gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/sbin:/gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/bin:/gnu/store/shlr3snqpfwa62y5i0qb5s1i86afjwmb-gdbm-1.18.1/bin:/gnu/store/vz0qn03hxca0gdbixvqfc5vngcrxca9f-glibc-2.30/bin:/gnu/store/vz0qn03hxca0gdbixvqfc5vngcrxca9f-glibc-2.30/sbin:/gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/bin:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/bin:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/sbin:/gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/bin:/gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/bin:/gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/bin:/gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/bin:/gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/bin:/gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/bin:/gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/bin:/gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/sbin:/gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/bin:/gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/bin:/gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/bin:/gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/bin:/gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/bin:/gnu/store/2k16slxxzh8m9zj15579wcpk6sr28ihq-tidy-20091223/bin:/gnu/store/137f3h3hgjlxyr3jpi8jdy4p34rad83p-m4-1.4.18/bin:/gnu/store/fqpzc0qc4s0avsy07mhwbdpg29y4qv4k-perl-5.30.1/bin:/gnu/store/7az8ym7fqjqj9q6f2r6y9zaqva4lnbl8-gettext-minimal-0.20.1/bin:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/bin:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/sbin:/gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/bin:/gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/bin:/gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/bin:/gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/bin:/gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/bin:/gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/bin:/gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/bin:/gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/bin:/gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/bin
CC => gcc
TEST_PHP_EXECUTABLE => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/sapi/cli/php
SSH_TTY => deleted
CPATH => /gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/include:/gnu/store/glb1pxpjk3qyfh6dhmjblm9blr86jk1l-bzip2-1.0.6/include:/gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/include:/gnu/store/mcnl73iph7gshlgfqyw8rfin9asp39jy-file-5.38/include:/gnu/store/qd99fcvvv46cwvy0fdip07b9v4khwx5j-gawk-5.0.1/include:/gnu/store/n7xmavnqnafyw5v84h75hmn0a0ahmzb5-make-4.3/include:/gnu/store/7qvrgwl8r2fkrmv96fy54q6hl40z1mxl-binutils-2.33.1/include:/gnu/store/jmd83ck5v5abpmyasq0d1fzfhkz9qwaq-gcc-7.5.0/include:/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/include:/gnu/store/bzzd345qzam02gqqsccl2pxm2pj5ar1f-aspell-0.60.8/include:/gnu/store/f0afqi98mb0z3a5l79z56yp0pzj55qgr-bzip2-1.0.6/include:/gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/include:/gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/include:/gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/include:/gnu/store/shlr3snqpfwa62y5i0qb5s1i86afjwmb-gdbm-1.18.1/include:/gnu/store/vz0qn03hxca0gdbixvqfc5vngcrxca9f-glibc-2.30/include:/gnu/store/737b89hgdhvfzrprbhzhajxah71afnx2-gmp-6.2.0/include:/gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/include:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/include:/gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/include:/gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/include:/gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/include:/gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/include:/gnu/store/qkc5wk30d6kyzm7ilynhszsy69dzvdw6-libx11-1.6.9/include:/gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/include:/gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/include:/gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/include:/gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/include:/gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/include:/gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/include:/gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/include:/gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/include:/gnu/store/2k16slxxzh8m9zj15579wcpk6sr28ihq-tidy-20091223/include:/gnu/store/0xblcmc2xkk8kwwqga6jgbspiqqy94ly-zlib-1.2.11/include:/gnu/store/7az8ym7fqjqj9q6f2r6y9zaqva4lnbl8-gettext-minimal-0.20.1/include:/gnu/store/dqvs7p6qjg858sk7gazgk7b5lr02jylh-linux-libre-headers-4.19.56/include:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/include:/gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/include:/gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/include:/gnu/store/hdbx71pf4pazaggglqlfsj2f7mmg2qvq-linux-libre-headers-4.19.56/include:/gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/include:/gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/include:/gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/include:/gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/include:/gnu/store/bwc7hs3d90ngwmjvysx6dmc9ba4akxyr-libxcb-1.13/include:/gnu/store/gnzj7hxm6figpws7z67gvk3iffwm3krk-xorgproto-2019.2/include:/gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/include:/gnu/store/phh250vx8dy08gkxxmfwhdq49skfznkg-util-linux-2.35-lib/include:/gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/include:/gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/include:/gnu/store/pb2niii0l467w5qikfzjbn5bxijaq39b-libxdmcp-1.1.3/include:/gnu/store/1f1clcf3971324i2f2d5kjn8f5kj6q75-libxau-1.0.9/include

PHP Variables

Variable => Value
$_SERVER['NIX_BUILD_CORES'] => 0
$_SERVER['PKG_CONFIG_PATH'] => /gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/lib/pkgconfig:/gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/lib/pkgconfig:/gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/lib/pkgconfig:/gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/lib/pkgconfig:/gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/lib/pkgconfig:/gnu/store/737b89hgdhvfzrprbhzhajxah71afnx2-gmp-6.2.0/lib/pkgconfig:/gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/lib/pkgconfig:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/lib/pkgconfig:/gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/lib/pkgconfig:/gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/lib/pkgconfig:/gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/lib/pkgconfig:/gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/lib/pkgconfig:/gnu/store/qkc5wk30d6kyzm7ilynhszsy69dzvdw6-libx11-1.6.9/lib/pkgconfig:/gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/lib/pkgconfig:/gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/lib/pkgconfig:/gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/lib/pkgconfig:/gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/lib/pkgconfig:/gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/lib/pkgconfig:/gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/lib/pkgconfig:/gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/lib/pkgconfig:/gnu/store/0xblcmc2xkk8kwwqga6jgbspiqqy94ly-zlib-1.2.11/lib/pkgconfig:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/lib/pkgconfig:/gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/lib/pkgconfig:/gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/lib/pkgconfig:/gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/lib/pkgconfig:/gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/lib/pkgconfig:/gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/lib/pkgconfig:/gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/lib/pkgconfig:/gnu/store/bwc7hs3d90ngwmjvysx6dmc9ba4akxyr-libxcb-1.13/lib/pkgconfig:/gnu/store/gnzj7hxm6figpws7z67gvk3iffwm3krk-xorgproto-2019.2/share/pkgconfig:/gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/lib/pkgconfig:/gnu/store/phh250vx8dy08gkxxmfwhdq49skfznkg-util-linux-2.35-lib/lib/pkgconfig:/gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/lib/pkgconfig:/gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/lib/pkgconfig:/gnu/store/pb2niii0l467w5qikfzjbn5bxijaq39b-libxdmcp-1.1.3/lib/pkgconfig:/gnu/store/1f1clcf3971324i2f2d5kjn8f5kj6q75-libxau-1.0.9/lib/pkgconfig:/gnu/store/qmxrv1d5ysyfy5pcw4258p32zci3pdid-libpthread-stubs-0.4/lib/pkgconfig:/gnu/store/2h74shx27xnlg3145njfa445ghmqki13-util-macros-1.19.2/lib/pkgconfig
$_SERVER['SSH_AUTH_SOCK'] => deleted
$_SERVER['REPORT_EXIT_STATUS'] => 1
$_SERVER['TEST_PHP_SRCDIR'] => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2
$_SERVER['PWD'] => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2
$_SERVER['SOURCE_DATE_EPOCH'] => 1
$_SERVER['_'] => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/sapi/cli/php
$_SERVER['TEMPDIR'] => /tmp/guix-build-php-7.4.2.drv-0
$_SERVER['HOME'] => /homeless-shelter
$_SERVER['NIX_STORE'] => /gnu/store
$_SERVER['TMPDIR'] => /tmp/guix-build-php-7.4.2.drv-0
$_SERVER['PERL5LIB'] => /gnu/store/fqpzc0qc4s0avsy07mhwbdpg29y4qv4k-perl-5.30.1/lib/perl5/site_perl:/gnu/store/cbnpcyanqjlfckv3ihh9ps9s3j0az8sf-perl-xml-parser-2.44/lib/perl5/site_perl
$_SERVER['SSH_CONNECTION'] => deleted
$_SERVER['MFLAGS'] => -j4 --jobserver-auth=3,4
$_SERVER['MAKEFLAGS'] =>  -j4 --jobserver-auth=3,4
$_SERVER['GUIX_LD_WRAPPER_ALLOW_IMPURITIES'] => no
$_SERVER['TEST_PHPDBG_EXECUTABLE'] => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/sapi/phpdbg/phpdbg
$_SERVER['LIBRARY_PATH'] => /gnu/store/qz06d1dz19wkrmibcr1485wqqia9zzhi-bison-3.5.1/lib:/gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/lib:/gnu/store/glb1pxpjk3qyfh6dhmjblm9blr86jk1l-bzip2-1.0.6/lib:/gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/lib:/gnu/store/mcnl73iph7gshlgfqyw8rfin9asp39jy-file-5.38/lib:/gnu/store/qd99fcvvv46cwvy0fdip07b9v4khwx5j-gawk-5.0.1/lib:/gnu/store/7qvrgwl8r2fkrmv96fy54q6hl40z1mxl-binutils-2.33.1/lib:/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/lib:/gnu/store/nsrs9ikfpf160dpqh2lbhai09hvxnrps-glibc-2.30-static/lib:/gnu/store/qz3mfd5jwjakcj8cvrqzra9az3zxh8za-glibc-utf8-locales-2.30/lib:/gnu/store/bzzd345qzam02gqqsccl2pxm2pj5ar1f-aspell-0.60.8/lib:/gnu/store/f0afqi98mb0z3a5l79z56yp0pzj55qgr-bzip2-1.0.6/lib:/gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/lib:/gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/lib:/gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/lib:/gnu/store/shlr3snqpfwa62y5i0qb5s1i86afjwmb-gdbm-1.18.1/lib:/gnu/store/vz0qn03hxca0gdbixvqfc5vngcrxca9f-glibc-2.30/lib:/gnu/store/737b89hgdhvfzrprbhzhajxah71afnx2-gmp-6.2.0/lib:/gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/lib:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/lib:/gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/lib:/gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/lib:/gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/lib:/gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/lib:/gnu/store/qkc5wk30d6kyzm7ilynhszsy69dzvdw6-libx11-1.6.9/lib:/gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/lib:/gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/lib:/gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/lib:/gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/lib:/gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/lib:/gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/lib:/gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/lib:/gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/lib:/gnu/store/2k16slxxzh8m9zj15579wcpk6sr28ihq-tidy-20091223/lib:/gnu/store/0xblcmc2xkk8kwwqga6jgbspiqqy94ly-zlib-1.2.11/lib:/gnu/store/fqpzc0qc4s0avsy07mhwbdpg29y4qv4k-perl-5.30.1/lib:/gnu/store/cbnpcyanqjlfckv3ihh9ps9s3j0az8sf-perl-xml-parser-2.44/lib:/gnu/store/7az8ym7fqjqj9q6f2r6y9zaqva4lnbl8-gettext-minimal-0.20.1/lib:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/lib:/gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/lib:/gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/lib:/gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/lib:/gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/lib:/gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/lib:/gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/lib:/gnu/store/bwc7hs3d90ngwmjvysx6dmc9ba4akxyr-libxcb-1.13/lib:/gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/lib:/gnu/store/phh250vx8dy08gkxxmfwhdq49skfznkg-util-linux-2.35-lib/lib:/gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/lib:/gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/lib:/gnu/store/pb2niii0l467w5qikfzjbn5bxijaq39b-libxdmcp-1.1.3/lib:/gnu/store/1f1clcf3971324i2f2d5kjn8f5kj6q75-libxau-1.0.9/lib:/gnu/store/qmxrv1d5ysyfy5pcw4258p32zci3pdid-libpthread-stubs-0.4/lib:/gnu/store/2h74shx27xnlg3145njfa445ghmqki13-util-macros-1.19.2/lib
$_SERVER['TEMP'] => /tmp/guix-build-php-7.4.2.drv-0
$_SERVER['SHLVL'] => 2
$_SERVER['NIX_BUILD_TOP'] => /tmp/guix-build-php-7.4.2.drv-0
$_SERVER['GUIX_LOCPATH'] => /gnu/store/qz3mfd5jwjakcj8cvrqzra9az3zxh8za-glibc-utf8-locales-2.30/lib/locale
$_SERVER['MAKELEVEL'] => 1
$_SERVER['SKIP_ONLINE_TESTS'] => 1
$_SERVER['TERMINFO_DIRS'] => /gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/share/terminfo
$_SERVER['SSH_CLIENT'] => deleted
$_SERVER['out'] => /gnu/store/37bpb4xjnqczxxg4qckvs0nnb0ph0jl2-php-7.4.2
$_SERVER['LC_ALL'] => en_US.utf8
$_SERVER['SKIP_IO_CAPTURE_TESTS'] => 1
$_SERVER['TMP'] => /tmp/guix-build-php-7.4.2.drv-0
$_SERVER['PATH'] => /gnu/store/niqa6dlvw4r2bfbabn65kq1kgdfwcb4b-pkg-config-0.29.2/bin:/gnu/store/qz06d1dz19wkrmibcr1485wqqia9zzhi-bison-3.5.1/bin:/gnu/store/3fzw8qb3cmrdkr46y55njjrfkvxd53lr-intltool-0.51.0/bin:/gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/bin:/gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/sbin:/gnu/store/rkb08gi20h093z3f7s5i1s1y7nfmryy7-tar-1.32/bin:/gnu/store/wncsbl3fqycahw637hhdynr7d1kjyqxs-gzip-1.10/bin:/gnu/store/glb1pxpjk3qyfh6dhmjblm9blr86jk1l-bzip2-1.0.6/bin:/gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/bin:/gnu/store/mcnl73iph7gshlgfqyw8rfin9asp39jy-file-5.38/bin:/gnu/store/jha29bm7gwx7vv7k4lgpplc1gmsnk5d8-diffutils-3.7/bin:/gnu/store/0hyfm20jsg06brx510wv9diyn7hhr79q-patch-2.7.6/bin:/gnu/store/5g2xx79wzi8zl12lnvrgz9szqiijdhxm-findutils-4.7.0/bin:/gnu/store/qd99fcvvv46cwvy0fdip07b9v4khwx5j-gawk-5.0.1/bin:/gnu/store/3n6bzhyx3csw74qz7nd3hr6bzpaj0cfs-sed-4.8/bin:/gnu/store/6dkbqgpz5569vfs11mw5dk33ax3kxbvq-grep-3.4/bin:/gnu/store/ynfifi4d0n681pln798p9ngdvqdsbf5h-coreutils-8.31/bin:/gnu/store/n7xmavnqnafyw5v84h75hmn0a0ahmzb5-make-4.3/bin:/gnu/store/0ng10xymb9m5p9i8jlzw592vryzkxskc-bash-minimal-5.0.11/bin:/gnu/store/i6mnzxkl59dbg9hra6nab2pqc3df7j8j-ld-wrapper-0/bin:/gnu/store/7qvrgwl8r2fkrmv96fy54q6hl40z1mxl-binutils-2.33.1/bin:/gnu/store/jmd83ck5v5abpmyasq0d1fzfhkz9qwaq-gcc-7.5.0/bin:/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/bin:/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/sbin:/gnu/store/bzzd345qzam02gqqsccl2pxm2pj5ar1f-aspell-0.60.8/bin:/gnu/store/f0afqi98mb0z3a5l79z56yp0pzj55qgr-bzip2-1.0.6/bin:/gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/bin:/gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/sbin:/gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/bin:/gnu/store/shlr3snqpfwa62y5i0qb5s1i86afjwmb-gdbm-1.18.1/bin:/gnu/store/vz0qn03hxca0gdbixvqfc5vngcrxca9f-glibc-2.30/bin:/gnu/store/vz0qn03hxca0gdbixvqfc5vngcrxca9f-glibc-2.30/sbin:/gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/bin:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/bin:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/sbin:/gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/bin:/gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/bin:/gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/bin:/gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/bin:/gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/bin:/gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/bin:/gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/bin:/gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/sbin:/gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/bin:/gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/bin:/gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/bin:/gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/bin:/gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/bin:/gnu/store/2k16slxxzh8m9zj15579wcpk6sr28ihq-tidy-20091223/bin:/gnu/store/137f3h3hgjlxyr3jpi8jdy4p34rad83p-m4-1.4.18/bin:/gnu/store/fqpzc0qc4s0avsy07mhwbdpg29y4qv4k-perl-5.30.1/bin:/gnu/store/7az8ym7fqjqj9q6f2r6y9zaqva4lnbl8-gettext-minimal-0.20.1/bin:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/bin:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/sbin:/gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/bin:/gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/bin:/gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/bin:/gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/bin:/gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/bin:/gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/bin:/gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/bin:/gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/bin:/gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/bin
$_SERVER['CC'] => gcc
$_SERVER['TEST_PHP_EXECUTABLE'] => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/sapi/cli/php
$_SERVER['SSH_TTY'] => deleted
$_SERVER['CPATH'] => /gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/include:/gnu/store/glb1pxpjk3qyfh6dhmjblm9blr86jk1l-bzip2-1.0.6/include:/gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/include:/gnu/store/mcnl73iph7gshlgfqyw8rfin9asp39jy-file-5.38/include:/gnu/store/qd99fcvvv46cwvy0fdip07b9v4khwx5j-gawk-5.0.1/include:/gnu/store/n7xmavnqnafyw5v84h75hmn0a0ahmzb5-make-4.3/include:/gnu/store/7qvrgwl8r2fkrmv96fy54q6hl40z1mxl-binutils-2.33.1/include:/gnu/store/jmd83ck5v5abpmyasq0d1fzfhkz9qwaq-gcc-7.5.0/include:/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/include:/gnu/store/bzzd345qzam02gqqsccl2pxm2pj5ar1f-aspell-0.60.8/include:/gnu/store/f0afqi98mb0z3a5l79z56yp0pzj55qgr-bzip2-1.0.6/include:/gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/include:/gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/include:/gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/include:/gnu/store/shlr3snqpfwa62y5i0qb5s1i86afjwmb-gdbm-1.18.1/include:/gnu/store/vz0qn03hxca0gdbixvqfc5vngcrxca9f-glibc-2.30/include:/gnu/store/737b89hgdhvfzrprbhzhajxah71afnx2-gmp-6.2.0/include:/gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/include:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/include:/gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/include:/gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/include:/gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/include:/gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/include:/gnu/store/qkc5wk30d6kyzm7ilynhszsy69dzvdw6-libx11-1.6.9/include:/gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/include:/gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/include:/gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/include:/gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/include:/gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/include:/gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/include:/gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/include:/gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/include:/gnu/store/2k16slxxzh8m9zj15579wcpk6sr28ihq-tidy-20091223/include:/gnu/store/0xblcmc2xkk8kwwqga6jgbspiqqy94ly-zlib-1.2.11/include:/gnu/store/7az8ym7fqjqj9q6f2r6y9zaqva4lnbl8-gettext-minimal-0.20.1/include:/gnu/store/dqvs7p6qjg858sk7gazgk7b5lr02jylh-linux-libre-headers-4.19.56/include:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/include:/gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/include:/gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/include:/gnu/store/hdbx71pf4pazaggglqlfsj2f7mmg2qvq-linux-libre-headers-4.19.56/include:/gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/include:/gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/include:/gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/include:/gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/include:/gnu/store/bwc7hs3d90ngwmjvysx6dmc9ba4akxyr-libxcb-1.13/include:/gnu/store/gnzj7hxm6figpws7z67gvk3iffwm3krk-xorgproto-2019.2/include:/gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/include:/gnu/store/phh250vx8dy08gkxxmfwhdq49skfznkg-util-linux-2.35-lib/include:/gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/include:/gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/include:/gnu/store/pb2niii0l467w5qikfzjbn5bxijaq39b-libxdmcp-1.1.3/include:/gnu/store/1f1clcf3971324i2f2d5kjn8f5kj6q75-libxau-1.0.9/include
$_SERVER['PHP_SELF'] => 
$_SERVER['SCRIPT_NAME'] => 
$_SERVER['SCRIPT_FILENAME'] => 
$_SERVER['PATH_TRANSLATED'] => 
$_SERVER['DOCUMENT_ROOT'] => 
$_SERVER['REQUEST_TIME_FLOAT'] => 1580675656.494
$_SERVER['REQUEST_TIME'] => 1580675656
$_SERVER['argv'] => Array
(
)

$_SERVER['argc'] => 0
$_ENV['NIX_BUILD_CORES'] => 0
$_ENV['PKG_CONFIG_PATH'] => /gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/lib/pkgconfig:/gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/lib/pkgconfig:/gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/lib/pkgconfig:/gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/lib/pkgconfig:/gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/lib/pkgconfig:/gnu/store/737b89hgdhvfzrprbhzhajxah71afnx2-gmp-6.2.0/lib/pkgconfig:/gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/lib/pkgconfig:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/lib/pkgconfig:/gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/lib/pkgconfig:/gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/lib/pkgconfig:/gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/lib/pkgconfig:/gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/lib/pkgconfig:/gnu/store/qkc5wk30d6kyzm7ilynhszsy69dzvdw6-libx11-1.6.9/lib/pkgconfig:/gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/lib/pkgconfig:/gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/lib/pkgconfig:/gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/lib/pkgconfig:/gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/lib/pkgconfig:/gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/lib/pkgconfig:/gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/lib/pkgconfig:/gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/lib/pkgconfig:/gnu/store/0xblcmc2xkk8kwwqga6jgbspiqqy94ly-zlib-1.2.11/lib/pkgconfig:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/lib/pkgconfig:/gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/lib/pkgconfig:/gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/lib/pkgconfig:/gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/lib/pkgconfig:/gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/lib/pkgconfig:/gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/lib/pkgconfig:/gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/lib/pkgconfig:/gnu/store/bwc7hs3d90ngwmjvysx6dmc9ba4akxyr-libxcb-1.13/lib/pkgconfig:/gnu/store/gnzj7hxm6figpws7z67gvk3iffwm3krk-xorgproto-2019.2/share/pkgconfig:/gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/lib/pkgconfig:/gnu/store/phh250vx8dy08gkxxmfwhdq49skfznkg-util-linux-2.35-lib/lib/pkgconfig:/gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/lib/pkgconfig:/gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/lib/pkgconfig:/gnu/store/pb2niii0l467w5qikfzjbn5bxijaq39b-libxdmcp-1.1.3/lib/pkgconfig:/gnu/store/1f1clcf3971324i2f2d5kjn8f5kj6q75-libxau-1.0.9/lib/pkgconfig:/gnu/store/qmxrv1d5ysyfy5pcw4258p32zci3pdid-libpthread-stubs-0.4/lib/pkgconfig:/gnu/store/2h74shx27xnlg3145njfa445ghmqki13-util-macros-1.19.2/lib/pkgconfig
$_ENV['SSH_AUTH_SOCK'] => deleted
$_ENV['REPORT_EXIT_STATUS'] => 1
$_ENV['TEST_PHP_SRCDIR'] => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2
$_ENV['PWD'] => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2
$_ENV['SOURCE_DATE_EPOCH'] => 1
$_ENV['_'] => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/sapi/cli/php
$_ENV['TEMPDIR'] => /tmp/guix-build-php-7.4.2.drv-0
$_ENV['HOME'] => /homeless-shelter
$_ENV['NIX_STORE'] => /gnu/store
$_ENV['TMPDIR'] => /tmp/guix-build-php-7.4.2.drv-0
$_ENV['PERL5LIB'] => /gnu/store/fqpzc0qc4s0avsy07mhwbdpg29y4qv4k-perl-5.30.1/lib/perl5/site_perl:/gnu/store/cbnpcyanqjlfckv3ihh9ps9s3j0az8sf-perl-xml-parser-2.44/lib/perl5/site_perl
$_ENV['SSH_CONNECTION'] => deleted
$_ENV['MFLAGS'] => -j4 --jobserver-auth=3,4
$_ENV['MAKEFLAGS'] =>  -j4 --jobserver-auth=3,4
$_ENV['GUIX_LD_WRAPPER_ALLOW_IMPURITIES'] => no
$_ENV['TEST_PHPDBG_EXECUTABLE'] => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/sapi/phpdbg/phpdbg
$_ENV['LIBRARY_PATH'] => /gnu/store/qz06d1dz19wkrmibcr1485wqqia9zzhi-bison-3.5.1/lib:/gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/lib:/gnu/store/glb1pxpjk3qyfh6dhmjblm9blr86jk1l-bzip2-1.0.6/lib:/gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/lib:/gnu/store/mcnl73iph7gshlgfqyw8rfin9asp39jy-file-5.38/lib:/gnu/store/qd99fcvvv46cwvy0fdip07b9v4khwx5j-gawk-5.0.1/lib:/gnu/store/7qvrgwl8r2fkrmv96fy54q6hl40z1mxl-binutils-2.33.1/lib:/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/lib:/gnu/store/nsrs9ikfpf160dpqh2lbhai09hvxnrps-glibc-2.30-static/lib:/gnu/store/qz3mfd5jwjakcj8cvrqzra9az3zxh8za-glibc-utf8-locales-2.30/lib:/gnu/store/bzzd345qzam02gqqsccl2pxm2pj5ar1f-aspell-0.60.8/lib:/gnu/store/f0afqi98mb0z3a5l79z56yp0pzj55qgr-bzip2-1.0.6/lib:/gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/lib:/gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/lib:/gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/lib:/gnu/store/shlr3snqpfwa62y5i0qb5s1i86afjwmb-gdbm-1.18.1/lib:/gnu/store/vz0qn03hxca0gdbixvqfc5vngcrxca9f-glibc-2.30/lib:/gnu/store/737b89hgdhvfzrprbhzhajxah71afnx2-gmp-6.2.0/lib:/gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/lib:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/lib:/gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/lib:/gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/lib:/gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/lib:/gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/lib:/gnu/store/qkc5wk30d6kyzm7ilynhszsy69dzvdw6-libx11-1.6.9/lib:/gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/lib:/gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/lib:/gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/lib:/gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/lib:/gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/lib:/gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/lib:/gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/lib:/gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/lib:/gnu/store/2k16slxxzh8m9zj15579wcpk6sr28ihq-tidy-20091223/lib:/gnu/store/0xblcmc2xkk8kwwqga6jgbspiqqy94ly-zlib-1.2.11/lib:/gnu/store/fqpzc0qc4s0avsy07mhwbdpg29y4qv4k-perl-5.30.1/lib:/gnu/store/cbnpcyanqjlfckv3ihh9ps9s3j0az8sf-perl-xml-parser-2.44/lib:/gnu/store/7az8ym7fqjqj9q6f2r6y9zaqva4lnbl8-gettext-minimal-0.20.1/lib:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/lib:/gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/lib:/gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/lib:/gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/lib:/gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/lib:/gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/lib:/gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/lib:/gnu/store/bwc7hs3d90ngwmjvysx6dmc9ba4akxyr-libxcb-1.13/lib:/gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/lib:/gnu/store/phh250vx8dy08gkxxmfwhdq49skfznkg-util-linux-2.35-lib/lib:/gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/lib:/gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/lib:/gnu/store/pb2niii0l467w5qikfzjbn5bxijaq39b-libxdmcp-1.1.3/lib:/gnu/store/1f1clcf3971324i2f2d5kjn8f5kj6q75-libxau-1.0.9/lib:/gnu/store/qmxrv1d5ysyfy5pcw4258p32zci3pdid-libpthread-stubs-0.4/lib:/gnu/store/2h74shx27xnlg3145njfa445ghmqki13-util-macros-1.19.2/lib
$_ENV['TEMP'] => /tmp/guix-build-php-7.4.2.drv-0
$_ENV['SHLVL'] => 2
$_ENV['NIX_BUILD_TOP'] => /tmp/guix-build-php-7.4.2.drv-0
$_ENV['GUIX_LOCPATH'] => /gnu/store/qz3mfd5jwjakcj8cvrqzra9az3zxh8za-glibc-utf8-locales-2.30/lib/locale
$_ENV['MAKELEVEL'] => 1
$_ENV['SKIP_ONLINE_TESTS'] => 1
$_ENV['TERMINFO_DIRS'] => /gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/share/terminfo
$_ENV['SSH_CLIENT'] => deleted
$_ENV['out'] => /gnu/store/37bpb4xjnqczxxg4qckvs0nnb0ph0jl2-php-7.4.2
$_ENV['LC_ALL'] => en_US.utf8
$_ENV['SKIP_IO_CAPTURE_TESTS'] => 1
$_ENV['TMP'] => /tmp/guix-build-php-7.4.2.drv-0
$_ENV['PATH'] => /gnu/store/niqa6dlvw4r2bfbabn65kq1kgdfwcb4b-pkg-config-0.29.2/bin:/gnu/store/qz06d1dz19wkrmibcr1485wqqia9zzhi-bison-3.5.1/bin:/gnu/store/3fzw8qb3cmrdkr46y55njjrfkvxd53lr-intltool-0.51.0/bin:/gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/bin:/gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/sbin:/gnu/store/rkb08gi20h093z3f7s5i1s1y7nfmryy7-tar-1.32/bin:/gnu/store/wncsbl3fqycahw637hhdynr7d1kjyqxs-gzip-1.10/bin:/gnu/store/glb1pxpjk3qyfh6dhmjblm9blr86jk1l-bzip2-1.0.6/bin:/gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/bin:/gnu/store/mcnl73iph7gshlgfqyw8rfin9asp39jy-file-5.38/bin:/gnu/store/jha29bm7gwx7vv7k4lgpplc1gmsnk5d8-diffutils-3.7/bin:/gnu/store/0hyfm20jsg06brx510wv9diyn7hhr79q-patch-2.7.6/bin:/gnu/store/5g2xx79wzi8zl12lnvrgz9szqiijdhxm-findutils-4.7.0/bin:/gnu/store/qd99fcvvv46cwvy0fdip07b9v4khwx5j-gawk-5.0.1/bin:/gnu/store/3n6bzhyx3csw74qz7nd3hr6bzpaj0cfs-sed-4.8/bin:/gnu/store/6dkbqgpz5569vfs11mw5dk33ax3kxbvq-grep-3.4/bin:/gnu/store/ynfifi4d0n681pln798p9ngdvqdsbf5h-coreutils-8.31/bin:/gnu/store/n7xmavnqnafyw5v84h75hmn0a0ahmzb5-make-4.3/bin:/gnu/store/0ng10xymb9m5p9i8jlzw592vryzkxskc-bash-minimal-5.0.11/bin:/gnu/store/i6mnzxkl59dbg9hra6nab2pqc3df7j8j-ld-wrapper-0/bin:/gnu/store/7qvrgwl8r2fkrmv96fy54q6hl40z1mxl-binutils-2.33.1/bin:/gnu/store/jmd83ck5v5abpmyasq0d1fzfhkz9qwaq-gcc-7.5.0/bin:/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/bin:/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/sbin:/gnu/store/bzzd345qzam02gqqsccl2pxm2pj5ar1f-aspell-0.60.8/bin:/gnu/store/f0afqi98mb0z3a5l79z56yp0pzj55qgr-bzip2-1.0.6/bin:/gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/bin:/gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/sbin:/gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/bin:/gnu/store/shlr3snqpfwa62y5i0qb5s1i86afjwmb-gdbm-1.18.1/bin:/gnu/store/vz0qn03hxca0gdbixvqfc5vngcrxca9f-glibc-2.30/bin:/gnu/store/vz0qn03hxca0gdbixvqfc5vngcrxca9f-glibc-2.30/sbin:/gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/bin:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/bin:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/sbin:/gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/bin:/gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/bin:/gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/bin:/gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/bin:/gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/bin:/gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/bin:/gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/bin:/gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/sbin:/gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/bin:/gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/bin:/gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/bin:/gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/bin:/gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/bin:/gnu/store/2k16slxxzh8m9zj15579wcpk6sr28ihq-tidy-20091223/bin:/gnu/store/137f3h3hgjlxyr3jpi8jdy4p34rad83p-m4-1.4.18/bin:/gnu/store/fqpzc0qc4s0avsy07mhwbdpg29y4qv4k-perl-5.30.1/bin:/gnu/store/7az8ym7fqjqj9q6f2r6y9zaqva4lnbl8-gettext-minimal-0.20.1/bin:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/bin:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/sbin:/gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/bin:/gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/bin:/gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/bin:/gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/bin:/gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/bin:/gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/bin:/gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/bin:/gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/bin:/gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/bin
$_ENV['CC'] => gcc
$_ENV['TEST_PHP_EXECUTABLE'] => /tmp/guix-build-php-7.4.2.drv-0/php-7.4.2/sapi/cli/php
$_ENV['SSH_TTY'] => deleted
$_ENV['CPATH'] => /gnu/store/vwvi1bh9drscyianaznvvdv05x8fqfla-procps-3.3.16/include:/gnu/store/glb1pxpjk3qyfh6dhmjblm9blr86jk1l-bzip2-1.0.6/include:/gnu/store/4y9nfyyg0jlrxwh69zfwm0a779r0nkh7-xz-5.2.4/include:/gnu/store/mcnl73iph7gshlgfqyw8rfin9asp39jy-file-5.38/include:/gnu/store/qd99fcvvv46cwvy0fdip07b9v4khwx5j-gawk-5.0.1/include:/gnu/store/n7xmavnqnafyw5v84h75hmn0a0ahmzb5-make-4.3/include:/gnu/store/7qvrgwl8r2fkrmv96fy54q6hl40z1mxl-binutils-2.33.1/include:/gnu/store/jmd83ck5v5abpmyasq0d1fzfhkz9qwaq-gcc-7.5.0/include:/gnu/store/ahrr5vgly7jgwp00pwjfxps88wvx1fnd-glibc-2.30/include:/gnu/store/bzzd345qzam02gqqsccl2pxm2pj5ar1f-aspell-0.60.8/include:/gnu/store/f0afqi98mb0z3a5l79z56yp0pzj55qgr-bzip2-1.0.6/include:/gnu/store/2lr8sb66l24b8jhc9sy0ihzbp0pkkncm-curl-7.68.0/include:/gnu/store/czdy5rbczb0ckx9qzib2l4i6lwzhr4mx-cyrus-sasl-2.1.27/include:/gnu/store/lbplxpnxqx1bz3300fgqs1hm0529sfqy-gd-2.2.5/include:/gnu/store/shlr3snqpfwa62y5i0qb5s1i86afjwmb-gdbm-1.18.1/include:/gnu/store/vz0qn03hxca0gdbixvqfc5vngcrxca9f-glibc-2.30/include:/gnu/store/737b89hgdhvfzrprbhzhajxah71afnx2-gmp-6.2.0/include:/gnu/store/dwriqjqq6ysy9qhb80h863mfpx8mbg6s-gnutls-3.6.11.1/include:/gnu/store/70123xqbr5bgw505zg2s6ml2l0x099c9-icu4c-65.1/include:/gnu/store/b4smqq5c1kdm8hyiypf7biaqxp0w62da-libgcrypt-1.8.5/include:/gnu/store/85s0a8f6ssdva9vk89vbhws2afgrj5bh-libpng-1.6.37/include:/gnu/store/007gg3nadjddxk7bcabicjhyan43kxcp-libxml2-2.9.10/include:/gnu/store/cx2rlqklvhivw1lzrbgr9y5w6fdj9dwb-libxslt-1.1.34/include:/gnu/store/qkc5wk30d6kyzm7ilynhszsy69dzvdw6-libx11-1.6.9/include:/gnu/store/i79zykhqwa24llczfhm97b4fhsc3si5k-libzip-1.5.2/include:/gnu/store/ll0j04s1gj1zx4vbbnlxwfwzwzxn25yn-oniguruma-6.9.4/include:/gnu/store/94wsfcpv6fx65d6ld57kw1zn5fzknpx9-openldap-2.4.48/include:/gnu/store/96waw3yzj27byvrd2qxr31yv0c3ymhj4-openssl-1.1.1d/include:/gnu/store/7kfvfvn1a1jfdmb1xi0k0ij86slw1g34-pcre2-10.34/include:/gnu/store/yxdyjpn9kdw2akr0p4qgyypkmkmmwgnf-postgresql-10.11/include:/gnu/store/7jfwh876lgyk2byi088y9nqnp1102ahb-readline-8.0.1/include:/gnu/store/c14b9m2vv79smgjmidkcsapdvjpvi9xj-sqlite-3.31.0/include:/gnu/store/2k16slxxzh8m9zj15579wcpk6sr28ihq-tidy-20091223/include:/gnu/store/0xblcmc2xkk8kwwqga6jgbspiqqy94ly-zlib-1.2.11/include:/gnu/store/7az8ym7fqjqj9q6f2r6y9zaqva4lnbl8-gettext-minimal-0.20.1/include:/gnu/store/dqvs7p6qjg858sk7gazgk7b5lr02jylh-linux-libre-headers-4.19.56/include:/gnu/store/8akvbfknhi8r8ly9pcmq6zan80h06xra-mit-krb5-1.17.1/include:/gnu/store/m41d2j6ch44wry5s77sbzmbjyd22xxf9-libjpeg-turbo-2.0.4/include:/gnu/store/cx2qsnpafdc0zbpx4nws6831ynv3k4ng-fontconfig-2.13.1/include:/gnu/store/hdbx71pf4pazaggglqlfsj2f7mmg2qvq-linux-libre-headers-4.19.56/include:/gnu/store/svqbhqwr9n1ifs138zxbj90sh5397qmw-nettle-3.5.1/include:/gnu/store/x4hz9dfby379n85752m68xv91w76szyg-libidn2-2.3.0/include:/gnu/store/qjwxcaxw43g8fkl4w11pra31h9bvawiv-libtasn1-4.15.0/include:/gnu/store/3z9s3vsmbqs4mkidk50pfq3hfi4shdcv-libgpg-error-1.36/include:/gnu/store/bwc7hs3d90ngwmjvysx6dmc9ba4akxyr-libxcb-1.13/include:/gnu/store/gnzj7hxm6figpws7z67gvk3iffwm3krk-xorgproto-2019.2/include:/gnu/store/gk0y6mwmicigxyk6mjr6sfxmk46zwlqn-ncurses-6.1-20190609/include:/gnu/store/phh250vx8dy08gkxxmfwhdq49skfznkg-util-linux-2.35-lib/include:/gnu/store/r1lhzxs4gf8k4y0y4fvl3yp3krx270cs-freetype-2.10.1/include:/gnu/store/jjn1vjp0v5334q57gg3r8p8c1paixa5r-expat-2.2.9/include:/gnu/store/pb2niii0l467w5qikfzjbn5bxijaq39b-libxdmcp-1.1.3/include:/gnu/store/1f1clcf3971324i2f2d5kjn8f5kj6q75-libxau-1.0.9/include

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 [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.