Archive for the 'PHP' Category



Problem compiling GeoIP PHP extension on FreeBSD

Friday, April 4th, 2008

Well, here is another app compatibility problem.

Recently I got task to build GeoIP PHP extension. Usually i use mod_geoip, but this time some strange app required PECL extension.

So, i got following error while configure process:

configure: error: wrong geoip lib version or lib not found

(more…)

Securing PHP

Monday, December 11th, 2006

PHP is one of most popular programming languages for Web. A lot of applications developed using PHP, but very small percent of PHP programmers write quality and secure code. As result about 70-80% of hacks done via PHP applications (forums, blogs, albums, etc). So, how can you secure your server? There is no 100% recipe, but i have some tips what can help you.

(more…)