Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23063 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45124 invoked by uid 1010); 1 May 2006 13:45:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45109 invoked from network); 1 May 2006 13:45:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 May 2006 13:45:49 -0000 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.166.181 pproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.166.181:20364] helo=pproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3D/DB-18514-C0116544 for ; Mon, 01 May 2006 09:45:49 -0400 Received: by pproxy.gmail.com with SMTP id 57so3123558pya for ; Mon, 01 May 2006 06:45:45 -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=h1DPDOPJVgEBQvSdKXNgO9D2HsUUI7VbO4Qc14CU/nSN7UjHdKSd3qEUKnWA8pKrhTWrYLclJMXQIYkYvsroc+CejoVKKft3XqPVEV3tk+KL5z6orBAWIqXd0cBdzLM8kUlFh+hB0mpIen8R9u/VJNCHgED582KlXZ82wPQJYPA= Received: by 10.35.34.18 with SMTP id m18mr291318pyj; Mon, 01 May 2006 06:45:45 -0700 (PDT) Received: by 10.35.40.20 with HTTP; Mon, 1 May 2006 06:45:45 -0700 (PDT) Message-ID: <4e89b4260605010645p10aa4058k150021b310f91b71@mail.gmail.com> Date: Mon, 1 May 2006 09:45:45 -0400 To: "Sharad Gupta" Cc: internals@lists.php.net In-Reply-To: <82bc920f0604301141n75d9b560v41b5ca07e10fba83@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <82bc920f0604281846p2ebbd32ao8593f00c3d5c8638@mail.gmail.com> <006901c66b78$5cf9f350$0100a8c0@pc07653> <82bc920f0604290706y62b2eb48ha65000f36bc29e4a@mail.gmail.com> <82bc920f0604301141n75d9b560v41b5ca07e10fba83@mail.gmail.com> Subject: Re: [PHP-DEV] Help with generating a stack trace on IIS6 From: kingwez@gmail.com ("Wez Furlong") Switching to linking against the release build of libc should help. Change /MDd to /MD in the dsp/dsw or whatever it is. --Wez. On 4/30/06, Sharad Gupta wrote: > Ok, when I compile a "release" version .. I dont get "no input file > specified" error when opening php scripts in browser .. > > But when I compile "debug" version, I get that error ... can any one shed > some light on this behaviour .. is it intended behaviour and what can I d= o > to rectify it ? > > Thanks > > On 4/29/06, Sharad Gupta wrote: > > > > It seems I was able to compile a debug version of php 4.4.2 myself usin= g > > MSVC++ 6 with php4dll.dsw... but when I point IIS to ISAPI dll ... on a= ll > > scripts, I get "input file not found" error ... > > > > when I dump a phpinfo using "php -i" ... it tells me that I am using PH= P > > in CGI/FastCGI mode ... but I dont recall doing that intentionally ... > > anyonw has an idea about this behaviour ? > > > > also, what is the difference between php4dll.dsw & php4.dsw ? > > > > thanks for your help > > > >