↧
A happy 20 years !
In honor of the 20th anniversary of PHP, I thought I’d write a short story about my years in PHP. I discovered PHP in 1997 after I started experimenting with Linux and we started a university team of...
View ArticlePHPCompatibility is ready for PHP 7.0
It took a while to get it finished, but I finally managed to finish writing the changes for PHPCompatibility to include PHP 7.0 support. Thanks to financial support from the cool people at WPEngine,...
View ArticleDetecting if an IP address is in a certain range in PHP
First published on the Cu.be blog : link If you ever need to detect whether an IP address (let’s say 192.168.0.2) is inside a certain IP range/subnet (let’s say 192.168.0.0/24), you can use the...
View Article