Hello,
I wrote (its not finished yet) a wiki sheet to detail how our extensions
mechanism work.
This is not about how to write an extension :-p but it shows how the engine
loads extensions, how it calls different hooks from them, and what are the
differences between Zend extensions and PHP extensions.
As I got plans to propose an RFC to rewrite this part of the engine (mainly
to improve it, make it even more easy to manage from a PHP userland POV,
and clean it from old dusty stuff), this first point should help anyone
with little or no knowledge about that part.
As a human, I make mistakes :) Feel free to edit the wiki page and add
fixes.
Julien.Pauli
Hello,
I wrote (its not finished yet) a wiki sheet to detail how our extensions
mechanism work.
[...]
As a human, I make mistakes :) Feel free to edit the wiki page and add
fixes.
I can't seem to find the page.. do you have a link?
-Hannes
On Wed, Apr 10, 2013 at 4:51 PM, Hannes Magnusson <
hannes.magnusson@gmail.com> wrote:
Hello,
I wrote (its not finished yet) a wiki sheet to detail how our extensions
mechanism work.
[...]
As a human, I make mistakes :) Feel free to edit the wiki page and add
fixes.I can't seem to find the page.. do you have a link?
Yes I just linked it to main.
Its at https://wiki.php.net/internals/extensions
Julien.Pauli