internals:extensions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
internals:extensions [2016/11/04 09:53] – Fixed typos yohgakiinternals:extensions [2016/11/05 17:25] pollita
Line 172: Line 172:
  
 ''php_init_config()'' is called, it parses the different ini files (mainly php.ini) and looks for the tokens "extension=" and "zend_extension=". ''php_init_config()'' is called, it parses the different ini files (mainly php.ini) and looks for the tokens "extension=" and "zend_extension=".
-It then adds the names of the extensions to two different lists, one for PHP exts : extension_lists.functions, and one for Zend exts : extension_lists.engine. Both are zend_llist type.+It then adds the names of the extensions to two different lists, one for PHP exts : extension_lists.functions, and one for Zend exts : extension_lists.engine. Both are zend_llist (Linked List) type.
 You can find the code by looking for the function ''php_ini_parser_cb()'' You can find the code by looking for the function ''php_ini_parser_cb()''
  
internals/extensions.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1