Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 306 Bytes

README.markdown

File metadata and controls

13 lines (10 loc) · 306 Bytes

Code snippets for writing PHP extensions

BUILDING ON UNIX etc.

To compile your new extension, you will have to execute the following steps:

  1. $ phpize
  2. $ ./configure [--enable--snippets]
  3. $ make
  4. $ make test
  5. $ [sudo] make install