//////////////////////////////////////////////////////////////////////////////// Copyright 2013, 2014, 2015, 2016 Newport Software Technologies, UNICEN This file is part of XGAP. XGAP is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. XGAP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with XGAP. If not, see . //////////////////////////////////////////////////////////////////////////////// :encoding: utf-8 = Requerimientos = :lang: es :imagesdir: ../img/ :icons: :iconsdir: ../img/icons :ascii-ids: * PHP 5.2 o 5.3. No está comprobada la compatibilidad con 5.4+ (ver https://sourceforge.net/p/xgap/tickets/80/[Ticket #80], https://sourceforge.net/p/xgap/tickets/112/[Ticket #112], https://sourceforge.net/p/xgap/tickets/117/[Ticket #117]). * Extensiones PHP ** DOM ** Fileinfo, si se usa `FormFileUpload::tipo()` ** Filter ** GD, si se usa la clase `Imagen` ** Hash, si se usa la implementación por defecto de firmas digitales, o la clase `XgapCsrf` ** JSON ** Mail, si se envían correos electrónicos con las aplicaciones generadas ** Mcrypt, si no está disponible la extensión OpenSSL ** Multibyte String ** OpenSSL, si se usa la implementación por defecto de firmas digitales, o las clases `XgapRand` o `XgapCsrf` ** PCRE ** Sessions ** SPL ** XML Parser ** XMLWriter * Extensiones PHP sólo para generación ** XSL * Oracle o PostgreSQL durante la ejecución de las aplicaciones generadas; no es necesaria una base de datos durante la generación A partir de la versión 2.16.0.643, XGAP provee una página que permite comprobar la compatibilidad del entorno con estos requerimientos: `/test_reqs.php`. En el pie de la página de generación se incluyen automáticamente links que llevan a esta página, uno por cada versión de motor detectada. // vim: set syntax=asciidoc textwidth=80: