On Thursday 09 January 2003 05:59, Rob Brandt wrote:

> What is wrong?  It only does this when the var_dump() is present;
> comment it out and there is no segmentation fault (but the script
> still doesn't work right).  With it present, the seg faults every
> time.

You can try using print_r() instead of var_dump(). It's output is not as 
detailed as var_dump() but may be sufficient for your needs.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Everything should be built top-down, except this time.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to