Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2144 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50027 invoked by uid 1007); 4 Jun 2003 03:37:15 -0000 Message-ID: <20030604033715.50026.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: "l0t3k" Date: Tue, 3 Jun 2003 23:34:26 -0400 Lines: 9 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Posted-By: 67.33.112.95 Subject: Namespace leftovers From: cshmoove@bellsouth.net ("l0t3k") the class entry structure still contains the "ns" member, which is not initialized. this is referred to by zend_make_full_classname in zend_API.c, causing a crash. l0t3k