Raf-sns / Placido-Shop

Placido-Shop is a lightweight and powerful Open-Source e-commerce software
https://www.placido-shop.com
GNU General Public License v3.0
9 stars 1 forks source link

Compression of API not working on PHP 8.2 #5

Closed Raf-sns closed 1 month ago

Raf-sns commented 1 year ago

I realized that compression does not work under PHP 8.2.

To resolve the issue, go to the JShrink page: JShrink, download the file: JShrink/src/JShrink/Minifer.php

Then in your Placido-Shop API: Go to PHP/LIBS/MINIFIER-JS/ here replace the existing Minifier.php file with the file you downloaded.

This will be corrected in the new upcoming version.

A great thank to Robert Hafner and JShrink contributors !