Tag: PHP

Reasons to dislike some programming languages

Developers often have various reasons for avoiding certain programming languages, and these reasons can range…

PHP was great

#PHP was great! Its maintainers could not adapt well! New #software #architecture s and #techstack…

PHP 8 released

PHP 8 has been released! Will it compete well against many other new and old…

Opensource: be grateful for enterprisey quirky mess

Apparently, it has taken almost a year for the most popular PHP mailing library to…

How NOT to write (OOP PHP) code

My comment on one of the files of SuiteCRM: https://github.com/salesagility/SuiteCRM/issues/3561 which was closed and kindly…

How NOT to write (PHP) code

My comment on one of the files of SuiteCRM: https://github.com/salesagility/SuiteCRM/issues/3687 So... * todo: encapsulate logically…

The cost of a million objects – revisited for PHP7

PHP 7 is out there finally and I am sure the adoption rate will be…

PHP: The cost of a million objects on function calls

Especially, if you are a start-up, all it takes is a fine combination of: a…

PHP Memory Usage: The cost of a million objects

Even though memory is getting cheaper, our applications are becoming more complicated and we need…

WHAT HAS CHANGED SINCE PHP 5.5.3?

A LOT! From: http://www.charliebaird.co.uk/bugs_2000.htm Bugs are not always cute. So, we need to upgrade all…