View php-8.1.11.manifest
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-8.1.11.tar.bz2 | |
SHA256 hash: af6250b18b4403b6eeff9b4a02786ac86a12a208141f6f65478f79256f47f246 | |
PGP signature: | |
-----BEGIN PGP SIGNATURE----- | |
iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmM0D00ACgkQGZ+d/vb/ | |
uv3H2Q/6Ayd3kKlpe5rkkjOrEAo330bdw4x20kIcHiTHqZCmzn01+z4kPtq1ceR+ | |
hCfvZyTxQHtTgRQkSPbnQ7Pdfv7bxRRT1a99lcpUfD+tZvIw+NWQerU2N7WketPB | |
WsQrZQDPRPnuzf3P3idH5+fFfKjpwX2BqV+72t4ps5aCihc/kRFYT9VRvyEUwWPo | |
oHkyohkEnRoMcSlTby8x2XadAEb4XDgEkS3t22DsXHiIuX3HRaeear9VfbP3yzoM |
View libxml-fix.diff
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
--- a/src/lib/RichText/Converter/Render/Template.php | |
+++ b/src/lib/RichText/Converter/Render/Template.php | |
@@ -161,7 +161,7 @@ | |
$rootNode->appendChild($newNode); | |
} | |
- return trim($this->richTextConverter->convert($innerDoc)->saveHTML()); | |
+ return trim((string)$this->richTextConverter->convert($innerDoc)->saveHTML()); | |
} | |
View php-8.1.11RC1.manifest
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-8.1.11RC1.tar.bz2 | |
SHA256 hash: c85053aadb166d6ef2022fe6a0fce47b11738e6510d05e132580187c9ceb6ec7 | |
PGP signature: | |
-----BEGIN PGP SIGNATURE----- | |
iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmMg9J8ACgkQGZ+d/vb/ | |
uv2HEQ/+N1dRzt3Kv1PNFWefGQTCR4XykiP0JgzZCrBIYLU671nyvE4aASqpJRBd | |
W4Z9AD4m6vn8o5tGnJMOQgu0AUg5tuGLfnp3SKMnAXaSAN0dT1Yd+VrR5yzK+pBv | |
uDU8yfKTtNxyNoPcEO+WJFb7iTa+eGrf6Tdf8M1fuNNXVV3tBmiZCVpGcoOJdtkb | |
yWXV4kOOwK5qq7JMRYPQmFM3Yh20KS2ebpQqtyUtitOCtgj0Mj4S+y6qJzrvCpkl |
View php-8.1.9.manifest
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-8.1.9.tar.bz2 | |
SHA256 hash: 9ebb0e2e571db6fd5930428dcb2d19ed3e050338ec1f1347c282cae92fc086ff | |
PGP signature: | |
-----BEGIN PGP SIGNATURE----- | |
iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmLpIKgACgkQGZ+d/vb/ | |
uv2Aiw//f6ohhpgTucfKhYkFt+20CStp44wu1FM8Qexf0P0q2EVKTl+SiqaJE5IN | |
RUlAgro7rX3KZD7n6ElBWL7UFGUAJDo3OHvG/mcYXBbJkm+PkHwHYf3agGJe2Ja4 | |
PqolpK3lT7O0rXqlPcAV/UEF9lUswPstG3siXQe/B32fhCrC65GWQAOM4/XUFaLq | |
iaBEO+oEd+UIlbTOOGk1SCXgUEyDAdsHK9kV4XogQ8eoA/+x93LGPk1cdtK/t74O |
View php-8.1.9RC1.manifest
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-8.1.9RC1.tar.bz2 | |
SHA256 hash: 396865e9b4e53995f2d6cfaf7c707aa300f1d7681c0cfbb71d2dd0c1a08d8429 | |
PGP signature: | |
-----BEGIN PGP SIGNATURE----- | |
iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmLXi+0ACgkQGZ+d/vb/ | |
uv2OkBAAjPpZl4phZBzizHDH44ND3ukkqnbKd13zE+HkpNTQ60QBKZdc9ZJIoxqR | |
a+MUwVlSt27xDTwnGvyYf8ZUVBejEi8DRpOT19eKy1V8Ptosi3K0noJ56RBU6pzc | |
g2gxfzNZuIvjOW9Z/9N1CL1DbMJhVxqLPF+H+U3lTvMprWknKylDiu9FBl1rCAnH | |
ssgzhniSrgG8Fx7iFjdSpB7aoMuZNgLVsqMgdf0HMR95J6PGCUxmakAfbKT7u3cA |
View FixInvalidLoggerArgument.patch
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
--- a/bundle/DependencyInjection/Compiler/SecurityLoginPass.php | |
+++ b/bundle/DependencyInjection/Compiler/SecurityLoginPass.php | |
@@ -11,7 +11,6 @@ | |
use EzSystems\EzPlatformAdminUi\Security\Authentication\RedirectToDashboardAuthenticationSuccessHandler; | |
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; | |
use Symfony\Component\DependencyInjection\ContainerBuilder; | |
-use Symfony\Component\DependencyInjection\Exception\OutOfBoundsException; | |
class SecurityLoginPass implements CompilerPassInterface | |
{ |
View libxml-fix.diff
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
--- a/eZ/RichText/Converter/Render/Template.php | |
+++ b/eZ/RichText/Converter/Render/Template.php | |
@@ -161,7 +161,7 @@ | |
$rootNode->appendChild($newNode); | |
} | |
- return trim($this->richTextConverter->convert($innerDoc)->saveHTML()); | |
+ return trim((string)$this->richTextConverter->convert($innerDoc)->saveHTML()); | |
} | |
View php-8.1.5.manifest
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-8.1.5.tar.bz2 | |
SHA256 hash: 827de56771c3ab8313a069812f15f6ec49989d510aebd0dce180839c6d8d6ff3 | |
PGP signature: | |
-----BEGIN PGP SIGNATURE----- | |
iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmJVqXQACgkQGZ+d/vb/ | |
uv2/pBAAnLsN+qFS2EKrSXiWeQO80rVNUntWgqudFt9Ul5zRqMMDsUK9U5p3Tz8z | |
nrQS1vbc8CuVA/ZUOf43sdEyWpSo2DgmZBfMUMk/NSpobpxSxFN6y/3mpZS+WIYW | |
MLMO1toeFOtxRwrbi2DVUTXzrwoRnpr1QRh64sK6tP10SUQVKhsT0TOzOA8PKm56 | |
3PvXhYPsOMTTOsnOHuefNn030wC33ogkiacFcxO5qwhoQ0cujr4qIpdRJeQNrPGz |
View php-8.1.5RC1.manifest
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-8.1.5RC1.tar.bz2 | |
SHA256 hash: fec0498bc8a17bcd0db70da33abd2d80859dd59e739f8c2d2c96161bb8d2c425 | |
PGP signature: | |
-----BEGIN PGP SIGNATURE----- | |
iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmJFy0MACgkQGZ+d/vb/ | |
uv2Fvw/8DBrA8rWmrMNqJrM9Jhl85thC0OFd6odebqxiHvZgSZ8n9vDKL3xze3no | |
Y7uI72c8SWnSizLcH3AxduWco+whg6P+1gY8BJw2UdqnHCbR2My1KSXW2iy5aRfn | |
oimFjVCOkN78DnzO6ZQtfnut61b8WcU5RkfmkYSZBTASOGZtWhXZXOGtfDwnZ3Oa | |
cBohaLg15QQEop99BDxFoa39+yNeskmnkKNWbuj9RlBEHdZNB+20mae3M66fwKr+ |