Re: [PHP-DEV] How to get technical documentation on the Zend Engine

2017-04-09 Thread 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 <neugg...@gmail.com> 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

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] 7.0 Release Management

2015-03-22 Thread Yannick Komotir
Hi,

I am sorry if I am wrong but why it is not people that started php 7/ng
project ? Dmitry, Nikita or Xichen ?


Re: [PHP-DEV] [RFC] Remove deprecated functionality in PHP 7

2014-10-12 Thread Yannick Komotir
Hi Andrea,

 Allowing # for comments stops you from using # in string property values.

 Though I'm not sure why you'd need to.

That will be the case for any character to use for comments. Uses ;
for comments will stop you from using it in values.

Regards.

--
Yannick K.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] TSRMLS_* keywords in PHP source

2012-03-21 Thread Yannick Komotir
Hi,

You can find some additional information in this blog post
http://blog.golemon.com/2006/06/what-heck-is-tsrmlscc-anyway.html

Regards,

2012/3/19 Barbu Paul Gheorghe paullik.p...@gmail.com

 Hello!

 What role does the keywords TSRMLS_CC, TSRMLS_DC, TSRMLS_D have when
 passed along with a argument in PHP's source?
 For example in this random file:

 http://lxr.php.net/opengrok/**xref/PHP_5_4/ext/intl/**
 formatter/formatter_data.chttp://lxr.php.net/opengrok/xref/PHP_5_4/ext/intl/formatter/formatter_data.c


 I don't even know if keyword is the right technical term for it because
 it's the first time I see this kind of call in C:

 foo(data_type variable_name keyword);

 --
 Barbu Paul - Gheorghe
 Common sense is not so common - Voltaire
 Visit My GitHub profile to see my open-source projects -
 https://github.com/paullik

-- 
Yannick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php