WordPress / playground-tools

GNU General Public License v2.0
127 stars 38 forks source link

Playground plugin: ZipStream PHP Parse error #247

Open bgrgicak opened 2 months ago

bgrgicak commented 2 months ago

Playground won't load because the export file can't be generated.

PHP Parse error:  syntax error, unexpected identifier "Closure", expecting variable in /var/www/html/wp-content/plugins/playground/vendor/maennchen/zipstream-php/src/ZipStream.php on line 111, referer: wp-admin/tools.php?page=playground

Server info

WordPress 6.5.2 | PHP 8.0.11 | Apache/2.4.41 (Ubuntu) | MySQL 8.0.26
adamziel commented 2 months ago

This is a good opportunity to implement a streaming PHP ZIP Encoder for the Blueprints library and reuse it here.