tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.22k stars 1.52k forks source link

Allowed memory size of bytes exhausted at call SetProtection #457

Open applibs opened 2 years ago

applibs commented 2 years ago

This is my call: $pdf->SetProtection(['modify', 'copy', 'annot-forms', 'fill-forms', 'extract', 'owner'], '', null, 0, null);

but I got error: Allowed memory size of bytes exhausted And important is that it is problem on pruction server only with CentOS 7 updated to last version.