Re: [PHP-DEV] Error reporting in PHP

2002-08-15 Thread John Lange
Thanks to all who replied to this. It looks like xdebug is going to work for me at least until it becomes part of the main PHP (or Zend) code. I'll get off this list now since I'm not a developer ;) John Lange On August 15, 2002 03:06 pm, Markus Fischer wrote: > Your lucky day, ZE2 will im

Re: [PHP-DEV] Error reporting in PHP

2002-08-15 Thread Markus Fischer
Your lucky day, ZE2 will implement this (see http://www.php.net/ZEND_CHANGES.txt ). If you need this functionality right now I suggest going with xdebug or apd, both provide such kind of facility. On Thu, Aug 15, 2002 at 02:20:33PM -0500, John Lange wrote : > Since I accidently

[PHP-DEV] Error reporting in PHP

2002-08-15 Thread John Lange
Since I accidently subscribed to the wrong list I might as well post this while I'm here... :) We do a lot of developing in PHP and we always use classes and inheritance for everything but there is one thing that drives me up the wall about PHP. If I call a function with the wrong number of pa