Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13901 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91152 invoked by uid 1010); 20 Nov 2004 13:48:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84928 invoked from network); 20 Nov 2004 13:46:55 -0000 Received: from unknown (HELO orion.naeberg.org) (195.137.249.185) by pb1.pair.com with SMTP; 20 Nov 2004 13:46:55 -0000 Received: from ip-228.net-81-220-166.nice.rev.numericable.fr ([81.220.166.228] helo=[192.168.230.101]) by orion.naeberg.org with esmtpa (Exim 4.43 (FreeBSD)) id 1CVVZm-000PVf-H5; Sat, 20 Nov 2004 14:46:54 +0100 Message-ID: <419F4ACE.1020900@naedev.org> Date: Sat, 20 Nov 2004 14:46:54 +0100 User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derick Rethans CC: internals@lists.php.net References: <419F3A27.8060102@naedev.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orion.naeberg.org X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - naedev.org X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] --enable-memory-limit, compilation errors From: fulax@naedev.org (Cyprien Nicolas) Derick Rethans wrote: > >Those mentioned lines make no sense (there is no call to >memory_get_usage at all), there is no PHP_5_1 branch so I've >no clue what you mean here. Check with the CVS branch HEAD and provide >the actual lines too. > >Derick > > > Actually, by PHP_5_1 branch, I mean the HEAD branch. I know there is any reference to memory_get_usage at the lines mentioned by gcc... The lines pointed by gcc contain a call to convert_to_string_ex(), which allocates memory for the new converted variable I think. I've looked at the sources and I don't really understand why I get that error, but I get it... Cyprien