Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1922 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2506 invoked from network); 23 May 2003 08:30:45 -0000 Received: from unknown (HELO mail.wp-sa.pl) (212.77.102.105) by pb1.pair.com with SMTP; 23 May 2003 08:30:45 -0000 Received: from wp-sa.pl (it.wp-sa.pl [212.77.105.136]) by mail.wp-sa.pl (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTPS id <0HFB00HFOZMSNW@mail.wp-sa.pl> for internals@lists.php.net; Fri, 23 May 2003 10:30:29 +0200 (CEST) Date: Fri, 23 May 2003 10:28:31 +0200 To: internals@lists.php.net Message-ID: <3ECDDBAF.9060107@wp-sa.pl> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-2; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4a) Gecko/20030404 Subject: strange thing From: wmeler@wp-sa.pl (Wojtek Meler) php 4.3.1: --------------------------------------- [Fri May 23 08:19:08 2003] Script: 'blabla' --------------------------------------- php/Zend/zend_execute_API.c(289) : Block 0x4C9449C0 status: php/Zend/zend_variables.c(44) : Actual location (location was relayed) Beginning: Cached (allocated on php/main/network.c:597, 20 bytes) End: OK --------------------------------------- It is very strange. Why memory allocated for stream structure is freed in zval dtor ??? Are there any problems in streams implementation ? regards, Wojtek