Re: [PHP-DEV] SAPIs in PECL [was: Re: cvs: php-src /sapi/milterphp_milter.c]

2007-03-28 Thread Daniel Rozsnyo
Antony Dovgal wrote: > On 03/28/2007 02:24 PM, Sebastian Bergmann wrote: >> Antony Dovgal wrote: >>> we should have dropped this SAPI years ago >> >> Can we not move SAPIs to PECL? > > I've been talking about it for several years now. > I was told that there are no facilities like 'pecl install'

[PHP-DEV] Re: getpass() wrapper

2007-03-20 Thread Daniel Rozsnyo
Sara Golemon wrote: I am working on a command line client (written in php, run by php-cli) and I'd like to use a password entry as in mysql client - with no echoing etc. I've found the function which I need: #include char *getpass( const char * prompt ); But in man getpass it i

Re: [PHP-DEV] PATCH: anonymous functions in PHP

2007-03-20 Thread Daniel Rozsnyo
Richard Lynch wrote: On Mon, March 19, 2007 3:35 pm, Robert Cummings wrote: On Mon, 2007-03-19 at 15:20 -0500, Richard Lynch wrote: On Sun, March 18, 2007 6:41 pm, Wez Furlong wrote: We've been daydreaming about the ability to do something like this in PHP: $data = array("zoo", "orange", "c

[PHP-DEV] getpass() wrapper

2007-03-19 Thread Daniel Rozsnyo
ction_exists? (a). Or I should patch my instance of PHP (b) or stick forever to a small binary written in C which then I call with backtick operator (c). What you recommend, developers of PHP ? regards, Daniel Rozsnyo -- PHP Internals - PHP Runtime Development Mailing List To unsubscr

[PHP-DEV] [PATCH] multicast support (ext/sockets)

2007-01-24 Thread Daniel Rozsnyo
ulshausen <[EMAIL PROTECTED]> | + | MCAST: Daniel Rozsnyo <[EMAIL PROTECTED]> | +--+ */ @@ -482,6 +483,14 @@ REGISTER_LONG_CONSTANT("PHP_NORMA