Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18586 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86967 invoked by uid 1010); 30 Aug 2005 23:04:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86952 invoked from network); 30 Aug 2005 23:04:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2005 23:04:11 -0000 X-Host-Fingerprint: 64.233.184.194 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.194:24788] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 55/71-15098-BE5E4134 for ; Tue, 30 Aug 2005 19:04:11 -0400 Received: by wproxy.gmail.com with SMTP id i30so1035365wra for ; Tue, 30 Aug 2005 16:04:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DFcgRbbqXnku0OEwXtyfvPZ4o3PEaa8yIxdCynpLuitsUAEq7pDuUchnC86sh+/UMs71D1FUPGdG1/2iHGA79rxM3AxZi4VtvrKfS4UfziZznzona4Lfa+cUII5d74SiLE3rq5RNbOFP99Fyww1jJAv1q/AnuzoktXkQmuPfjGU= Received: by 10.54.18.28 with SMTP id 28mr7540338wrr; Tue, 30 Aug 2005 16:04:08 -0700 (PDT) Received: by 10.54.107.8 with HTTP; Tue, 30 Aug 2005 16:04:07 -0700 (PDT) Message-ID: <57792e85050830160454f50319@mail.gmail.com> Date: Tue, 30 Aug 2005 16:04:08 -0700 To: Marcus Boerger Cc: internals@lists.php.net In-Reply-To: <915210870.20050830234417@marcus-boerger.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5.1.0.14.2.20050822134257.05e07c60@localhost> <57792e8505082914244b23a4df@mail.gmail.com> <1115917991.20050830000559@marcus-boerger.de> <57792e85050830123275779038@mail.gmail.com> <1279281695.20050830215401@marcus-boerger.de> <57792e8505083014323f86ac6@mail.gmail.com> <915210870.20050830234417@marcus-boerger.de> Subject: Re: [PHP-DEV] Re: Re was: [PHP-DEV] 5.0.5RC1 rolled From: iamstever@gmail.com (steve) Yea, I noticed that too... #!/bin/bash export PHPRC export PHP_FCGI_CHILDREN exec /usr/bin/valgrind --tool=3Dmemcheck --trace-children=3Dyes \ --log-file=3D/usr/local/apache2/fastcgi-bin/log /usr/local/apache2/fastcgi-bin/php505.fcgi $@ This one works. :) However... it didn't seem to find much.