[PHP-DEV] CVS Account Request: schream

2006-07-13 Thread Gökhan YILMAZ
Hi, my firend ([EMAIL PROTECTED]) had recomended me to request a cvs account. I'm interested in translation of documentation to Turkish. My knowledge and experience about php is really superior. I think i can handle it and help you. Regards, Gökhan YILMAZ -- PHP Internals - PHP Runtime

Re: [PHP-DEV] [PATCH] array_fill: Allow an array to specify keys

2006-07-13 Thread Matt W
Hi Marcus, - Original Message - From: Marcus Boerger Hello Matt, Tuesday, July 11, 2006, 10:54:05 AM, you wrote: Hi Marcus, I'm replying again for clarification about the patch. When you first replied and said it looked OK, you mentioned once we agree to this, which I

[PHP-DEV] PHP 5.2 Status Update

2006-07-13 Thread Ilia Alshanetsky
It's been quite sometime since 5.2 was branched and looking over our todo majority of planned changes were made. Therefor I'd like to make an RC1 on Thursday next week and start the stabilization cycle of 5.2, so we can get a final in about 2 months. Once we start stabilization cycle, no

Re: [PHP-DEV] BIT columns and MySQLi

2006-07-13 Thread Gwynne
On Jun 25, 2006, at 8:03 AM, Gwynne wrote: Ilia and I have been bouncing back and forth on bug #37671 (MySQLi extension fails to recognize BIT columns)[1] between yes it's fixed, no it isn't! for some time now. I'm curious which one of us the experience of others agrees with. Ilia seems to

Re: [PHP-DEV] E_STRICT

2006-07-13 Thread Marcus Boerger
Hello Ilia, Thursday, July 13, 2006, 2:15:48 AM, you wrote: On 12-Jul-06, at 7:23 PM, Lukas Smith wrote: Hosters are always behind 1 or 2 minor versions, at best. That's an optimistic outlook, on average they are 5-6 versions behind. Ilia, 5 - 6 minor version behine means that hosters

Re: [PHP-DEV] E_STRICT

2006-07-13 Thread Marcus Boerger
Hello Ilia, Wednesday, July 12, 2006, 9:20:02 PM, you wrote: Why not just define your own custom error handler and have it filter out the error messages that you don't want to see... To me this would seem like a easier approach, i would be against adding a in-language filter for this.

[PHP-DEV] Fights memories leaks

2006-07-13 Thread Michael Vergoz
Hello, That made one week that I fights against mem leaks in PHP and I already made a patch which corrects one of them. The biggest problem to which I face is to explain these leaks bus makes some I use my own SAPI prepared for an unknown HTTPd which is itself Fully-threaded and these

[PHP-DEV] Fwd: SimpleXML Patch

2006-07-13 Thread Michael Gall
Hi Guys,I really liked the recent changes that were made to simplexml (addChild), but I think it needs the capability to add an existing simplexml element as a child. I've prepared a patch that adds a method (addElement) to do this. It works, however it causes PHP to segfault on shutdown. I'm not

Re: [PHP-DEV] Fwd: SimpleXML Patch

2006-07-13 Thread Michael Gall
Alright, let's try again. This should really be the patch.MichaelOn 7/14/06, Robert Deaton [EMAIL PROTECTED] wrote:Looks like your attachment was stripped, try sending it as something text/plain. Robert Deaton Index: simplexml.c