Re: [PHP-DEV] Configure summary

2006-07-04 Thread Michael Wallner
Sebastian Bergmann wrote: 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. That's interesting. What happens on `make install`? Does it have separate install commands per SAPI? Thanks, -- Michael

Re: [PHP-DEV] Configure summary

2006-07-04 Thread Sebastian Bergmann
Michael Wallner wrote: > That's interesting. What happens on `make install`? Does it have > separate install commands per SAPI? I will ask Luca, the maintainer of this patch. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD

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

2006-07-04 Thread Stefan Esser
Hi Markus, actually a reference implementation will be in the Hardening-Patch, but I invite everyone who wrote an extension, that uses another FileUpload Hook to contact me and I can help them adjusting their extension or I can fix it myself. Stefan -- PHP Internals - PHP Runtime Development Ma

[PHP-DEV] Discrete setters and getters.

2006-07-04 Thread Richard Quadling
Hi. Are there any plans to allow for discrete setters and getters rather than just __set /__get? Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] Building three SAPIs in one go

2006-07-04 Thread Luca Longinotti
Sebastian Bergmann wrote: > Michael Wallner wrote: >> That's interesting. What happens on `make install`? Does it have >> separate install commands per SAPI? > > I will ask Luca, the maintainer of this patch. That would be me. :) The patch basically adds CGI to the SAPIs that can be built in one

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

2006-07-04 Thread Andrei Zmievski
Are you going to adjust it for HEAD as well? -Andrei On Jul 3, 2006, at 5:39 AM, Stefan Esser wrote: 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

Re: [PHP-DEV] Discrete setters and getters.

2006-07-04 Thread Marcus Boerger
Hello Richard, we voted against them several times, check the archieves marcus Tuesday, July 4, 2006, 11:28:11 AM, you wrote: > Hi. > Are there any plans to allow for discrete setters and getters rather > than just __set /__get? > Regards, > Richard. > -- > - > Richard Quadling > Zen

[PHP-DEV] New extension: Parse_Tree

2006-07-04 Thread William Candillon
Hello, For the need of phpAspect, I finished a new pecl extension called Parse_Tree which generate an XML parse tree from a php source code. For example: Will output something very ugly like: if ( ! extension_loaded ( etc... The thing is that I provide with this extension an XSLT styles