Re: [PHP-DEV] towards the next 5.3 release

2009-02-03 Thread Lukas Kahwe Smith
On 03.02.2009, at 20:52, Greg Beaver wrote: Stanislav Malyshev wrote: Hi! http://bugs.php.net/bug.php?id=46984 - E_STRICT I think overriding foo($x) with foo($x, $y) - with both parameters required - leads to calls to foo with one argument be wrong for child - thus violating LSP and war

Re: [PHP-DEV] towards the next 5.3 release

2009-02-03 Thread Greg Beaver
Stanislav Malyshev wrote: > Hi! > >> http://bugs.php.net/bug.php?id=46984 - E_STRICT > > I think overriding foo($x) with foo($x, $y) - with both parameters > required - leads to calls to foo with one argument be wrong for child - > thus violating LSP and warranting E_STRICT. I agree. If $y were

Re: [PHP-DEV] towards the next 5.3 release

2009-02-03 Thread Derick Rethans
On Tue, 3 Feb 2009, Stanislav Malyshev wrote: > > http://bugs.php.net/bug.php?id=46984 - E_STRICT > > I think overriding foo($x) with foo($x, $y) - with both parameters required - > leads to calls to foo with one argument be wrong for child - thus violating > LSP and warranting E_STRICT. I agree

Re: [PHP-DEV] towards the next 5.3 release

2009-02-03 Thread Stanislav Malyshev
Hi! http://bugs.php.net/bug.php?id=46984 - E_STRICT I think overriding foo($x) with foo($x, $y) - with both parameters required - leads to calls to foo with one argument be wrong for child - thus violating LSP and warranting E_STRICT. -- Stanislav Malyshev, Zend Software Architect s...@zend

Re: [PHP-DEV] towards the next 5.3 release

2009-02-03 Thread Greg Beaver
Lukas Kahwe Smith wrote: > Hi, > > I also just reopened: > http://bugs.php.net/bug.php?id=46026 > > Not sure if Greg has time .. Actually, this was more complex than originally stated, in that this code is incorrect: if (SUCCESS == zend_hash_find(HASH_OF(filterparams), "concatenated", sizeof("c

Re: [PHP-DEV] towards the next 5.3 release

2009-02-03 Thread Daniel Convissor
Hi: I just reopend http://bugs.php.net/bug.php?id=43817 (opendir() fails on Windows...) and marked the version 5.3.0beta1. --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAn

Re: [PHP-DEV] Re: towards the next 5.3 release

2009-02-03 Thread Scott MacVicar
Greg Beaver wrote: > Lukas Kahwe Smith wrote: >> Aloha, >> >> So Johannes and I have chatted about what needs to happen before we can >> go to RC1. If there are no bigger issues the next version will indeed be >> RC1. Release sometime in the second half of February. No specific date >> has been set

Re: [PHP-DEV] towards the next 5.3 release

2009-02-03 Thread Greg Beaver
Lukas Kahwe Smith wrote: > Hi, > > I also just reopened: > http://bugs.php.net/bug.php?id=46026 > > Not sure if Greg has time .. Anyone can do this, the 3 lines that need removal are correct, I simply forgot about it at commit time, and for the last erm, several months :) Greg -- PHP Inte

[PHP-DEV] Re: towards the next 5.3 release

2009-02-03 Thread Greg Beaver
Lukas Kahwe Smith wrote: > Aloha, > > So Johannes and I have chatted about what needs to happen before we can > go to RC1. If there are no bigger issues the next version will indeed be > RC1. Release sometime in the second half of February. No specific date > has been set as of yet. One of the key

Re: [PHP-DEV] towards the next 5.3 release

2009-02-03 Thread Lukas Kahwe Smith
Hi, I also just reopened: http://bugs.php.net/bug.php?id=46026 Not sure if Greg has time .. regards, Lukas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] towards the next 5.3 release

2009-02-03 Thread Lukas Kahwe Smith
Aloha, So Johannes and I have chatted about what needs to happen before we can go to RC1. If there are no bigger issues the next version will indeed be RC1. Release sometime in the second half of February. No specific date has been set as of yet. One of the key questions before a date can

Re: [PHP-DEV] Windows 7 test passed

2009-02-03 Thread Guilherme Blanco
Ok, let me retify myself and try to be more clear. It's nothing related to PHP this first part. I installed PHP 5.3 on different machines running Vista and other running 7 build 7000. Both were installed same way (without deactivating ACL). At the end, I got Vista running ok, but 7 was not working

Re: [PHP-DEV] Windows 7 test passed

2009-02-03 Thread Guilherme Blanco
Hi, And how did you workaround the ownership issue of scripts? All File System functions didn't work for me when I tried. Another one is SQLite driver that didn't work (it seems the driver is not bundled with this build). Also, I got a segfault when I tried to run a test suite that uses > 200MB

[PHP-DEV] Windows 7 test passed

2009-02-03 Thread Mario Brandt
Just to let you know :-) Windows 7 built 7000 no updates made (in VMware Workstation 6.5) Apache 2.2.11 from apachehaus.com PHP 5.2.8 from php.net Runs very smooth. Changes I made was to change the ext path in php.ini(-recommend) and added PHP as module to httpd.conf regards Mario

Re: [PHP-DEV] substr passing null...

2009-02-03 Thread Lukas Kahwe Smith
On 27.01.2009, at 17:36, Nathanael D. Noblet wrote: showing that passing null as the third param for substr is somehow interpreted to mean no length or something. Is this indeed a bug then? and if so where can I submit it? Please submit a documentation bug if this change is not yet covere

Re: [PHP-DEV] Re: Quick question about closing PHP tags

2009-02-03 Thread Richard Quadling
2009/2/3 Karsten Dambekalns : > Hi. > > On 02.02.2009 9:28 Uhr, mike wrote: >> >> There's some discussion going on -discuss about whether or not to >> close PHP tags. > > ... >> >> Obviously the bonus is no stupid human error/whitespace type issues >> with output buffering and such. But I wanted t

[PHP-DEV] Re: Quick question about closing PHP tags

2009-02-03 Thread Karsten Dambekalns
Hi. On 02.02.2009 9:28 Uhr, mike wrote: There's some discussion going on -discuss about whether or not to close PHP tags. ... Obviously the bonus is no stupid human error/whitespace type issues with output buffering and such. But I wanted to know if there's any opinion either way for any othe