Re: [PHP-DEV] a (maybe) feature-request ...

2002-04-25 Thread Edin Kadribasic
> To php-dev: Would ext/sysvmsg be a good candidate for the core, > or should it go into PECL? Since we already have sysvshm and sysvsem I think this should go into the core. Edin -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] a (maybe) feature-request ...

2002-04-25 Thread Wez Furlong
Hi Thomas, I wrote such an extension a while ago, intending to commit it. But then I got busy and forgot about it. I'll email you a tarball; if you could try it out and give me some feedback, I'd appreciate it. To php-dev: Would ext/sysvmsg be a good candidate for the core, or should it go into

[PHP-DEV] a (maybe) feature-request ...

2002-04-25 Thread Thomas Seifert
is there already support for the use of unix-messages? I wanted to try them for communication with a small daemon I wrote but I couldn't find any information about them. If there isn't already a module or a function for this ... how about adding these for later versions? Should be easy to add sin