PHP had a bad reputation in the past. Does its latest version has changed things to make it better. If yes, how much?
Well, PHP Introduce interesting thing like the throwable interface for errors and exceptions, the type hinting, and the return types as a few things.
Still the language lack in some points, but with the PHP 7.1 make some improvements, still have a lot of work to do, but with PHP FIG try to make things easy.
Igor Hrcek
Building stuff since 2006
I do not think that PHP7 is poorly designed. Actually I think that PHP7 is the best PHP version so far in many aspects.
PHP had a period of stagnation - after 5.6 was released we waited a long time to get something new. In a meantime, other languages took forward and from that perspective, PHP looked a little bit obsolete. But soon after first stable RC versions came out, the amount of work they put into is just amazing, and results speak for themselfs.
Many new features were introduced in PHP7 (you can see a bit here: blog.feryn.eu/php-7-is-now-available-new-features…). And features are not the only thing - the speed of PHP7 is just amazing. Especially in crowded hosting environments you can see progress.