From 1b73b7cb82b30d88339d012c8c6eef1eea647d7c Mon Sep 17 00:00:00 2001 From: Bill Condo Date: Fri, 27 Jun 2014 09:35:05 -0400 Subject: [PATCH] Added Securing PHP: Core Concepts Added Securing PHP: Core Concepts by Chris Cornutt to the book list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c025622..495ab60 100644 --- a/README.md +++ b/README.md @@ -607,6 +607,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans. * [Understanding Computation](http://computationbook.com) - A book about computation theory by Tom Stuart. * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts. +* [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - An ebook about common security terms and practices for PHP by Chris Cornutt. ## Web Reading *General web-development-related reading materials.*