ivory/examples/helloworld
2019-03-18 23:24:02 +01:00
..
src vecs instead of boxed arrays 2019-03-18 23:24:02 +01:00
Cargo.toml vecs instead of boxed arrays 2019-03-18 23:24:02 +01:00
README.md remove unneeded linker args to make it work on stable 2019-03-18 17:11:45 +01:00

Example

Usage

  • build with cargo build
  • run php with the module and call the defined method
    php -d extension=target/debug/libhelloworld.so -r 'helloworld();'`