A PHP Extension is a piece of C/C++ code, embedded within PHP that provides
some additional functionality to PHP.
- • Interface with 3rd party libraries
- • Low-level operating system access
- • Write speed intensive routines within C
- • You miss pointer redirection?
- • And of course malloc violations!