FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Top 10 Wrong Ideas About PHP
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Top 10 Wrong Ideas About PHP [message #175217 is a reply to message #175214] Fri, 26 August 2011 22:56 Go to previous messageGo to previous message
A is currently offline  A
Messages: 17
Registered: June 2011
Karma:
Junior Member
> 1. PHP is not a compiled language (it is interpreted)

many servers support zend encoder, ioncube and other encoders. there are
also some free ones too.
and you can even compile it to self-executing executable.. if you really
want to... with phc or roadsend.
i know many of the above solutions feel like patches but they work and
speed-up code.

but i think any decent server is configured to compile/cache scripts that
are executed often.

> 2. PHP cannot do X (access memory, control hardware devices,
> or some unusual purpose)

if you really want that you can do that with executing lower-level library,
but why in the world would you need that in a language designed to serve as
web developing platform?

> 3. PHP cannot do something that can be done in language X

like what?

> 4. PHP is only for Web development

no language is adequate for every purpose. not even the almighty C++.

> 5. PHP is controlled by only one company (Zend)

bull

> 6. PHP documentation is bad or insufficient

you haven't seen bad documentation. php docs are excellent especially if you
count examples from community.

> 7. PHP projects are not reusable because they are not Object Oriented

what is stopping you to make modular reusable objects? heard about PEAR?

> 9. PHP is not good for high performance scalable Web sites or applications

yeah, facebook, youtube and wikipedia are all horrible, low performing
sites.

> 10. PHP developers are cheaper because they are not qualified

just because it is not microsoft and doesn't come with certification program
doesn't mean it is worthless.
there is a lack of some standard form of education but microsoft is also not
known for being very creative company.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: PHPUnit: set up fixture in database tests
Next Topic: mktime 2-digit vs 4-digit year
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 20:14:47 GMT 2024

Total time taken to generate the page: 0.04043 seconds