Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30209 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52396 invoked by uid 1010); 17 Jun 2007 16:05:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52378 invoked from network); 17 Jun 2007 16:05:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jun 2007 16:05:42 -0000 Authentication-Results: pb1.pair.com header.from=tijnema@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tijnema@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.240 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tijnema@gmail.com X-Host-Fingerprint: 209.85.132.240 an-out-0708.google.com Received: from [209.85.132.240] ([209.85.132.240:25154] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/26-25319-4DB55764 for ; Sun, 17 Jun 2007 12:05:41 -0400 Received: by an-out-0708.google.com with SMTP id c18so295689anc for ; Sun, 17 Jun 2007 09:05:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hMzx6RbyjtmCmNJnGNEN/HZQ7PS9QJLWi8Di9d/EtvNgSLTPWtvKS2vLJDydyVIEDQ6uRA93al4M2eeZas4A01T+I7rYr+Ahef/5Q6RPOX9+IWl03vwrgSOeqbWoYqKL5IlZzlFkuxwPU4EwRREttCYJfHfetZhbMcdDWmlC5n0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S9NT0YETFYhxB69PkWlBxUkkg8mXFICWKYqzpzSu8u4iwAPEEOKFKgcNpfpXWzo+ZWuqONNDKr60y+eZfeM6qV3+BlspgLeC4XKoMreTZPJUwazT8OWnw3/q/jc/XdwWZ9ADy79vdvARvYzqBwVwEJDrIsBZN7qSp0Yd3HNzIeY= Received: by 10.100.144.11 with SMTP id r11mr2974999and.1182096339407; Sun, 17 Jun 2007 09:05:39 -0700 (PDT) Received: by 10.100.33.17 with HTTP; Sun, 17 Jun 2007 09:05:39 -0700 (PDT) Message-ID: Date: Sun, 17 Jun 2007 18:05:39 +0200 To: muquaddim Cc: internals@lists.php.net In-Reply-To: <00.05.25319.F9955764@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <00.05.25319.F9955764@pb1.pair.com> Subject: Re: [PHP-DEV] documentation of php5ts.dll and .NET wrapper From: tijnema@gmail.com (Tijnema) On 6/17/07, muquaddim wrote: > Hi, > I have use dumpbin to get the method names of php5ts.dll file. I get many > names. > 2 of these methods are, > "php_execute_script" > "php_execute_simple_script" > > I guess these are the methods that are responsible for executing php source > (.php) files. > now I need to know, what are the parameter of these methods. How can I get > the documenttation on parameters. > If I get this I could have make a .NET wrapper. > Thanks Just take a look at the PHP Source code, the functions are well described there... :) Tijnema