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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sander at pilon dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 07 19:01:34 2025 UTC