Re: [PHP-DEV] Configure summary

2006-07-03 Thread Sebastian Bergmann
Derick Rethans wrote: > It can't build three at once. Just CLI + another module. We have a patch for that in the PHP package for Gentoo Linux. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

Re: [PHP-DEV] Configure summary

2006-07-03 Thread Rasmus Lerdorf
Gwynne wrote: On Jul 3, 2006, at 7:57 PM, Rasmus Lerdorf wrote: The general consensus seems to be that I should show as much info as is reasonably possible. For this, extensions need to be able to register the summary information they can provide. I've come up with a couple of different ideas

Re: [PHP-DEV] Configure summary

2006-07-03 Thread Gwynne
On Jul 3, 2006, at 7:57 PM, Rasmus Lerdorf wrote: The general consensus seems to be that I should show as much info as is reasonably possible. For this, extensions need to be able to register the summary information they can provide. I've come up with a couple of different ideas for the synt

Re: [PHP-DEV] Configure summary

2006-07-03 Thread Rasmus Lerdorf
Gwynne wrote: On Jul 3, 2006, at 8:34 PM, Rick Widmer wrote: I was poking around at the TODO and I saw this: * make configure print out a summary when it's done (like XEmacs) I'm working on a patch to bring in this functionality, out of sheer "I need to learn more about autoconf and I want

Re: [PHP-DEV] Configure summary

2006-07-03 Thread Gwynne
On Jul 3, 2006, at 8:34 PM, Rick Widmer wrote: I was poking around at the TODO and I saw this: * make configure print out a summary when it's done (like XEmacs) I'm working on a patch to bring in this functionality, out of sheer "I need to learn more about autoconf and I want to contribu

Re: [PHP-DEV] Configure summary

2006-07-03 Thread Rasmus Lerdorf
Pierre wrote: On 7/4/06, Gwynne <[EMAIL PROTECTED]> wrote: On Jul 3, 2006, at 6:09 PM, Pierre wrote: >> I'm working on a patch to bring in this functionality, out of sheer >> "I need to learn more about autoconf and I want to contribute to >> PHP"- >> ness :). Does anyone have any thoughts on wh

Re: [PHP-DEV] Configure summary

2006-07-03 Thread Pierre
On 7/4/06, Gwynne <[EMAIL PROTECTED]> wrote: On Jul 3, 2006, at 6:09 PM, Pierre wrote: >> I'm working on a patch to bring in this functionality, out of sheer >> "I need to learn more about autoconf and I want to contribute to >> PHP"- >> ness :). Does anyone have any thoughts on what might go int

Re: [PHP-DEV] Configure summary

2006-07-03 Thread Gwynne
On Jul 3, 2006, at 6:09 PM, Pierre wrote: I'm working on a patch to bring in this functionality, out of sheer "I need to learn more about autoconf and I want to contribute to PHP"- ness :). Does anyone have any thoughts on what might go into such a summary? Something like: GD Support Yes Bu

Re: [PHP-DEV] Configure summary

2006-07-03 Thread Pierre
Hi, On 7/3/06, Gwynne <[EMAIL PROTECTED]> wrote: I'm working on a patch to bring in this functionality, out of sheer "I need to learn more about autoconf and I want to contribute to PHP"- ness :). Does anyone have any thoughts on what might go into such a summary? Something like: GD Support

Re: [PHP-DEV] Configure summary

2006-07-03 Thread Gwynne
On Jul 3, 2006, at 3:27 PM, Richard Lynch wrote: I was poking around at the TODO and I saw this: * make configure print out a summary when it's done (like XEmacs) I'm working on a patch to bring in this functionality, out of sheer "I need to learn more about autoconf and I want to contr

Re: [PHP-DEV] Configure summary

2006-07-03 Thread Derick Rethans
On Mon, 3 Jul 2006, Richard Lynch wrote: > On Mon, July 3, 2006 10:35 am, Gwynne wrote: > > I was poking around at the TODO and I saw this: > > > > * make configure print out a summary when it's done (like XEmacs) > > > > I'm working on a patch to bring in this functionality, out of sheer > >

Re: [PHP-DEV] Configure summary

2006-07-03 Thread Richard Lynch
On Mon, July 3, 2006 10:35 am, Gwynne wrote: > I was poking around at the TODO and I saw this: > > * make configure print out a summary when it's done (like XEmacs) > > I'm working on a patch to bring in this functionality, out of sheer > "I need to learn more about autoconf and I want to cont

[PHP-DEV] Persistent streams in an extension

2006-07-03 Thread Andrew Mather
I am trying to use a php_stream* as a global (and hence persistent) resource, but gdb detects a memory leak at the end of the request, and subsequent calls to the stream say the stream is no longer seekable. How do I declare a php_stream (opened presumably with php_stream_open_wrapper) to be a per

Re: [PHP-DEV] Php_ and Spl_ classname prefixes?

2006-07-03 Thread Marcus Boerger
Hello Ron, we don't rename anything and stick with the current naming scheme that does not foresee '_' in the class names. It was discussed endlessly and i don't see reason to discuss it again. And inventing BC breaks for no reason whatsoever makes even less sense. Unfortunatley there is one ext

Re: [PHP-DEV] [PATCH] FILE UPLOAD HOOKs

2006-07-03 Thread Markus Fischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Are you also going to provide an extension for actually using it? I.e. prototype implementation or something similiar? thanks Stefan Esser wrote: > Hello, > > it was requested several times, that PHP allows FILE UPLOAD hooks. > > Attached is the UR

[PHP-DEV] Configure summary

2006-07-03 Thread Gwynne
I was poking around at the TODO and I saw this: * make configure print out a summary when it's done (like XEmacs) I'm working on a patch to bring in this functionality, out of sheer "I need to learn more about autoconf and I want to contribute to PHP"- ness :). Does anyone have any though

Re: [PHP-DEV] [PATCH] FILE UPLOAD HOOKs

2006-07-03 Thread Ilia Alshanetsky
Looks fine to me. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Php_ and Spl_ classname prefixes?

2006-07-03 Thread Ron Korving
In the light of PHP6, could it be an interesting idea to rename all classes and interfaces to use prefixes like Php_ and Spl_ ? This way there can be a Php_Date class for example, while keeping everybody happy. Migration issues for people should be quite limited. Or is this whole suggestion fut

[PHP-DEV] [PATCH] FILE UPLOAD HOOKs

2006-07-03 Thread Stefan Esser
Hello, it was requested several times, that PHP allows FILE UPLOAD hooks. Attached is the URL to a patch against PHP_5_2 that I am going to commit in 3-4 days. If you see any problems in it, then speak up. I tried to combine the best ideas from the existing patches and combined it with what I ne

[PHP-DEV] CVS Account Request: debasis

2006-07-03 Thread Debasis Satapathy
CVS account holder suggested -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php