Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8354 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43686 invoked by uid 1010); 3 Mar 2004 20:26:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 43630 invoked from network); 3 Mar 2004 20:26:00 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 3 Mar 2004 20:26:00 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i23KPx9b023663; Wed, 3 Mar 2004 21:25:59 +0100 Date: Wed, 3 Mar 2004 21:25:59 +0100 (CET) X-X-Sender: derick@localhost To: Todd Ruth cc: PHP Developers Mailing List In-Reply-To: <1078345266.2491.18.camel@notebook.local> Message-ID: References: <1078278552.17703.234.camel@notebook.local> <1078305931.6596.38.camel@arcon_server> <1078345266.2491.18.camel@notebook.local> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Adding a few debug helpers to php4.x From: derick@php.net (Derick Rethans) On Wed, 3 Mar 2004, Todd Ruth wrote: > Finding those bugs when you have tens of thousands of lines of > php can be a real headache. That's why I'd very much like > a disallow_copies function. But as you demonstrated with your patch you need to modify some of the basic data types that PHP uses and thus increasing memory footprint and decreasing performance. It is therefore very unlikely that this will be ever allowed into the PHP source. regards, Derick