[PHP-DEV] BC break with php 5.2.6

2008-03-27 Thread Marco Kaiser
will ie. break ZF too. Any suggestions to this behavior? -- Marco Kaiser

[PHP-DEV] RE: [PHP-QA] BC break with php 5.2.6

2008-03-27 Thread Marco Kaiser
, March 27, 2008 10:51 AM To: Marco Kaiser Cc: PHP Developers Mailing List; [EMAIL PROTECTED] Subject: Re: [PHP-QA] BC break with php 5.2.6 Hello Marco, Thursday, March 27, 2008, 9:25:48 AM, you wrote: Hi, i noticed that some changes was made that 100% break all apps that do

Re: [PHP-DEV] PHP 5.3 bug or changed feature??

2007-12-09 Thread Marco Kaiser
-- Marco Kaiser

Re: [PHP-DEV] PHP 5.3 bug or changed feature??

2007-12-08 Thread Marco Kaiser
are converted in PHP 5.3. Is this a bug or a feature change? - Frank -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Marco Kaiser

[PHP-DEV] private properties ....

2007-11-30 Thread Marco Kaiser
Hi List, ?php error_reporting(E_ALL); class aaa { protected $_parent = null; private $_value = 0; public function setValue($value) { $this-_value = $value; } public function getValue) { return $this-_value; } public function

RE: [PHP-DEV] question regarding type hinting parameters of php functions (array_slice)

2007-11-28 Thread Marco Kaiser
Hi Dirk, When calling array_slice($array, 0, (float)2); the resulting array is EMPTY. When using the right type array_slice($array, 0, (int)2); it works as expected. i think this should print a warning like other array functions. But i looked into the src and this looks

RE: [PHP-DEV] late static binding php6

2007-11-23 Thread Marco Kaiser
: Friday, November 23, 2007 12:23 PM To: Richard Quadling Cc: Marco Kaiser; PHP Developers Mailing List Subject: Re: [PHP-DEV] late static binding php6 Hello Richard, that kind of stuff is the reason we added LSB. There is only one tiny thing I am not to happy about. You do not at all

RE: [PHP-DEV] late static binding php6

2007-11-23 Thread Marco Kaiser
dynamicly in the caller class. Maybe Andi or Markus can explain this a bit more why this isnt possible. :) -- Marco -Original Message- From: Richard Quadling [mailto:[EMAIL PROTECTED] Sent: Friday, November 23, 2007 10:22 AM To: Marco Kaiser Cc: PHP Developers Mailing List Subject: Re

Re: [PHP-DEV] late static binding php6

2007-11-22 Thread Marco Kaiser
()); ? i think this will also drop much redundant code from some frameworks. :) So this is one of my examples that helps much. -- Marco Kaiser -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] late static binding php6

2007-11-22 Thread Marco Kaiser
::getInstance()); var_dump(foo::getInstance()); ? i think this will also drop much redundant code from some frameworks. :) So this is one of my examples that helps much. -- Marco Kaiser -- Marco Kaiser -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] $var::$static

2007-05-26 Thread Marco Kaiser
Hi, this doesnt work because static vars are bound to his class and are not inherited by a child class. maybe this would be work with php6 or a other 5.x version. (Same behavior like the singleton pattern getInstance() abstract class stuff) -- Marco Hi all, I'd like to be able to do the

Re: [PHP-DEV] dom strange behaviours

2007-05-16 Thread Marco Kaiser
hi, looks like you have an problem or this has been fixed with php 5.2.2. Or can you maybe explain what you expect? my results are: Current PHP version: 5.2.2 getting id -- getAttribute('id'): getAttribute('xml:id'):one getAttributeNS('xml','id'): getAttribute('at'):

Re: [PHP-DEV] Constant Parameters

2007-03-02 Thread Marco Kaiser
Hi Jakob, It would be nice if in PHP 6 using constant parameters for functions and methods would be possible. This feature is e.g. available in Java. function doSth (const A) { if (defined (A)) echo A is a constant; } doSth (foo); Cheers, Jay This makes absolute no sense, why you

[PHP-DEV] 23 nothing is so as it seems, but why

2006-01-19 Thread Marco Kaiser
the $b to the pre post stuff) ? $a = 10; $b = $a; echo ++$b + $b++; ? this just happens if i have a ref. count to my var. WHY? :) http://en.wikipedia.org/wiki/23_%28film%29 -- Marco Kaiser

Re: [PHP-DEV] 23 nothing is so as it seems, but why

2006-01-19 Thread Marco Kaiser
. count to my var. WHY? :) http://en.wikipedia.org/wiki/23_%28film%29 -- Marco Kaiser Best regards, Marcus -- Marco Kaiser

[PHP-DEV] Re: [PHP] why php not running ?

2005-12-02 Thread Marco Kaiser
Hi Mehmet, http://bugs.php.net/bugs-generating-backtrace.php this is your help to get a backtrace. hi Marco. (since being a newbie, please be more clear to me :p) sorry but dont know how to do it ? :( would u please explain how to provide a full backtrace of my core dumped php ? -- Marco

[PHP-DEV] Re: [PHP] php problem

2005-12-02 Thread Marco Kaiser
. it could be difficult because i don't know where the problem is. It happen when i visit 3-4 page that include different php into index.php so is difficult to backtrace the problem :( -- Marco Kaiser -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Namespace poll: Presumably final numbers

2005-11-28 Thread Marco Kaiser
Hi, just my notes. :) Marco Kaiser |-| +1 | -2 | -2 | +2 | -1 | -2 | -2 | -2 | -2 | -2 | -1 | -1 | -1 | -0 | +1 | +0 | +0 | -1 | -1 | -0 | -- Marco Kaiser -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PHP 5.1 (Or How to break tousands of apps out there)

2005-11-25 Thread Marco Kaiser
or 5.1.1. -- Marco Kaiser -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php