carlos22 / carddav2fb

:notebook: A command-line PHP script allowing to import CardDAV-based VCards (e.g. from 'owncloud') to a phonebook in a AVM FRITZ!Box
The Unlicense
86 stars 67 forks source link

alternative php packages in debian 8 #20

Closed happyreacer closed 7 years ago

happyreacer commented 7 years ago

i'd like to use the carddav2fb in a debian 8 system, but i dont have the following php-moduls fond: PHP-ftp PHP-mbstring

Can i use in debian other php-modules for bring it to work?

Greatings

carlos22 commented 7 years ago

The names of the packages are different in each distribution and/or version. Sometimes the modules are compiled into php or packaged in different packages.

List of packages in debian stable: https://packages.debian.org/search?keywords=php5&searchon=names&suite=stable&section=all

The ftp module is either not availabe as package or part of the php5 package itself and only needs to be enabled in php.ini (caution: debian uses some magic here with php5enmod).

happyreacer commented 7 years ago

Okay, thanks ist works with Debian 8