Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88224 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22971 invoked from network); 16 Sep 2015 02:06:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2015 02:06:18 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.169 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.169 mail-yk0-f169.google.com Received: from [209.85.160.169] ([209.85.160.169:35302] helo=mail-yk0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/92-30198-89EC8F55 for ; Tue, 15 Sep 2015 22:06:16 -0400 Received: by ykdu9 with SMTP id u9so206255211ykd.2 for ; Tue, 15 Sep 2015 19:06:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=5MYOE2cHgySdDHpuO0/hmGuAYMYmDjUFFJis5dvWYL0=; b=vr2+khHivUb9fC/zdMlMVMP3ufgakOkfLwTk4J1EFu8f1PzuZwNRxDXLC2UWgLgmrT wpYzJ03ATZj+Wpt1R79X5dqU7cV7ohBMiLlRLqNR/fR1zMFRr10B+csOZtYnsy2KumbL rX/QjMHzKYrqZ4g6z4RihV8Damp03gtNMK+SXNTvN+FFyYUr0GE3sdFm4LyAPfGrnYV9 bSdvZhHH95zVHZRIBLkHp+xSfyjaPy++JLA42m4ijRlIRfVjqjbkkpzmRE7JR6KPdlpp Mq9yTjW0ttnXneTg/9FKb2HI+xVOFgutiqib+uYgbPhQC9nZvxv+/ckEod5PHLRNu8Uw Tpzw== X-Received: by 10.170.126.68 with SMTP id s65mr25249354ykb.50.1442369173781; Tue, 15 Sep 2015 19:06:13 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.57.215 with HTTP; Tue, 15 Sep 2015 19:05:34 -0700 (PDT) In-Reply-To: References: Date: Wed, 16 Sep 2015 11:05:34 +0900 X-Google-Sender-Auth: -evuxN5pHBWni1tx4Az95noxZn8 Message-ID: To: Andrei Bernardo Simoni Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] newbie question From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Andrei, On Wed, Sep 16, 2015 at 9:35 AM, Andrei Bernardo Simoni wrote: > HelloIm new in the PHP project and i would like to know where I can start.To quench my curiosity I wonder which part of the code read the files with extension .php If you are looking for some code execution path, you are better to use gdb (or any other debugger). script: