-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add symfony/polyfill-php83 composer dependency
- Loading branch information
Showing
13 changed files
with
317 additions
and
1 deletion.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2001,6 +2001,86 @@ | |
], | ||
"install-path": "../symfony/polyfill-php82" | ||
}, | ||
{ | ||
"name": "symfony/polyfill-php83", | ||
"version": "v1.27.0", | ||
"version_normalized": "1.27.0.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/symfony/polyfill-php83.git", | ||
"reference": "508c652ba3ccf69f8c97f251534f229791b52a57" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/508c652ba3ccf69f8c97f251534f229791b52a57", | ||
"reference": "508c652ba3ccf69f8c97f251534f229791b52a57", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=7.1", | ||
"symfony/polyfill-php80": "^1.14" | ||
}, | ||
"time": "2022-11-03T14:55:06+00:00", | ||
"type": "library", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-main": "1.27-dev" | ||
}, | ||
"thanks": { | ||
"name": "symfony/polyfill", | ||
"url": "https://github.com/symfony/polyfill" | ||
} | ||
}, | ||
"installation-source": "dist", | ||
"autoload": { | ||
"files": [ | ||
"bootstrap.php" | ||
], | ||
"psr-4": { | ||
"Symfony\\Polyfill\\Php83\\": "" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Nicolas Grekas", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Symfony Community", | ||
"homepage": "https://symfony.com/contributors" | ||
} | ||
], | ||
"description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", | ||
"homepage": "https://symfony.com", | ||
"keywords": [ | ||
"compatibility", | ||
"polyfill", | ||
"portable", | ||
"shim" | ||
], | ||
"support": { | ||
"source": "https://github.com/symfony/polyfill-php83/tree/v1.27.0" | ||
}, | ||
"funding": [ | ||
{ | ||
"url": "https://symfony.com/sponsor", | ||
"type": "custom" | ||
}, | ||
{ | ||
"url": "https://github.com/fabpot", | ||
"type": "github" | ||
}, | ||
{ | ||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
"type": "tidelift" | ||
} | ||
], | ||
"install-path": "../symfony/polyfill-php83" | ||
}, | ||
{ | ||
"name": "webmozart/assert", | ||
"version": "1.11.0", | ||
|
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
19 changes: 19 additions & 0 deletions
19
wcfsetup/install/files/lib/system/api/symfony/polyfill-php83/LICENSE
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Copyright (c) 2022 Fabien Potencier | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is furnished | ||
to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
41 changes: 41 additions & 0 deletions
41
wcfsetup/install/files/lib/system/api/symfony/polyfill-php83/Php83.php
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of the Symfony package. | ||
* | ||
* (c) Fabien Potencier <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Symfony\Polyfill\Php83; | ||
|
||
/** | ||
* @author Ion Bazan <[email protected]> | ||
* | ||
* @internal | ||
*/ | ||
final class Php83 | ||
{ | ||
private const JSON_MAX_DEPTH = 0x7FFFFFFF; // see https://www.php.net/manual/en/function.json-decode.php | ||
|
||
public static function json_validate(string $json, int $depth = 512, int $flags = 0): bool | ||
{ | ||
if (0 !== $flags && \defined('JSON_INVALID_UTF8_IGNORE') && \JSON_INVALID_UTF8_IGNORE !== $flags) { | ||
throw new \ValueError('json_validate(): Argument #3 ($flags) must be a valid flag (allowed flags: JSON_INVALID_UTF8_IGNORE)'); | ||
} | ||
|
||
if ($depth <= 0) { | ||
throw new \ValueError('json_validate(): Argument #2 ($depth) must be greater than 0'); | ||
} | ||
|
||
if ($depth >= self::JSON_MAX_DEPTH) { | ||
throw new \ValueError(sprintf('json_validate(): Argument #2 ($depth) must be less than %d', self::JSON_MAX_DEPTH)); | ||
} | ||
|
||
json_decode($json, null, $depth, $flags); | ||
|
||
return \JSON_ERROR_NONE === json_last_error(); | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
wcfsetup/install/files/lib/system/api/symfony/polyfill-php83/README.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Symfony Polyfill / Php83 | ||
======================== | ||
|
||
This component provides features added to PHP 8.3 core: | ||
|
||
- [`json_validate`](https://wiki.php.net/rfc/json_validate) | ||
|
||
More information can be found in the | ||
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). | ||
|
||
License | ||
======= | ||
|
||
This library is released under the [MIT license](LICENSE). |
20 changes: 20 additions & 0 deletions
20
wcfsetup/install/files/lib/system/api/symfony/polyfill-php83/bootstrap.php
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of the Symfony package. | ||
* | ||
* (c) Fabien Potencier <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
use Symfony\Polyfill\Php83 as p; | ||
|
||
if (\PHP_VERSION_ID >= 80300) { | ||
return; | ||
} | ||
|
||
if (!function_exists('json_validate')) { | ||
function json_validate(string $json, int $depth = 512, int $flags = 0): bool { return p\Php83::json_validate($json, $depth, $flags); } | ||
} |
Oops, something went wrong.