Discussion:
php extension development
louis
2014-07-04 01:36:35 UTC
Permalink
I want to learn something about php extension development, but after a
google I realized that there is not much document about it.
Can any one suggest me some learning staff or community?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Aziz Saleh
2014-07-04 01:56:22 UTC
Permalink
Post by louis
I want to learn something about php extension development, but after a
google I realized that there is not much document about it.
Can any one suggest me some learning staff or community?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Here are some good articles/tutorials you can read:

http://www.php.net/manual/en/internals2.structure.php
http://stackoverflow.com/questions/1311389/getting-started-with-php-extension-development
louis
2014-07-04 02:16:51 UTC
Permalink
thanks, but I have already dig these urls. I now have read some exists
extension source code such as mysql or other,
there're many using of PHP or ZEND MACROs but I am just familiar with
some of them. Is there any document to introduce what the
whole bunch of these MACROs do and how they work?
thank you~
Post by louis
I want to learn something about php extension development, but after a
google I realized that there is not much document about it.
Can any one suggest me some learning staff or community?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
http://www.php.net/manual/en/internals2.structure.php
http://stackoverflow.com/questions/1311389/getting-started-with-php-extension-development
Loading...