how to write PHP module in C -


how can write own module in c ? possible ?

yes, possible. here's old article used when wrote first extension:

http://web.archive.org/web/20110222035803/http://devzone.zend.com/article/1021

things may have changed since then, may want search similar tutorials additional references.

oh, , should useful:

http://www.php.net/manual/en/internals2.php


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -