Created
January 8, 2020 10:37
-
-
Save radmiraal/3e6b3143b413e0f31afa84618815d86c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CentOS Linux release 7.7.1908 (Core) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array(2) { | |
[0]=> | |
array(7) { | |
[0]=> | |
string(35) "endpoint: '/newsContent/{item.uid}'" | |
["ArrayPart"]=> | |
string(35) "endpoint: '/newsContent/{item.uid}'" | |
[1]=> | |
string(35) "endpoint: '/newsContent/{item.uid}'" | |
["Key"]=> | |
string(8) "endpoint" | |
[2]=> | |
string(8) "endpoint" | |
["QuotedString"]=> | |
string(25) "'/newsContent/{item.uid}'" | |
[3]=> | |
string(25) "'/newsContent/{item.uid}'" | |
} | |
[1]=> | |
array(13) { | |
[0]=> | |
string(30) "parameters: {L: item.langUid} " | |
["ArrayPart"]=> | |
string(29) "parameters: {L: item.langUid}" | |
[1]=> | |
string(29) "parameters: {L: item.langUid}" | |
["Key"]=> | |
string(10) "parameters" | |
[2]=> | |
string(10) "parameters" | |
["QuotedString"]=> | |
string(0) "" | |
[3]=> | |
string(0) "" | |
["VariableIdentifier"]=> | |
string(12) "item.langUid" | |
[4]=> | |
string(12) "item.langUid" | |
["Number"]=> | |
string(0) "" | |
[5]=> | |
string(0) "" | |
["Subarray"]=> | |
string(15) "L: item.langUid" | |
[6]=> | |
string(15) "L: item.langUid" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php -v | |
PHP 7.3.12 (cli) (built: Nov 19 2019 10:24:51) ( NTS ) | |
Copyright (c) 1997-2018 The PHP Group | |
Zend Engine v3.3.12, Copyright (c) 1998-2018 Zend Technologies | |
with Zend OPcache v7.3.12, Copyright (c) 1999-2018, by Zend Technologies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pcre.i686 8.32-17.el7 @base | |
pcre.x86_64 8.32-17.el7 @base |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php-cli.x86_64 7.3.12-1.el7.remi @remi-php73 | |
php-common.x86_64 7.3.12-1.el7.remi @remi-php73 | |
php-fpm.x86_64 7.3.12-1.el7.remi @remi-php73 | |
php-gd.x86_64 7.3.12-1.el7.remi @remi-php73 | |
php-json.x86_64 7.3.12-1.el7.remi @remi-php73 | |
php-mbstring.x86_64 7.3.12-1.el7.remi @remi-php73 | |
php-mysqlnd.x86_64 7.3.12-1.el7.remi @remi-php73 | |
php-opcache.x86_64 7.3.12-1.el7.remi @remi-php73 | |
php-pdo.x86_64 7.3.12-1.el7.remi @remi-php73 | |
php-pecl-igbinary.x86_64 3.0.1-2.el7.remi.7.3 @remi-php73 | |
php-pecl-imagick.x86_64 3.4.4-2.el7.remi.7.3 @remi-php73 | |
php-pecl-mcrypt.x86_64 1.0.3-1.el7.remi.7.3 @remi-php73 | |
php-pecl-redis4.x86_64 4.3.0-2.el7.remi.7.3 @remi-php73 | |
php-pecl-zip.x86_64 1.15.5-1.el7.remi.7.3 @remi-php73 | |
php-pgsql.x86_64 7.3.12-1.el7.remi @remi-php73 | |
php-process.x86_64 7.3.12-1.el7.remi @remi-php73 | |
php-soap.x86_64 7.3.12-1.el7.remi @remi-php73 | |
php-xml.x86_64 7.3.12-1.el7.remi @remi-php73 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment