Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8545 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88143 invoked by uid 1010); 16 Mar 2004 21:30:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88118 invoked from network); 16 Mar 2004 21:30:09 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 16 Mar 2004 21:30:09 -0000 Received: from [192.168.1.105] (p508EABAF.dip.t-dialin.net [80.142.171.175]) by shiva.mind.de (Postfix) with ESMTP id 192EB97B4F; Tue, 16 Mar 2004 22:30:08 +0100 (CET) Date: Tue, 16 Mar 2004 22:28:02 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <155802972625.20040316222802@marcus-boerger.de> To: Timm Friebe Cc: internals@lists.php.net In-Reply-To: <1079469548.266.3.camel@localhost> References: <5.1.0.14.2.20040315080605.01732e80@127.0.0.1> <1079469548.266.3.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RC1 of RC1 From: helly@php.net (Marcus Boerger) Hello Timm, this is fixed now. marcus Tuesday, March 16, 2004, 9:39:09 PM, you wrote: > On Mon, 2004-03-15 at 07:10, Andi Gutmans wrote: >> Hey, >> >> I rolled RC1 of RC1 (didn't change the version from -dev on purpose because >> RC1RC1 is kind of odd and I didn't want it to confuse people :). >> I will roll RC1 on the 17th so if there are "serious" show stoppers speak up. > thekid@friebes:~/devel/php/tests > cat ob.php > class test { > function output($buf) { > return $buf; > } > } > ob_start(array('test', 'output')); ?>> > thekid@friebes:~/devel/php/tests > php-dev ob.php > Segmentation fault (core dumped) > Program received signal SIGSEGV, Segmentation fault. > 0x8252e24 in zend_call_function (fci=0xbfbff63c, fci_cache=0x0, > tsrm_ls=0x8389050) at > /usr/home/thekid/devel/php/php/Zend/zend_execute_API.c:648 > /usr/home/thekid/devel/php/php/Zend/zend_execute_API.c:648:19515:beg:0x8252e24 > (gdb) bt > #0 0x8252e24 in zend_call_function (fci=0xbfbff63c, fci_cache=0x0, > tsrm_ls=0x8389050) at > /usr/home/thekid/devel/php/php/Zend/zend_execute_API.c:648 > #1 0x82528b7 in call_user_function_ex (function_table=0x839c2c0, > object_pp=0x0, function_name=0x83b3658, retval_ptr_ptr=0xbfbff710, > param_count=2, params=0xbfbff6c0, no_separation=1, symbol_table=0x0, > tsrm_ls=0x8389050) at > /usr/home/thekid/devel/php/php/Zend/zend_execute_API.c:546 > #2 0x821bce9 in php_end_ob_buffer (send_buffer=1 '\001', just_flush=0 > '\000', tsrm_ls=0x8389050) at > /usr/home/thekid/devel/php/php/main/output.c:240 > #3 0x821c3ef in php_end_ob_buffers (send_buffer=1 '\001', > tsrm_ls=0x8389050) at /usr/home/thekid/devel/php/php/main/output.c:336 > #4 0x820a474 in php_request_shutdown (dummy=0x0) at > /usr/home/thekid/devel/php/php/main/main.c:1195 > #5 0x82953cc in main (argc=2, argv=0xbfbffa80) at > /usr/home/thekid/devel/php/php/sapi/cli/php_cli.c:1046 > - Timm -- Best regards, Marcus mailto:helly@php.net