php-to-c-extension is a tool written in php to allow developers to write php extension using just php. It also has options for developers to mix C code with php when developing the extensions, thus opening the option to further tapping into the power of C and a lot of existing C libraries.Check it out at github:
https://github.com/jimthunderbird/php-to-c-extension