Entradas

Técnicas avanzadas para depurar código #PHP

[ENG] Most of us are familiar with the Xdebug debugger, but there are also a handful of other debugging tools we can utilize in our workflows.
https://www.mediacurrent.com/blog/advanced-debugging-techniques-php

Analizadores estáticos de código #PHP para revisar la calidad del software en proyectos #Drupal

Desde Metadrop nos cuentan cómo durante el desarrollo de código para Drupal (módulos, librerías, themes) es importante apoyarse en herramientas objetivas que midan el estado del software y proporcionen información para poder detectar y prevenir problemas derivados de un código de baja calidad: funciones duplicadas, métodos excesivamente complejos, estilo de codificación diferente por cada desarrollador, etc…

http://metadrop.net/articulo/asegurando-calidad-software-analizadores-estaticos-codigo

How To Install Linux, Apache, MySQL, PHP (LAMP) Stack on Debian 9 Stretch

[ENG] This tutorial shows you how to install LAMP (Apache version 2, PHP version 7, MariaDB version 10.2) stack on a Debian 9 Linux server along with firewall settings to open tcp port 80, 22, and 443.

https://www.cyberciti.biz/faq/how-to-install-linux-apache-mysql-php-LAMP-stack-on-debian-9-stretch/

Introduction to #PHP type-hints …

Introduction to #PHP type-hints for #Drupal 8 development. Type hinting allows you to specify data types you expect for an argument for a function declaration. You can specify data types such as arrays, objects and interfaces.

http://befused.com/drupal/php-type-hinting

Vulnerabilidad grave en PHPMailer …

Vulnerabilidad grave en PHPMailer deja indefensos a millones de sitios en la red [ENG] > https://threatpost.com/phpmailer-bug-leaves-millions-of-websites-open-to-attack/122775/