RE: [PHP-DEV] profiling extension and minimal-php-sapi

2006-05-20 Thread Moritz Möller
orrectly? Best regards, Moritz -Original Message- From: Marcus Boerger [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 1:44 AM To: Moritz Möller Cc: 'Antony Dovgal'; internals@lists.php.net Subject: Re: [PHP-DEV] profiling extension and minimal-php-sapi Hello Moritz, ok t

RE: [PHP-DEV] profiling extension and minimal-php-sapi

2006-05-20 Thread Moritz Möller
elerator... By the way, is there any reason for xdebug to be a zend extension and not a php extension? Moritz -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 1:49 AM To: Moritz Möller Cc: internals@lists.php.net Subject: Re: [PHP-DEV] profilin

RE: [PHP-DEV] profiling extension and minimal-php-sapi

2006-05-20 Thread Moritz Möller
ill go through the source again checking it for security. Moritz -Original Message- From: Antony Dovgal [mailto:[EMAIL PROTECTED] Sent: Saturday, May 20, 2006 11:56 PM To: Moritz Möller Cc: internals@lists.php.net; [EMAIL PROTECTED] Subject: Re: [PHP-DEV] profiling extension and minim

[PHP-DEV] profiling extension and minimal-php-sapi

2006-05-20 Thread Moritz Möller
Hello, I made two extensions for PHP that I’m want to share, but I do not really know how to do it ;) One is a profiling extension, called PhProfile: - works with zend optimizer and similar (as opposed to xdebug) - counts the number of function calls and the total send s