Re: [PHP-DEV] Update for Birdstep RDM Server / RAIMA Velocis support in PHP 4 & 5

2005-04-14 Thread Jani Taskinen
I have committed a little bit modified version of this patch in all branches. Basically I just replaced your two 'uname' calls by using $host_alias and used $SHLIB_SUFFIX_NAME instead of .so / .sl. --Jani On Mon, 11 Apr 2005, John Higgins wrote: I would like to submit an update

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/spl php_spl.c

2005-04-14 Thread Marcus Boerger
Hello Michael, Thursday, April 14, 2005, 5:12:03 PM, you wrote: > Hi Marcus Boerger, you wrote: >> Hello Andi, >> >> Monday, April 11, 2005, 12:35:34 AM, you wrote: >> >> >>>Hi, >> >> >>>Andrey might have a point. Unlike the other names you've defined, this one >>>feels as if it'll break lots of

Re: [PHP-DEV] email getting through?

2005-04-14 Thread Jani Taskinen
I'd be happy to commit that patch but could you at least add some comments WHY you're commenting out code in the existing parts.. Also, the new code you added should follow the CODING_STANDARDS. And please put the next patch where you've fixed these issue into the web somewh

Re: [PHP-DEV] email getting through?

2005-04-14 Thread Albert Lash
Thank you Wez. Here it is: diff -aur php5-STABLE-200503310030 orig/ext/ming/ming.c php5-STABLE-200503310030 edit/ext/ming/ming.c --- php5-STABLE-200503310030 orig/ext/ming/ming.c Fri Oct 1 16:33:36 2004 +++ php5-STABLE-200503310030 edit/ext/ming/ming.c Sat Feb 5 02:08:50 2005 @@ -72

Re: [PHP-DEV] email getting through?

2005-04-14 Thread Wez Furlong
You need to make sure that your attachments are plain text. Either that, or put the patches online and post a link. --Wez. On 4/14/05, Albert Lash <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to get a snibbet of code contributed. My emails don't seem to > be getting onto the list. This is my

[PHP-DEV] email getting through?

2005-04-14 Thread Albert Lash
Hi, I'm trying to get a snibbet of code contributed. My emails don't seem to be getting onto the list. This is my last try, otherwise I'll email someone on the list to see if they can connect for me. Alby -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/spl php_spl.c

2005-04-14 Thread Michael Wallner
Hi Marcus Boerger, you wrote: > Hello Andi, > > Monday, April 11, 2005, 12:35:34 AM, you wrote: > > >>Hi, > > >>Andrey might have a point. Unlike the other names you've defined, this one >>feels as if it'll break lots of apps. >>How about FileIterator? > > > very missleading. Maybe FileObject or