Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5064 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31266 invoked by uid 1010); 29 Oct 2003 15:11:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31242 invoked from network); 29 Oct 2003 15:11:23 -0000 Received: from unknown (HELO mail.wp-sa.pl) (212.77.102.105) by pb1.pair.com with SMTP; 29 Oct 2003 15:11:23 -0000 Received: from conversion-daemon.mail.wp-sa.pl by mail.wp-sa.pl (iPlanet Messaging Server 5.1 (built May 7 2001)) id <0HNI00F01XY7YQ@mail.wp-sa.pl> for internals@lists.php.net; Wed, 29 Oct 2003 16:11:22 +0100 (CET) Received: from wp-sa.pl ([62.181.161.66]) by mail.wp-sa.pl (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTPA id <0HNI00FIAY6VP6@mail.wp-sa.pl>; Wed, 29 Oct 2003 16:11:22 +0100 (CET) Date: Wed, 29 Oct 2003 16:11:19 +0100 In-reply-to: <200310291456.h9TEuMng020593@at.wakwak.com> To: Moriyoshi Koizumi Cc: internals@lists.php.net Message-ID: <3F9FD897.7000801@wp-sa.pl> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: pl, en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030612 References: <3F9FD042.2090004@wp-sa.pl> <200310291456.h9TEuMng020593@at.wakwak.com> Subject: Re: [PHP-DEV] Zend Engine question From: wmeler@wp-sa.pl (Wojtek Meler) Moriyoshi Koizumi wrote: >Hi, > >First, maybe you want to see bug #22836 (http://bugs.php.net/22836), that appears to describe the very problem you have. > Probably yes. I assume that it won't be fixed in ZE1, will it? Is there any way to fix it for own risk? I saw something in zend_execute.c with comment "too dengerous for ZE1" >Secondly, you can use various custom gdb macros like printzv, printzn >which are defined in .gdbinit on top of the php source tree. > > Cool!!! I used my own gdb script, but this one is great. regards, Wojtek