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

2004-09-07 Thread I2eptileX
lines of code, please? Yours Sincerely Sebastian M. Sokolewicz wrote: 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

[PHP] array_merge changed behaviour in Php5??

2004-09-05 Thread I2eptileX
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, there was no warning and the two first arrays were merged. In php5 on the other hand, there is a warning and my

[PHP] Re: htmlentities and foreign characters from MS Word

2004-09-05 Thread I2eptileX
); } It can be that your array has a different coding than UTF-8 check the manual for the htmlentities function, but i'm pretty shure that should solve it. I2eptilex Monty wrote: I'm having a problem figuring out how to deal with foreign characters in text that was copied from an MS Word document