There are 4 articles tagged as "security"

PHP-FPM security limit extensions issue

on February 03, 2017. in Software, Development. A 2 minute read.

For the first time ever I saw this error:

This one falls into a category of bogus Symfony2 documentation. Or inconsistent behavior. Or whatever. It’s a bit frustrating.

I started to work on/figuring out the security part in Symfony2 and one part where the docs fail so far is to explain how to import security settings from a bundle.

Bad Firebug!

on December 21, 2009. in Development, Programming, Software. A 3 minute read.

We all know about Firebug, probably the best developer add-on out there, and how awesome it is and how many times it helped us debug some nasty Javascript code, mess around with CSS and HTML on-the-fly, to track the time load of every external page element our app loads… It’s so cool that it even has it’s own add-ons! (FirePHP, YSlow and FireCookie). Really, it helps our developer lives to suck a bit less.

Continue reading Bad Firebug!...