sqmk / pecl-jsmin

PHP PECL extension for JavaScript minification
Other
69 stars 21 forks source link

Incompatible with PHP 7.4.3 #57

Closed jmooring closed 10 months ago

jmooring commented 4 years ago
$ php

PHP Warning: PHP Startup: jsmin: Unable to initialize module Module compiled with module API=20180731 PHP compiled with module API=20190902 These options need to match

$ php -v

PHP 7.4.3 (cli) (built: May 26 2020 12:24:22) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Zend OPcache v7.4.3, Copyright (c), by Zend Technologies

jmooring commented 4 years ago

Installed from source per instructions in README. No problems. Reported failure occurred with pecl install jsmin.

jmooring commented 10 months ago

Stale.