ivory/ivory/sys
2019-09-02 23:16:25 +02:00
..
src cleanup sys 2019-04-01 00:06:19 +02:00
build.rs splitup zval handling a bit 2019-09-02 23:16:25 +02:00
Cargo.toml argument extracting basics 2019-03-25 01:03:48 +01:00
README.md cleanup 2019-04-01 22:21:07 +02:00
wrapper.h sys: Use includes from php-config --include-dir 2019-09-02 02:31:35 +02:00

ivory-sys

Bindings to php.

PHP version

While building, it will grab the source for the php version specified in Cargo.toml. Thus changing the version number of the crate also changes the version of php which it's compiled against

Credits

This crate is taken almost entirely from php-sys, all credit goes to it's authors