Hi List!
OK.
["trigger_error" problem]
OK, the we may think about a way to emulate it under PHP3.
["print_r" problem]
I've changed that to just return the array for now, and I'll print it out from my test harness instead.
Fine.
["gzcompress" and "gzcompress" problem]
OK but but should only do this if the "gzcompress" function is usable ie if (PMA_PHP_INT_VERSION >= 40001 && @function_exists('gzcompress')) { $encodedstr = nl2br(chunk_split(base64_encode(gzcompress($debugstr, 9)))); } else { $encodedstr = nl2br(chunk_split(base64_encode($debugstr, 9))); }
Very interesting idea :)
Loïc
______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif
On Fri, 26 Jul 2002, [iso-8859-1] Lo�c wrote:
I think we may be able to do it with the BUG() function, and a few global variables for errors.
Similar fix is now applied in CVS.
That is 2.3.1 level, so we'll leave it for now.