Skip to content

Commit

Permalink
update of issues section of readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-fr committed Mar 13, 2022
1 parent 0155716 commit ff7fd96
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions locale/fr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff7fd96

Please sign in to comment.