Re: [PHP-DEV] Differences in VC6 and VC9 Windows builds and MSSQL Driver.

2009-01-05 Thread Richard Quadling
2009/1/5 Lukas Kahwe Smith m...@pooteeweet.org: On 31.12.2008, at 11:11, Richard Quadling wrote: With Microsoft having their own PHP extension for talking to MSSQL (http://www.microsoft.com/sqlserver/2005/en/us/PHP-Driver.aspx - though documented to only support SQL 2005 and 2008, not 7 or

Re: [PHP-DEV] [RFC] Closures, Lambdas and use

2009-01-05 Thread Stanislav Malyshev
Hi! We have the same with global and static. Can you write them in the middle of a funciton/method? So asking for what the consequence is, is irrelevant Yes you can. Example: ?php $a = 1; function foo() { $a = 2; echo $a; global $a; echo $a; } foo(); that it would break most PHP

Re: [PHP-DEV] [RFC] Closures, Lambdas and use

2009-01-05 Thread Larry Garfield
On Mon, 5 Jan 2009 11:21:56 +0100, Marcus Boerger he...@php.net wrote: What is left is moving something we decided upon so that it might look like something that is similar already avoiding to create a pretty new syntax that in my opinion is unnecessary different from anything we already

Re: [PHP-DEV] PDO: table name of field in SQLite #42589 and a new fetch style FETCH_ASSOC_TREE

2009-01-05 Thread Lukas Kahwe Smith
On 03.01.2009, at 21:44, Oskar Eisemuth wrote: Hi Receiving the table name for an column is quite useful. It is not possible for all PDO database drivers to support this functionally, still at least the SQLite version could support it when Bug #42589 is resolved. ATTR_FETCH_TABLE_NAMES

[PHP-DEV] PHP 6 Bug Summary Report

2009-01-05 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (70 total -- which includes 32 feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers

Re: [PHP-DEV] [RFC] Closures, Lambdas and use

2009-01-05 Thread troels knak-nielsen
On Sun, Jan 4, 2009 at 10:05 PM, Larry Garfield la...@garfieldtech.com wrote: $f = function($a, $b) use ($y, $z) global ($x, $w) { It would still leave the static keyword as an outlier. It wouldn't make sense to declare a static by-ref. Another problem with this, is that use and global doesn't

Re: [PHP-DEV] Differences in VC6 and VC9 Windows builds and MSSQL Driver.

2009-01-05 Thread Lukas Kahwe Smith
On 05.01.2009, at 15:36, Lukas Kahwe Smith wrote: target OS in practice for deployment) for an RDBMS that is also quite a niche solution for PHP. Actually the only RDBMS where I am willing to currently consider a new non PDO extension sqlite. Just to make it clear what I was talking

Re: [PHP-DEV] PHP 5.3.0beta1

2009-01-05 Thread Lukas Kahwe Smith
On 05.01.2009, at 17:00, Steph Fox wrote: One of the big items on the todo list is turning the scratch pad into an actual upgrading guide. Would be great if someone could take the lead on this (and others helping out too of course). I promised this a loong time ago, no problem

[PHP-DEV] PHP 5 Bug Summary Report

2009-01-05 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1248 total -- which includes 773 feature requests) ===[*Directory/Filesystem functions] 46990 Open Passing UTF8 strings to filesystem functions produce wrong filenames

Re: [PHP-DEV] PHP 5.3.0beta1

2009-01-05 Thread Steph Fox
One of the big items on the todo list is turning the scratch pad into an actual upgrading guide. Would be great if someone could take the lead on this (and others helping out too of course). I promised this a loong time ago, no problem with it now either. - Steph -- PHP Internals -

[PHP-DEV] PHP 5.3.0beta1

2009-01-05 Thread Lukas Kahwe Smith
Hi all, First up: Happy new year to all! Over the break Johannes and I discussed how to proceed after alpha3. It seems that we do not have any huge things to fix/change and so we can safely go to beta1 as the next release. We have scheduled this release for the 4th week of January which

Re: [PHP-DEV] Differences in VC6 and VC9 Windows builds and MSSQL Driver.

2009-01-05 Thread Lukas Kahwe Smith
On 05.01.2009, at 15:52, Richard Quadling wrote: 2009/1/5 Lukas Kahwe Smith m...@pooteeweet.org: On 31.12.2008, at 11:11, Richard Quadling wrote: With Microsoft having their own PHP extension for talking to MSSQL (http://www.microsoft.com/sqlserver/2005/en/us/PHP-Driver.aspx - though

Re: [PHP-DEV] [RFC] Closures, Lambdas and use

2009-01-05 Thread Marcus Boerger
Hello Stanislav, Monday, January 5, 2009, 6:03:56 AM, you wrote: Hi! some time back (August 08) I complained about 'use' being at a weird position and not at the same place as 'global' or 'static' where I expected it. Back then Dmitry asked me to provide a patch to check out the

Re: [PHP-DEV] PHP 5.3.0beta1

2009-01-05 Thread Ilia Alshanetsky
Lukas, I should have sometime in the next few days, so I will try to get the mail logging patch finalized. On 5-Jan-09, at 10:49 AM, Lukas Kahwe Smith wrote: Hi all, First up: Happy new year to all! Over the break Johannes and I discussed how to proceed after alpha3. It seems that we

Re: [PHP-DEV] PATCH: bug #46701

2009-01-05 Thread Felipe Pena
Hi, Em Sáb, 2009-01-03 às 11:20 -0800, shire escreveu: Felipe Pena wrote: Em Sáb, 2009-01-03 às 10:31 -0200, Felipe Pena escreveu: Em Sáb, 2009-01-03 às 10:27 -0200, Felipe Pena escreveu: Em Sex, 2009-01-02 às 21:03 -0800, shire escreveu: I've created a patch for bug #46701

Re: [PHP-DEV] PATCH: bug #46701

2009-01-05 Thread shire
Felipe Pena wrote: Hi, Em Sáb, 2009-01-03 às 11:20 -0800, shire escreveu: Felipe Pena wrote: Em Sáb, 2009-01-03 às 10:31 -0200, Felipe Pena escreveu: Em Sáb, 2009-01-03 às 10:27 -0200, Felipe Pena escreveu: Em Sex, 2009-01-02 às 21:03 -0800, shire escreveu: I've created a patch for bug

Re: [PHP-DEV] PATCH: bug #46701

2009-01-05 Thread Felipe Pena
Em Seg, 2009-01-05 às 18:35 -0500, Ilia Alshanetsky escreveu: The fix looks to be safe enough to MFH, I see no API breakage. OK, done. -- Regards, Felipe Pena -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php