php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5070 <b>Fatal error</b>: ht=0825b704 is already destroyed in zend_hash.c:519 in <b>
Submitted: 2000-06-15 23:56 UTC Modified: 2000-06-16 01:08 UTC
From: sander at pilon dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.0 Release OS: Linux RH 6.1
Private report: No CVE-ID: None
 [2000-06-15 23:56 UTC] sander at pilon dot com
Basically, 

<b>Fatal error</b>:  ht=0825b704 is already destroyed in zend_hash.c:519 in <b>Unknown</b> on line <b>0</b><br>

Repeats after executing a script. (sample below)

<?php 
	 /* raw query */
 	 function 	ne_query()
	 {
		static	$connection;
		$connection = mysql_connect();
    }

    ne_query(); 
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-16 01:08 UTC] andi at cvs dot php dot net
This bug has been fixed in the latest CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC