Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14873 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63018 invoked by uid 1010); 12 Feb 2005 16:43:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62993 invoked by uid 1007); 12 Feb 2005 16:43:37 -0000 Message-ID: <20050212164337.62991.qmail@lists.php.net> To: internals@lists.php.net References: <20050210103042.57056.qmail@lists.php.net> <200502121525.j1CFPnKJ008887@post.webmailer.de> Date: Sat, 12 Feb 2005 08:43:38 -0800 Lines: 26 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-Posted-By: 64.142.6.231 Subject: Re: [PHP-DEV] Re: How to unload a class From: pollita@php.net ("Sara Golemon") > Finally I got a chance to test classkit. Anyway installation with "pear > install classkit" went through with no errors and after activation in > php.ini the module shows up as installed. Anyway the function does not > work > (class_import) I am still getting the same error as re-require_once a > class-file : > > "Fatal error: Cannot redeclare class XXX in file" > (1) The class is a user defined ( not internal ) class yes? (2) Can you provide some reproducing code? (3) This probably isn't a php.internals topic anymore so feel free to reply direct (pollita@php.net) > We are runnning php4 on debian on a sun e3000. > Could this be the glitch that the pecl-classkit does > not run on php4 or not on the sparc machine ? > Doubtful, its functionality is just a reordering of various parts of the ZE execution cycle. -Sara