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

2006-05-21 Thread Marcus Boerger
Hello Moritz, Sunday, May 21, 2006, 2:22:46 AM, you wrote: > I will correct the ZTS stuff, although ZTS should not be needed for this > sapi if I understand it correctly? Yes, you could make use of it by providing your own context that stores everything you have right now in global variables. On

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

2006-05-20 Thread Marcus Boerger
Hello Derick, how about making that a configure option to xdebug then? best regards marcus Sunday, May 21, 2006, 2:15:25 AM, you wrote: > On Sun, 21 May 2006, Moritz Möller wrote: >> don't get me wrong: xdebug is great, and we use it a lot here. It's just >> that the incompatibility (and eve

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 Derick Rethans
On Sun, 21 May 2006, Moritz Möller wrote: > don't get me wrong: xdebug is great, and we use it a lot here. It's just > that the incompatibility (and even if it's only the > no-other-extension-than-me behaviour of zend and eaccelerator and ...) is > quite annoying, as the profiling figures are diff

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 Derick Rethans
On Sat, 20 May 2006, Moritz Möller wrote: > 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) Actually, it is *not* Xd

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

2006-05-20 Thread Marcus Boerger
ot;, phprofiler was really hard to type ;) > I fixed the segfault, and will 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öll

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

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

2006-05-20 Thread Marcus Boerger
Hello Moritz, apply for a pecl account (http://php.net) and commit the stuff as two projects. The minimal stuff might eventually be of interest for testing. best regards marcus Saturday, May 20, 2006, 11:16:28 PM, you wrote: > Hello, > > I made two extensions for PHP that I?m want to shar

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

2006-05-20 Thread Antony Dovgal
You need to contact [EMAIL PROTECTED] to apply for PECL account. I CC'ed this list. On 21.05.2006 01:16, Moritz Möller wrote: Hello, I made two extensions for PHP that I’m want to share, but I do not really know how to do it ;) Basically you've already done (almost) everything. You also need