Features you would like from any component of LAMP
-
I'd like to see PHP have better local and cli program functionality. It would be a great language for writing simple system programs and scripts in. I'd also like to see Linux clean up the root dir.
Brad Australian The PHP MVP - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.
-
I'd like to see PHP have better local and cli program functionality. It would be a great language for writing simple system programs and scripts in. I'd also like to see Linux clean up the root dir.
Brad Australian The PHP MVP - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.
PHP does have limited locale support, I think PHP 6 primary focus was full unicode support and namespaces. :P PHP can be used (and is used) to power everything from small scale to massive enterprise applications. What I like about PHP and open source (when done properly) is the flexibility in picking what parts I want and assembling those parts into my own custom tool chain. I'm not forced into using any one framework. In fact, I wrote my own (derived from Zend & Symphony) but I have some Zend classes and a few others to boot. PHP is a great environment. My only rant about PHP would be that it's so easy to learn, any dummy can buy a book and in 30 days claim to be PHP/MySQL/OOP expert and compete for the same jobs I do. :P Cheers :)
I'm finding the only constant in software development is change it self.