Category: PHP

  • Month of PHP Bugs (MOPB) update

    As the days pass by, new vulnerabilities are disclosed on the Month of PHP bugs. An important (and very useful) change is that markings have been added to the main page which show the vulnerabilities that are not addressed in the latest (5.2.1) release and the ones which are not directly related to PHP (for…

  • Security Update – MOPB, DMA, etc

    First just a fun little post on Slashdot which debates what /etc stands for Now for the security related stuff: The Month of PHP Bugs continues with two new vulnerabilities. Fortunately these bugs were disclosed to the PHP team beforehand, so updating to the latest version solves them. Also, one of them is in the…

  • The progress of MOPB

    The Month of PHP bugs is progressing nicely and the counter is up to nine (at this rate – supposing that we have a linear progression – we will have almost 70 vulnerabilities!). The new ones repeat the same patterns as the previous ones: they can be mitigated in environments where a single user controls…

  • Month of PHP bugs started

    The Month of PHP bugs started off today with not one, but three bugs. Two of them can be protected against by using Suhosin (you might accuse the guy of some grey area marketing – but you can’t since his product is both free and open source) and the third by upgrading to PHP5 (because…

  • PHP coders of the world – secure your code!

    Being a seasoned coder myself (I’ve been doing PHP coding on and off for 6 years now) I think I can speak with some authority about this subject. I came to believe that PHP is pretty much a Perl copy-cat where they eliminated the features which they considered too hard for the beginner. While catering…

  • Implementing Web Services with Open Source Software

    Today many services are available (both internal and external to a company) as Web Services, more specifically as SOAP. Companies like Microsoft, IBM or Sun have heavily invested in this field and made many of their products compatible with it (as a client and/or as a server). In this article I will study the different…

  • You can do anything with Perl – part 2

    You can do anything with Perl – part 2 I’m a PHP person myself and only the last several months did I start to play with Perl on a more serious level. One thing I’ve learned pretty fast: you can (almost) anything with Perl and the first thing you should do when you try to…

  • Web Developer Stereotypes

    Sitepoint did a survey amongst web developers and found that people who use PHP are very likely to try Ruby on Rails. While I haven’t completed the survey myself, I find that I’m in this exact same position: I’ve been developing in PHP for several years now and plan to check out Ruby, however I’m…