Site News: Blast from the Past - One Year Ago in PHP
Here's what was popular in the PHP community one year ago today:SitePoint Web Foundations Blog: Quick Tip: Install Zend Server 7 on an Ubuntu 14.04 Vagrant Box NetTuts.com: Best Practices When Working...
View ArticleCommunity News: PHP 7.0.0 Beta 2 Tagged
According to this post on Reddit.com (and this NEWS file update) the latest beta of PHP 7.0.0, beta 2, has officially been tagged. Fixes include updates in several different areas of the codebase:...
View ArticleMatthew Setter: PHP South Coast 2015
For those that weren't able to attend this year's PHP South Coast conference (in Portsmouth, UK) Matthew Setter has posted a wrap up of some of his experiences there and what the conference was like....
View ArticleParagon Initiative: Implementing Secure User Auth in PHP Applications with...
On the Paragon Initiative blog there's a post showing you how to implement secure authentication with long term persistence (a secure "remember me" essentially) in a PHP application A common problem...
View ArticleEasy Laravel Book: How Laravel 5 Prevents SQL Injection, CSRF, and XSS
Jason Gilmore has posted an article to the Easy Laravel Book site with a bit more detail about how the framework prevents some common security issues including SQL injection and cross-site request...
View ArticleSite News: Popular Posts for the Week of 07.24.2015
Popular posts from PHPDeveloper.org for the past week:Medium.com: Laravel and Vue JS: Advanced Frontend Webapp Architecture Site News: Popular Posts for the Week of 07.17.2015 Matt Stauffer: Using...
View ArticleLorna Mitchell: Test Your PHP Application on PHP 7
Lorna Mitchell has a post to her site showing you how to get a PHP7 setup and working so you can test out your current application, preparing it for this next major version's release. PHP 7 is coming,...
View ArticleBitExpert Blog: Think About It: PHP/PostgreSQL Bulk Performance (Part 3)
On the bitExpert blog they've continued their "Think About It" series of posts looking at optimizations that can be made to different technologies in their stack to increase performance. In this third...
View ArticleNetTuts.com: Understand Overriding in Magento: Controllers
The NetTuts.com site has posted a tutorial (the third and last in their series) showing how to override controller handling in Magento. In the previous posts they showed how to override functionality...
View ArticleRemi Collet: New "remi-php70" repository
Remi has announced the release of the remi-php7 repo, available for Fedora ≥ 21 and Enterprise Linux ≥ 6. Current version is PHP 7.0.0beta2 with about 25 extensions which are already compatible. This...
View Article