ID:               15614
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Reproducible crash
 Operating System: Windows NT 4.0
 PHP Version:      4.1.1
 New Comment:

This bug has been fixed in CVS.


Previous Comments:
------------------------------------------------------------------------

[2002-02-19 03:24:30] [EMAIL PROTECTED]

PHP 4.1.1 crashs when print_r'ing get_defined_constants():

<?php
  define("DBHOST","localhost");

  $a = get_defined_constants();
?>

Same problem with:

<?php
  define("DBHOST","localhost");

  print_r(get_defined_constants());
?>

Dr. Watson gets up.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15614&edit=1

Reply via email to