Re: [PHP-DEV] Mono PHP

2003-02-06 Thread Harald Radi
Why PECL and not add it to ext/rpc? ext/rpc should be able to load rpc backend modules, or PECL is the only sensible place to put it (especially when it's experimental!). We really don't want to mix java, mono, xmlrpc, soap and whatnot into a single package. in case you don't know,

Re: [PHP-DEV] Mono PHP

2003-02-05 Thread Stig S. Bakken
On Mon, 3 Feb 2003, Sebastian Bergmann wrote: Sterling Hughes wrote: I'll be adding it into PECL in a little bit Why PECL and not add it to ext/rpc? ext/rpc should be able to load rpc backend modules, or PECL is the only sensible place to put it (especially when it's experimental!). We

Re: [PHP-DEV] Mono PHP

2003-02-05 Thread George Schlossnagle
On Wednesday, February 5, 2003, at 05:22 PM, Stig S. Bakken wrote: On Mon, 3 Feb 2003, Sebastian Bergmann wrote: Sterling Hughes wrote: I'll be adding it into PECL in a little bit Why PECL and not add it to ext/rpc? ext/rpc should be able to load rpc backend modules, or PECL is the

Re: [PHP-DEV] Mono PHP

2003-02-05 Thread Sterling Hughes
On Wed, 2003-02-05 at 17:26, George Schlossnagle wrote: On Wednesday, February 5, 2003, at 05:22 PM, Stig S. Bakken wrote: On Mon, 3 Feb 2003, Sebastian Bergmann wrote: Sterling Hughes wrote: I'll be adding it into PECL in a little bit Why PECL and not add it to ext/rpc?

Re: [PHP-DEV] Mono PHP

2003-02-03 Thread Alan Knowles
I'm having fun with it :) /usr/src/php/php5/ext/sockets/php_sockets.h:89: conflicting types for `SOCKET' /usr/include/mono/io-layer/uglify.h:38: previous declaration of `SOCKET' also had a bit of trouble with mono's exception.h including config.h (which wasnt installed into the bulid stuff)

Re: [PHP-DEV] Mono PHP

2003-02-03 Thread Dan Hardiker
Is it true you can catch mono from using php? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software Systems Engineer First Creative -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Mono PHP

2003-02-03 Thread Maxim Maletsky
Seems like it :) In a pre-alpha phase ;) Ans, I also want to do the same for Ruby (in case you haven't heard ;) ) -- Maxim Maletsky [EMAIL PROTECTED] Dan Hardiker [EMAIL PROTECTED] wrote... : Is it true you can catch mono from using php? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM

Re: [PHP-DEV] Mono PHP

2003-02-03 Thread Sterling Hughes
On Mon, 2003-02-03 at 03:51, Alan Knowles wrote: I'm having fun with it :) /usr/src/php/php5/ext/sockets/php_sockets.h:89: conflicting types for `SOCKET' /usr/include/mono/io-layer/uglify.h:38: previous declaration of `SOCKET' also had a bit of trouble with mono's exception.h including

[PHP-DEV] Mono PHP

2003-02-02 Thread Sterling Hughes
I spent a little time this weekend implementing an extension that allows PHP to load .NET classes on the Unix environment - 100% open source, by leveraging the mono library(*). For more information, view the README file in the distribution by downloading the file

Re: [PHP-DEV] Mono PHP

2003-02-02 Thread Maxim Maletsky
I read the code, quite nice! It's been a while I was thinking to integrate Ruby into PHP, which would probably be a very very similar extension as this one. Are they going to get into the official PHP distr or PECL? -- Maxim Maletsky [EMAIL PROTECTED] On 02 Feb 2003 18:13:10 -0500 Sterling

Re: [PHP-DEV] Mono PHP

2003-02-02 Thread Sebastian Bergmann
Sterling Hughes wrote: I'll be adding it into PECL in a little bit Why PECL and not add it to ext/rpc? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP