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

2006-07-15 Thread Marcus Boerger
Hello Matt, Thursday, July 13, 2006, 12:28:27 PM, you wrote: > 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 fir

[PHP-DEV] Re: PHP 5.2 Status Update

2006-07-15 Thread Lukas Smith
Ilia Alshanetsky wrote: 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 stab

Re: [PHP-DEV] Tiny pathinfo() patch

2006-07-15 Thread Marcus Boerger
Hello Tobias, looks good after the update. Can you provide a patch for HEAD too? also please provide patches with "cvs di -upd". best regards marcus Friday, July 14, 2006, 9:30:48 PM, you wrote: > Hi all! > It occured several times in the past weeks, where I needed the filename > without

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

2006-07-15 Thread Matt W
Hi Marcus, - Original Message - From: "Marcus Boerger" > Hello Matt, > > Thursday, July 13, 2006, 12:28:27 PM, you wrote: > > There's two ways. First as you mentioned sending them as plain text files. > And second editing the CVS/Entries file in that directory and adding this > line: "/

Re: [PHP-DEV] E_STRICT

2006-07-15 Thread bertrand Gugger
Sean Coates wrote: Ilia Alshanetsky 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. Inability to easily dete

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

2006-07-15 Thread Marcus Boerger
Hello Matt, thanks for the update best regards marcus Saturday, July 15, 2006, 1:25:25 PM, you wrote: > Hi Marcus, > - Original Message - > From: "Marcus Boerger" >> Hello Matt, >> >> Thursday, July 13, 2006, 12:28:27 PM, you wrote: >> >> There's two ways. First as you mentioned s

Re: [PHP-DEV] Tiny pathinfo() patch

2006-07-15 Thread Richard Quadling
I'm annoyed! Quite annoyed!! Ok. I know none of you know me and I've not met any of you. But, a while ago I submitted a relatively minor patch to extend PHP's php.ini filename to include the major version. This was an extension to the existing searching rules. As a windows user, I'm not in a pos

Re: [PHP-DEV] Tiny pathinfo() patch

2006-07-15 Thread Marcus Boerger
Hello Richard, Saturday, July 15, 2006, 2:15:15 PM, you wrote: > I'm annoyed! Quite annoyed!! > Ok. I know none of you know me and I've not met any of you. > But, a while ago I submitted a relatively minor patch to extend PHP's > php.ini filename to include the major version. This was an extens

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

2006-07-15 Thread Matt W
Hi Marcus, - Original Message - From: "Marcus Boerger" > Hello Matt, > > thanks for the update > > best regards > marcus No problem, but... HEAD looks good now (meaning how you guys want it), but there's an issue with 5.2 -- fill and fill_keys will handle "val" passed by reference d

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

2006-07-15 Thread Marcus Boerger
Hello Matt, Saturday, July 15, 2006, 2:45:16 PM, you wrote: > Hi Marcus, > - Original Message - > From: "Marcus Boerger" >> Hello Matt, >> >> thanks for the update >> >> best regards >> marcus > No problem, but... > HEAD looks good now (meaning how you guys want it), but there's a

Re: [PHP-DEV] Re: PHP 5.2 Status Update

2006-07-15 Thread Marcus Boerger
Hello Lukas, Saturday, July 15, 2006, 12:12:12 PM, you wrote: > Ilia Alshanetsky wrote: >> 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

Re: [PHP-DEV] Tiny pathinfo() patch

2006-07-15 Thread Pierre
On 7/15/06, Marcus Boerger <[EMAIL PROTECTED]> wrote: Hello Richard, Saturday, July 15, 2006, 2:15:15 PM, you wrote: > I'm annoyed! Quite annoyed!! > Ok. I know none of you know me and I've not met any of you. > But, a while ago I submitted a relatively minor patch to extend PHP's > php.ini f

Re: [PHP-DEV] Tiny pathinfo() patch

2006-07-15 Thread Tobias Schlitt
On 07/15/2006 12:35 PM Marcus Boerger wrote: > Hello Tobias, > looks good after the update. Can you provide a patch for HEAD too? > also please provide patches with "cvs di -upd". Done. Find the patches here: http://schlitt.info/misc/pathinfo-HEAD.patch http://schlitt.info/misc/pathinfo-5_2

Re: [PHP-DEV] Re: PHP 5.2 Status Update

2006-07-15 Thread Pierre
On Sat, 15 Jul 2006 15:24:26 +0200 [EMAIL PROTECTED] (Marcus Boerger) wrote: > Hello Lukas, > > Saturday, July 15, 2006, 12:12:12 PM, you wrote: > > > Ilia Alshanetsky wrote: > >> It's been quite sometime since 5.2 was branched and looking over > >> our "todo" majority of planned changes were ma

Re: [PHP-DEV] PHP 5.2 Status Update

2006-07-15 Thread Marian Kostadinov
I will just warn you that task 17 is assigned to no one but it seems it is quite easy to be done.

Re: [PHP-DEV] PHP 5.2 Status Update

2006-07-15 Thread Pierre
On 7/15/06, Marian Kostadinov <[EMAIL PROTECTED]> wrote: I will just warn you that task 17 is assigned to no one but it seems it is quite easy to be done. It is, to someone with a shell access :) Also after I got a german "translation", it seems that Marcus was talking about the README_UPGRAD

[PHP-DEV] Long awaited line directive

2006-07-15 Thread Marcus Boerger
Hello internals, attached is a patch that brings the '#line' directive to php. This is especially usefull for parser generators or any other code shuffling/generator tools. Any opinions? If nothing speaks against i'd like to commit this before heading towards OSCON be end of next week. (oatch is

[PHP-DEV] Re: Long awaited line directive

2006-07-15 Thread Pierre
On Sat, 15 Jul 2006 20:26:22 +0200 [EMAIL PROTECTED] (Marcus Boerger) wrote: > Hello internals, > > attached is a patch that brings the '#line' directive to php. > This is especially usefull for parser generators or any other > code shuffling/generator tools. Any opinions? If nothing speaks > a

[PHP-DEV] Re: Long awaited line directive

2006-07-15 Thread Marcus Boerger
Hello Pierre, Saturday, July 15, 2006, 8:48:01 PM, you wrote: > On Sat, 15 Jul 2006 20:26:22 +0200 > [EMAIL PROTECTED] (Marcus Boerger) wrote: >> Hello internals, >> >> attached is a patch that brings the '#line' directive to php. >> This is especially usefull for parser generators or any oth

[PHP-DEV] Supporting version specific INI files as well as SAPI specific INI files.

2006-07-15 Thread Richard Quadling
Hi. First up, I use windows. I do NOT use Apache. I also do not use IIS. I use Sambar Server as this fits my needs very well and is extremely easy to work with and I can get a client's intranet running in a few minutes. I'm not saying it is BETTER, just fits my requirements. Secondly, I would li

[PHP-DEV] Unicode and fetch class

2006-07-15 Thread Marcus Boerger
Hello internals, Andrei asked me whether we could do something about the double lowercasing when calling zend_is_callable_check_func(). The attached patch adds the new fetch flag ZEND_FETCH_CLASS_NO_NORMALIZE which prevent lowercasing. Also zend_u_lookup_class_ex() got a new parameter which allo

Re: [PHP-DEV] Re: Long awaited line directive

2006-07-15 Thread Richard Lynch
On Sat, July 15, 2006 1:48 pm, Pierre wrote: > On Sat, 15 Jul 2006 20:26:22 +0200 > [EMAIL PROTECTED] (Marcus Boerger) wrote: > >> Hello internals, >> >> attached is a patch that brings the '#line' directive to php. >> This is especially usefull for parser generators or any other >> code shufflin

Re: [PHP-DEV] Re: Long awaited line directive

2006-07-15 Thread Robert Cummings
On Sat, 2006-07-15 at 22:35, Richard Lynch wrote: > On Sat, July 15, 2006 1:48 pm, Pierre wrote: > > On Sat, 15 Jul 2006 20:26:22 +0200 > > [EMAIL PROTECTED] (Marcus Boerger) wrote: > > > >> Hello internals, > >> > >> attached is a patch that brings the '#line' directive to php. > >> This is espe

[PHP-DEV] Re: Long awaited line directive

2006-07-15 Thread Sara Golemon
attached is a patch that brings the '#line' directive to php. This is especially usefull for parser generators or any other code shuffling/generator tools. Any opinions? If nothing speaks against i'd like to commit this before heading towards OSCON be end of next week. (oatch is against head of c