[PHP] How to write my own php extensions

2003-08-15 Thread Dennis Lee
Hi all : I want to write my own php extensions , but I don't know how to start . Please tell me where I can find some examples or resources such as tutorials . Thanks in advance . -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to write my own php extensions

2003-08-15 Thread [EMAIL PROTECTED]
There are some documents in the php source tarball itself. this is a good starting point. Then please goto zend.com you will see some fantastic articles. all the best Dennis Lee wrote: Hi all : I want to write my own php extensions , but I don't know how to start . Please tell me where I can