ggdworkshop/vendor/pimple/pimple/ext/pimple
2024-07-28 17:54:56 -03:00
..
tests clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
.gitignore clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
config.m4 clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
config.w32 clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
php_pimple.h clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
pimple_compat.h clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
pimple.c clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
README.md clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00

This is Pimple 2 implemented in C

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

Install

> phpize
> ./configure
> make
> make install