Forum


Replies: 3   Views: 38
Using the stream mode with removeprotection in phpdocx 17.0 namespaces

Posted by a.curti  · 11-09-2025 - 10:57

There a bug on line 671 of CryptoPHPDOCX class, ZipStream.php class is not in the same directory of CryptoPHPDOCX

The fileExist check should be changed to file_exists(__DIR__ . '/../Utilities/ZipStream.php')

Posted by a.curti  · 11-09-2025 - 11:41

Same issue on line 561 of the very same class