Re: [PHP-DEV] profiler?

2001-08-13 Thread Olivier Bourgeois

Le Fri, 10 Aug 2001 12:10:26 -0700 (PDT)
Brian Moore <[EMAIL PROTECTED]> a ecrit :

> hello,
> 
> i'd like to begin work on a php profiler, as my employer needs one, and
i
> couldn't find one. have i not looked hard enough or in the right place?
my
> employer is committed to allowing me to open source the project. i would
> like it if i could begin a discussion with the people responsible for
the
> front-end, compiler and runtime to ensure that the profiler can coexist
> and coevolve with php. in particular, i'd like it if releases of php did
> not break the profiler and vice-versa. does anyone here have ideas of
how
> it should be done? thanks much in advance,
> 
> b
> 

Hello,

you should take a look at this :

http://dd.cron.ru/dbg/home.php

It seems there has been a lot of work on this project, and I know the
debugger works fine, but I didn't tested the profiler ...
But I think you don't need to start another project, unless you need some
specific options :-)

Olivier.


-- 
Feminism, n.:
A political position which seeks to rebuild society so that
both men and women are treated as women wish to be treated.

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-10 Thread Olivier Bourgeois

Le Fri, 10 Aug 2001 13:11:33 +0200
Petr Cech <[EMAIL PROTECTED]> a ecrit :

> On Thu, Aug 09, 2001 at 01:22:18PM +0200 , Anders Johannsen wrote:
> > aj@uranos% ./buildconf
> > buildconf: checking installation...
> > buildconf: autoconf version 2.13 (ok)
> > buildconf: automake version 1.4-p4 (ok)
> > buildconf: libtool version 1.4b
> 
> note the 1.4b. it requires autoconf 2.50. but I think this goes for 1.4
> also, but doesn't screem
> 
> > 1996, (ok)
> > rebuilding Makefile templates
> > automake: configure.in: installing `Zend/ylwrap'
> > rebuilding configure
> > FATAL ERROR: Autoconf version 2.50 or higher is required for this
script
> > rebuilding acconfig.h
> > rebuilding main/php_config.h.in
> > FATAL ERROR: Autoconf version 2.50 or higher is required for this
script
> 
> heh. debian package I'm sure. even if you try to use autoconf2.50 to
force
> 2.52 you will fail.
>   Petr Cech

exact, it fails like that (with an AC_PREREQ(2.50) added in configure.in)
:

buildconf: checking installation...
buildconf: autoconf version 2.52 (ok)
buildconf: automake version 1.4-p4 (ok)
buildconf: libtool version 1.4b

1996, (ok)
rebuilding Makefile templates
automake: configure.in: installing `Zend/ylwrap'
rebuilding configure
./aclocal.m4:943: error: m4_defn: undefined macro: _m4_divert_diversion
./aclocal.m4:472: PHP_SUBST is expanded from...
./aclocal.m4:943: the top level
rebuilding acconfig.h
rebuilding main/php_config.h.in
./aclocal.m4:943: error: m4_defn: undefined macro: _m4_divert_diversion
./aclocal.m4:472: PHP_SUBST is expanded from...
./aclocal.m4:943: the top level
autoconf2.50: tracing failed


So what happended between PHP-4.0.6 (which builds nice) and PHP-CVS that
fails on Debian ?
I know Debian's autoconf/libtool are buggy, but is there any solution to
build PHP ?

Or should I wait until the bug is fixed ?

> -- 
> Debian GNU/Linux maintainer - www.debian.{org,cz}
>[EMAIL PROTECTED]
> 
>  We Are Debian.  You Will Be Packaged. Media Opinion Is
Irrelevant.
> 


-- 
Feminism, n.:
A political position which seeks to rebuild society so that
both men and women are treated as women wish to be treated.

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]