Nadine from Germany// good informations, got new ideas. But it's hard to follow the discussion when you not a native speaker because the people talked very fast and not to the other people in the room. Repeating the questions would be helpful
Excelente session. Le petit quizz était amusant. Ça donne une indication de mes connaissances en sécurité et de ce que je doit approfondir.
Ce genre de session devrait être obligatoire pour tous les dévelopeurs.
Nice overview of the tools that are available for testing in PHP. Even though I knew most of these tools already, I got a few new ideas out of this talk.
Another great presentation by Thijs. He gave a nice overview of the challenges hoster have to face.
Very good session. Lots of exampled of the different vulnerabilities and how they can be exploited.
Thank you very much for this introduction on Redis, but it will be useful to make a small php application where we implement Redis, thank you again :)
Well organized and very great intro to LESS. I do not think I'll start any more projects without it!
Really fantastic. Only complaint is that now i have no excuse not to comb through everything I'm working on and rewrite it with these principles in mind.
Great resources included here.
Ilia, your slide on default_charset is not correct. The Content-type is not set to utf-8 by default in 5.4. It is only the internal entities functions that now default to utf-8 instead of iso-8859-1 if you don't set default_charset explicitly. In order to have a charset set in your output headers you must specify it by setting default_charset.