Re: possible php bug on powerpc/4.2.3

2003-04-02 Thread Jean-Christophe Michel
Le mer 02/04/2003 à 09:49, Jean-Christophe Michel a écrit : > Hi all, > > var_export() seems to print delirious contents when printing an array: > only the first two or three values are correctly printed. Then it seems > to be like utf8 printed in iso-latin1... The package maintener, Adam Conrad,

Re: possible php bug on powerpc/4.2.3

2003-04-02 Thread Paul Hampson
On Wed, Apr 02, 2003 at 09:49:41AM +0200, Jean-Christophe Michel wrote: > Hi all, > > var_export() seems to print delirious contents when printing an array: > only the first two or three values are correctly printed. Then it seems > to be like utf8 printed in iso-latin1... > > I experienced this

Re: possible php bug on powerpc/4.2.3

2003-04-02 Thread Rory Campbell-Lange
Hi Jean-Christophe I am running testing and did the force-upgrade to unstable to get php 4.2.3. Using your test file I got: // file test.php var_export test array ( 0 => 'hello', 1 => 'bonjour', 2 => 'Guten Tag', 3 => 'Hayo', 4 => 'Salam', 4 => 3 => [EMAIL PROTECTED]@D$??ÿÏ`$$?

possible php bug on powerpc/4.2.3

2003-04-02 Thread Jean-Christophe Michel
Hi all, var_export() seems to print delirious contents when printing an array: only the first two or three values are correctly printed. Then it seems to be like utf8 printed in iso-latin1... I experienced this on a powerpc/testing with php as cgi and module, php -v gives 4.2.3. Could someone hav