informatica:programacion:php
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| informatica:programacion:php [2023/03/22 10:40] – [Constantes] tempwin | informatica:programacion:php [2025/02/04 10:44] (actual) – [Proyectos hechos con PHP] tempwin | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| ====== PHP ====== | ====== PHP ====== | ||
| + | * [[https:// | ||
| + | ===== Instalación ===== | ||
| + | |||
| + | ==== Debian ==== | ||
| + | |||
| + | < | ||
| + | apt install php php-common | ||
| + | </ | ||
| + | |||
| + | Extensiones: | ||
| + | |||
| + | < | ||
| + | apt install php-cli php-fpm php-json php-pdo php-mysql php-zip php-gd | ||
| + | </ | ||
| + | |||
| + | Integración con Apache: | ||
| + | |||
| + | < | ||
| + | apt install libapache2-mod-php | ||
| + | </ | ||
| + | |||
| + | Si no estuviese instalado el servidor web Apache, se instalaría con: | ||
| + | |||
| + | < | ||
| + | apt install apache2 apache2-utils | ||
| + | </ | ||
| + | |||
| + | Para descargar la última versión de PHP: | ||
| + | |||
| + | < | ||
| + | sudo apt install -y lsb-release ca-certificates apt-transport-https software-properties-common gnupg2 | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | echo "deb https:// | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | wget -qO - https:// | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | sudo apt update | ||
| + | sudo apt install php8.2 | ||
| + | </ | ||
| ===== Variables ===== | ===== Variables ===== | ||
| Línea 229: | Línea 274: | ||
| * [[informatica: | * [[informatica: | ||
| + | * [[informatica: | ||
| + | * [[informatica: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| Línea 238: | Línea 285: | ||
| No es necesaria ninguna biblioteca externa para construir esta extensión. Está disponible y compilada de forma predeterminada desde PHP 5. | No es necesaria ninguna biblioteca externa para construir esta extensión. Está disponible y compilada de forma predeterminada desde PHP 5. | ||
| + | ===== Frameworks PHP ===== | ||
| + | |||
| + | * [[informatica: | ||
| + | * [[informatica: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Proyectos hechos con PHP ===== | ||
| + | |||
| + | * [[informatica: | ||
| + | * [[informatica: | ||
| + | * [[wiki: | ||
| + | * [[informatica: | ||
| + | * [[informatica: | ||
| + | * [[informatica: | ||
| + | * [[https:// | ||
| + | * [[informatica: | ||
| + | * [[informatica: | ||
| + | * [[informatica: | ||
| + | * [[https:// | ||
| + | * [[informatica: | ||
| + | * [[informatica: | ||
| + | * [[https:// | ||
| + | * [[informatica: | ||
| + | * [[https:// | ||
| + | * [[informatica: | ||
| + | |||
| + | https:// | ||
| ===== Recursos ===== | ===== Recursos ===== | ||
| Línea 243: | Línea 319: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
informatica/programacion/php.1679478034.txt.gz · Última modificación: por tempwin
