From:             kontakt at zuckerimnetz dot de
Operating system: Windows XP
PHP version:      5.1.1
PHP Bug Type:     Apache2 related
Bug description:  after an object print_r i call an method from the object. 
sorry for my english

Description:
------------
I have a Class that has methods and the methode show()
when i calling this methode after an print_r the server apache2 is
crashing. he can't find my localhost adress.

$m = new MyClass();
echo '<pre>';
print_r($m);
echo '</pre>';
$m->show();

I hope i can my English make better :-)
and i hope i can help you

Reproduce code:
---------------
standard page when the Browser can't find the adress URL


-- 
Edit bug report at http://bugs.php.net/?id=35790&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35790&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35790&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35790&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=35790&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=35790&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=35790&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=35790&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=35790&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=35790&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=35790&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=35790&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=35790&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=35790&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35790&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=35790&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=35790&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=35790&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35790&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=35790&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=35790&r=mysqlcfg

Reply via email to