Code snippets for writing PHP extensions BUILDING ON UNIX etc. To compile your new extension, you will have to execute the following steps: $ phpize $ ./configure [--enable--snippets] $ make $ make test $ [sudo] make install