Re: [PHP-DEV] Dropping ze1_compatibility_mode (PHP 5.3)

2008-03-10 Thread Cristian Rodriguez
2008/3/10, Felipe Pena <[EMAIL PROTECTED]>: > Hello! > > I've backported the Dmitry's patch (HEAD) for to drop > zend.ze1_compatibility_mode in PHP_5_3 branch. Would be interesting > remove it in 5_3? :) +1 , because this feature does not work, so there is no point to keep it anymore. -- "If

[PHP-DEV] new version of check_parameters.php

2008-03-10 Thread Alexandr Savchuk
Hello developers. I saw some days ago that there is need in rewriting of check_parameters.php to be less false-positive and so on... So i wrote new version - based on state machines _and_ regex. Base checks are the same, only reporting is improved. There is simple comparision: -- on old version

Re: [PHP-DEV] PHPUnit under the umbrella of PHP for GSoC

2008-03-10 Thread Igor Feghali
On Thu, Mar 6, 2008 at 5:21 PM, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: > 1) php internals (php-src, qa, docs etc) > 2) any other php.net subproject > 3) other php projects just to remember last year we had 4 projects in [3] (jaws, phpunit, doctrine, xdebug), 1 in [2] (PEAR) and 2 in [1] (

Re: [PHP-DEV] 5.3 Release Planning

2008-03-10 Thread Stanislav Malyshev
I disagree, the meaning of parent:: is not changed at all relative to php 5.2.*. It behaves exactly the same with the parent forwarding patch. I must be misunderstanding the patch then - doesn't it change behavior of the engine so that parent:: doesn't mean "parent of __CLASS__" anymore? If s

[PHP-DEV] Dropping ze1_compatibility_mode (PHP 5.3)

2008-03-10 Thread Felipe Pena
Hello! I've backported the Dmitry's patch (HEAD) for to drop zend.ze1_compatibility_mode in PHP_5_3 branch. Would be interesting remove it in 5_3? :) Here's the patch: http://felipe.ath.cx/diff/drop-ze1.diff Tests to be removed: /ZendEngine2/tests bug30332.phpt bug31828.phpt bug32080.phpt

Re: [PHP-DEV] 5.3 Release Planning

2008-03-10 Thread Mike Lively
On Mon, Mar 10, 2008 at 9:49 AM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > Hi! > > > One thing that never really was resolved were the patches I submitted as > a > > compromise to some of the early disagreements about late static binding. > > I don't think it's a good ideas as it changes the

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_API.c zend_builtin_functions.c zend_compile.h zend_execute.c zend_execute.h zend_execute_API.c zend_globals.h zend_vm_def.h zend_vm_exe

2008-03-10 Thread Elizabeth M Smith
Steph Fox wrote: > Hi Dmitry, > > I finally got around to upgrading my compiler over the weekend, but I > still have to fiddle with line 229 of zend_execute.h to get sane nmake > output in the 5_3 branch. And I'm not alone - see > http://snaps.php.net/win32/snapshot-5.3.log, now it's back up. The

Re: [PHP-DEV] 5.3 Release Planning

2008-03-10 Thread Stanislav Malyshev
Hi! One thing that never really was resolved were the patches I submitted as a compromise to some of the early disagreements about late static binding. I don't think it's a good ideas as it changes the meaning of parent::. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http

Re: [PHP-DEV] Patch for opcode caches

2008-03-10 Thread Stanislav Malyshev
Hi! This does not work. Does not work either. And this does also not work. The reason is that you did not update the table that allows those Which table are you referring to? -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PR

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_API.c zend_builtin_functions.c zend_compile.h zend_execute.c zend_execute.h zend_execute_API.c zend_globals.h zend_vm_def.h zend_vm_exe

2008-03-10 Thread Steph Fox
Hi Dmitry, I finally got around to upgrading my compiler over the weekend, but I still have to fiddle with line 229 of zend_execute.h to get sane nmake output in the 5_3 branch. And I'm not alone - see http://snaps.php.net/win32/snapshot-5.3.log, now it's back up. The only place it doesn't th

RE: [PHP-DEV] Patch for opcode caches

2008-03-10 Thread Dmitry Stogov
Hi Marcus, > > -Original Message- > > From: Marcus Boerger [mailto:[EMAIL PROTECTED] > > Sent: Sunday, March 09, 2008 3:00 PM > > To: Dmitry Stogov > > Cc: Derick Rethans; internals Mailing List; Andi Gutmans; Stas > > Malyshev; phpxcache > > Subject: Re: [PHP-DEV] Patch for opcode caches

Re: [PHP-DEV] Patch for opcode caches

2008-03-10 Thread Robin Fernandes
Hi phpxcache, On 08/03/2008, phpxcache <[EMAIL PROTECTED]> wrote: > all test cases that pass without XCache now pass > with XCache too. Are these tests that are already in the cvs repository? If not, it would be great to get them in. Sounds like they could be useful whether or not the patch gets

[PHP-DEV] Re: Suggestion for get_headers

2008-03-10 Thread Christian Schneider
Justin Martin wrote: >> headers generated by an HTTP request. The primary parameter to this, >> "string $url", is provided unencoded. Due to this, any request with >> special characters (i.e. a space), will return 400 BAD REQUEST. My Garbage in, garbage out. It is up to you to provide it with a va

[PHP-DEV] PHP 6 Bug Summary Report

2008-03-10 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (59 total including feature requests) ===[*Configuration Issues] 42262 Open get_magic_quotes_gpc() should be there and return false ==

Re: [PHP-DEV] 5.3 Release Planning

2008-03-10 Thread Lars Strojny
Hi Mike, Am Sonntag, den 09.03.2008, 21:52 -0700 schrieb Mike Lively: [...] +1 for lsb.parent-forwarding.patch as the implemented behaviour will be expected from our users anyway. cu, Lars signature.asc Description: Dies ist ein digital signierter Nachrichtenteil