You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

166 B

This is Pimple 2 implemented in C

  • PHP >= 5.3
  • Not tested under Windows, might work

Install

> phpize
> ./configure
> make
> make install