- Download from github: git clone git://github.com/derickr/helloworld.git
- cd helloworld
- phpize && ./configure && make
- sudo make install
- php -dextension=helloworld.so --re helloworld
Output:
Extension [ <persistent> extension #61 helloworld version 0.0.1 ] {
- Functions {
Function [ <internal:helloworld> function helloworld ] {
}
}
}