The page https://wiki.php.net/internals/extensions has some spelling
mistakes and things that could be clearer.
The heading: "Registering *additionnal *extensions from the SAPI module"
should be spelt additional.
Above it in "Parsing the ini file to get more extensions" is a mention
of "zend_llist type". This looks like a typo but I can see from the
source code that it isn't. Does it stand for "linked list" (I didn't
read the entire source to find out)? Would you add the definition in
parentheses after it please? E.g. "Both are zend_llist type (Zend
linked list)."
Regards,
Daniel
--
http://www.fastmail.com - A no graphics, no pop-ups email service
The page https://wiki.php.net/internals/extensions has some spelling
mistakes and things that could be clearer.The heading: "Registering *additionnal *extensions from the SAPI module"
should be spelt additional.
Someone else seems to have got this one.
Above it in "Parsing the ini file to get more extensions" is a mention
of "zend_llist type". This looks like a typo but I can see from the
source code that it isn't. Does it stand for "linked list" (I didn't
read the entire source to find out)? Would you add the definition in
parentheses after it please? E.g. "Both are zend_llist type (Zend
linked list)."
Yes, that's a linked list implementation. I've added the parenthesis.
-Sara