Jim Plush's Blog: Censorship at Zend??? Zend Encoder swept under the rug
On Jim Plush's blog today, there's a new post as a follow up to his previous post concerning the Zend Encoder and some issues with sites that can decode its files. I made a post on the Zend Forums...
View ArticleJim Plush's Blog: The Zend Encoder Fiasco Part Deux - The Personal Attack
In a previous post, Jim Plusha follow-up post and some surprising results. This story just keeps getting better. Some of you may recall I posted a story a few weeks back when to my SHOCK I found that...
View ArticleCyberlot's Blog: Funny little php "virus" floating around
Richard Thomas comments on a "funny little PHP 'virus'" that he's noticed coming to him via emails: Got an email that claimed to be from my host, it used a generic return address and talked about...
View ArticlePaul Jones' Blog: Solar 0.27.0 and 0.27.1 Released
Paul Jones has released two new concurrent versions of the Solar framework today: Yesterday, I released Solar 0.27.0, then quick-fixed two minor bugs and released 0.27.1 an hour later. It feels so...
View ArticlePHPBuilder.com: Securing Data Sent Via GET Requests
PHPBuilder.com has a new article by Hillel Aftel about his method of choice for securing the data that you send over the GET string when moving things around on your site. In this article I'm going to...
View ArticleDavid Stockton's Blog: Zend JSON - An Introduction
David Stockton has a new post to his ZendTutorials.com site today introducing you to an increasingly more handy Zend Framework component that can make your messaging needs easier. The new tutorial...
View ArticleJoshua Thijssen: Decoding TLS with PHP
Joshua Thijssen has posted a walk-through of some work he's done to create a TLS decoder in PHP. TLS (Transport Layer Security) is a method for encrypting data being sent back and forth between the...
View ArticlePHPBuilder.com: Processing JSON in PHP
PHPBuilder.com has posted a new tutorial today showing you how to work with JSON in PHP including serialization and database interaction. This article explains how to use the JavaScript Object...
View ArticleHHVM Blog: The Journey of a Thousand Bytecodes
In the latest post to the HHVM (HipHop VM) blog Sara Golemon recounts the journey of a thousand bytecodes and the process that it takes to decompose a PHP file and optimize it for execution in the...
View ArticleAnthony Ferrara: Educate, Don't Mediate
In his latest post Anthony Ferarra makes a suggestion about teaching developers how to solve problems via a "quick fix" versus educating them about the real problem: educate, don't mediate. Recently,...
View Article