Re: [PHP] Re: array_merge changed behaviour in Php5??

2004-09-07 Thread Curt Zirzow
* Thus wrote I2eptileX: > I don't get it, this is a real problem for me. This is a backward > incompatibility that brakes a lot of things. > You are allways whining about not being able to change the strange > parameters from functions due to backwards incompatibility. There a > simple alias func

Re: [PHP] Re: array_merge changed behaviour in Php5??

2004-09-07 Thread Jim Grill
> Can you at least explain me why it has been changed, before I go and > change 150 lines of code, please? > > Yours Sincerely > > Sebastian Sebastian, Version 5 is what you would call a "Major Version" change. This is like comparing MySQL 4.x to MySQL 3.x. An insert statement that would result i

[PHP] Re: array_merge changed behaviour in Php5??

2004-09-07 Thread I2eptileX
I don't get it, this is a real problem for me. This is a backward incompatibility that brakes a lot of things. You are allways whining about not being able to change the strange parameters from functions due to backwards incompatibility. There a simple alias function would do the trick, and make

[PHP] Re: array_merge changed behaviour in Php5??

2004-09-05 Thread M. Sokolewicz
You can find more info about this here: http://www.php.net/manual/en/migration5.incompatible.php I2eptilex wrote: Hi, I came across a strange behaviour in array_merge since I installed php5. I merge three arrays, one of them can be empty. So not an array at all. In php 4.3.6 that I had before, ther

[PHP] Re: array_merge();

2001-11-21 Thread Edgardo Rossetto
"Edgardo Rossetto" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi: > > I have a problem width array_merge(); in PHP 4 beta 2 (my ISP sucks, sorry) > and i need to know if there's a similar function o way to do this. > > Please help me! > > Bye > > Edga