Librerías externas y dependencias

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Librerías incorporadas en el código fuente

Todas las librerías cargadas Dolibarr se encuentran en la carpeta htdocs/includes:

A complete and up to date list of Dolibarr dependencies is available on this file: https://github.com/Dolibarr/dolibarr/blob/develop/COPYRIGHT

You can change the tag or branch of version to get the good file for a given Dolibarr version

Todas estas librerías deben respetar las siguientes reglas:

  • Deben ser compatibles con la licencia Dolibarr. El archivo COPYRIGHT en la raíz de Dolibarr lista todas las librerías existentes incluyendo su licencia en vigor.
  • Si se realiza un cambio a una librería externa, el cambio debe ser notificado en el fichero dev/dolibarr_changes.txt. Normalmente nunca se deben tocar las librerías externas y se deben utilizar tal cual. De esta manera permitiremos una actualización sin tener que gestionar los informes de cambios.

Librerías Apache

mod_php

Librerías PHP

Database

  • MySQL : mysqli
  • PostgreSQL: pgsql
  • MSSQL: mssql (not tested)
  • SqLite: pdo_sqlite (not working yet)

Image

  • imagick (option)
  • gd

Encoding/Encryption

  • mcrypt (option)
  • openssl (option)
  • mbstring (if database is not UTF-8)

Web services

  • soap (option)

Otros:

  • curl
  • intl
  • calendar (for date manipulation)
  • zip (handling of .xlsx, .ods and .gnumeric files)
  • xml
  • for PHPExcel:
    • gd2 (optional, but required for exact column width autocalculation)