Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Examples

Example Description
skeleton Minimal starter: hello, greet, Counter class
my_php_extension Full-featured extension: functions, classes, methods
pjs Embed QuickJS in PHP to run JavaScript

Running

Each example has its own build.zig with a test step:

cd examples/<name>
zig build test

PHP include path defaults to /usr/include/php. Override with -Dphp-include-dir=<path>.