From ff7fd96605fed7611306bd6e98413d4baf15ee90 Mon Sep 17 00:00:00 2001 From: pk-fr Date: Sun, 13 Mar 2022 11:54:29 +0100 Subject: [PATCH] update of issues section of readme.md --- README.md | 8 ++++++++ locale/fr/README.md | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index bd6c9ca..449ed4b 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,14 @@ Recursivly removes target_directory/yakpro-po ## Known Issues +[segmentation fault](https://github.com/php/php-src/issues/8193) + + opcache crashes on Ubuntu 21.10 - php 8.0.8 (segfault) both within apache2 and cli when + shuffle-statements is turned on for big files + + works perfectly with newer versions of php (8.0.16 8.1 ) + + [sedimentation-fault](https://github.com/sedimentation-fault) reported on issue [#75](https://github.com/pk-fr/yakpro-po/issues/75) that a segmentation fault could occure in php's garbage collector when obfuscating many big files in a project: Trying to obfuscate ~5000 PHP files of ~1000 lines each, yakpro-po stopped after processing ~1600 files diff --git a/locale/fr/README.md b/locale/fr/README.md index 87b44c3..c1fdb10 100644 --- a/locale/fr/README.md +++ b/locale/fr/README.md @@ -328,6 +328,15 @@ Supprime récursivement le répertoire répertoire_cible/yakpro-po ## Problèmes connus +[segmentation fault](https://github.com/php/php-src/issues/8193) + + opcache plante sur Ubuntu 21.10 - php 8.0.8 (segfault) que se soit en mode cli ou à travers apache2 + lorsque l'option shuffle-statements est activée sur des gros fichiers. + + fonctionne parfaitement sur des versions plus récentes de php ( 8.0.16 et 8.1 ) + + + [sedimentation-fault](https://github.com/sedimentation-fault) a rapporté sur le problème [#75](https://github.com/pk-fr/yakpro-po/issues/75) que un segmentation fault pouvait survenir dans le 'garbage collector' de php lors de l'obfuscation de beaucoup de gros fichiers dans un projet : Trying to obfuscate ~5000 PHP files of ~1000 lines each, yakpro-po stopped after processing ~1600 files