seblucas / cops

Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...)
http://blog.slucas.fr/en/oss/calibre-opds-php-server
GNU General Public License v2.0
1.43k stars 229 forks source link

Php7-mod-intl require icu #395

Closed liladude closed 5 years ago

liladude commented 6 years ago

Hi, thank you for your hard work. Not really an issue on the system, but a problem with most small devices. I am trying to install COPS on a small LEDE device. The main problem is that php7-mod-intl needs icu which is 12 MB. Most devices are less than 8 MB in flash memory. Is there any way around?

seblucas commented 6 years ago

Last time I checked it wasn't mandatory 'but that was a long time ago), did you try without ? Can you share the error if you catch one ?

Thanks in advance

seblucas commented 6 years ago

I checked the code and I think intl is not needed (but I did not made an extensive test but the unit tests worked), can you try without this extension ?