[PHP] Recent numbers on PHP Market Penetration?

2004-07-06 Thread Bert Slagter
Good afternoon, I'm looking for recent numbers of the PHP Market Penetration - if possible compared to ASP/JSP. The netcraft survey only shows apache vs. IIS, can't find anything about PHP there. Thanks! Bert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Recent numbers on PHP Market Penetration?

2004-07-06 Thread Bert Slagter
Christophe Chisogne wrote: It seems you didnt search Google very long. I did, actually :). Simple google searches like number of sites running php site:netcraft.com lead to results on netcraft.com, by example a php vs coldfusion vs jsp page [1] found via link on the 2003/08 netcraft survey [2]

[PHP] Re: Aspect Oriented Programming PHP

2004-05-28 Thread Bert Slagter
Michael Lauzon wrote: Since PHP5 is going to feature OOP (Object Oriented Programming), will that mean PHP6 will feature AOP (Aspect Oriented Programming)...so far it seems AOP is only being used for Java at the moment; but hopefully general programming and scripting languages will start using

[PHP] handle E_STRICT with own error handler

2004-05-27 Thread Bert Slagter
Hi, I tried to use my own error handler to handle all non-fatal errors. But to my surprise it seems to be impossible to handle E_STRICT level notices. I don't know whether this is by design, not yet implemented or a know bug that I overlooked - but it seems rather strange :). To reproduce: -

[PHP] Re: handle E_STRICT with own error handler

2004-05-27 Thread Bert Slagter
* of course). And I was wondering why errors of the level E_STRICT don't make it to my custom error handler function, in contrast to for example E_NOTICE. Didn't expect to have to explain this here :(. Bert Jason Barnett wrote: Bert Slagter wrote: Hi, I tried to use my own error handler to handle all