Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98751 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87330 invoked from network); 9 Apr 2017 16:19:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Apr 2017 16:19:00 -0000 Authentication-Results: pb1.pair.com header.from=ykomotir@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ykomotir@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.179 as permitted sender) X-PHP-List-Original-Sender: ykomotir@gmail.com X-Host-Fingerprint: 209.85.217.179 mail-ua0-f179.google.com Received: from [209.85.217.179] ([209.85.217.179:34461] helo=mail-ua0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/D4-08240-DEE5AE85 for ; Sun, 09 Apr 2017 12:18:53 -0400 Received: by mail-ua0-f179.google.com with SMTP id u103so16448113uau.1 for ; Sun, 09 Apr 2017 09:18:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=0QhsicJk5b4MFgCVK2tG/TVg2K+yYWr4B6gw70JqrAs=; b=jW+UzoL5srfjYuDDIFDfLhtRViVNHZd2bCfeS8SLWrub9/g0NMv27LnYTqjvaJtOpv qiqGwBffcOSYgXpmQXg7b82eYbw7RMCJh0Oq6skYE4MN5mjzNZ5gBSFNEl18ab7ZYsOJ NlwYrmdZDAC9imPylN1tS6QFYSdEbgWh9QzvANIt5ftKVxGJK4jd27PYEQh4zd/8DCzh Uls2Dn6nEhdLZya4s5X4W/OEQUjP1o8WWiU+g5krTEenr6DVON1kZFnBIKOVklWUPEZI ltKvM1/2aDXSmmKnhrWqopl/JcDbi6QZvs+mwFB1J7wgbKSZGtMHR7W6KNHAURLGGKef dMow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=0QhsicJk5b4MFgCVK2tG/TVg2K+yYWr4B6gw70JqrAs=; b=BtK2EkVKq/FcSDDM85jokd0YJOPbnVdK4Br0c9dDAR5UGmEM2M3CkEB/d8cFkvYAgz 78bdX4T483//6nhINFft+DBj0bwoHoHfq+7TyYp8KTKlgANlyPVpmQGhkavldX2Ot3kl 2xtZfnNzqPG3DqZyZgoaD6yC2oy9PVrkprzAJRUxmGgkNRojsHYn3FCfwKhNRfXA23mA y0fWZJdEhcPmJOi+TWH5JER66muFQcmO4jCaLbqxsTm2h9A5Z0eKgZdS773uXjH/iZjg 2R+iRKEfpGE0yJzSCxmpxGBVGkaNxCCMENU6w0Xkl6MUF7N5E80Iabb0t0B9R5b9a5UH r1UQ== X-Gm-Message-State: AFeK/H2Dsszu86S2KeYH6jlMj1AAaGYn/Aeppp4iivOBeFVDaznzxdNnWjbUiSXQUi0maEOnWu1uDKVHdnFp6w== X-Received: by 10.176.90.146 with SMTP id w18mr21635386uae.143.1491754730803; Sun, 09 Apr 2017 09:18:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.214.67 with HTTP; Sun, 9 Apr 2017 09:18:50 -0700 (PDT) In-Reply-To: References: Date: Sun, 9 Apr 2017 17:18:50 +0100 Message-ID: To: nug gets Cc: PHP Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] How to get technical documentation on the Zend Engine From: ykomotir@gmail.com (Yannick Komotir) Hi Nug, That is well known as PHP *Internals*. There is various ressources that can help on that : - The Official guides : http://www.php.net/manual/en/internals2.php and https://wiki.php.net/ - PHP internal developers collaborative initiative : http://www.phpinternalsbook.com/ - Nikita Popov's blog : http://nikic.github.io/ - Stackoverflow ;-) http://stackoverflow.com/questions/4389738/where-can-i-learn-about-php-internals Regards, Yannick KOMOTIR. Yannick KOMOTIR Software Engineer | ZCE PHP 5.3 | ITIL Foundation Certified 00243810598737 https://github.com/Yannix http://twitter.com/yannixk On Sun, Apr 9, 2017 at 5:47 AM, nug gets wrote: > Hello, > > I want to code in php core, and I would like to have a documentation who > explains de code structure/architecture of the Zend Engine. Can I find it > somewhere ? > > Thank you, > Nuggets