Skip to content

ffbli666/php-extension-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-extension-examples

This project base on https://github.com/c9s/php-ext-skeleton

swap

cd swap
phpize
./configure --enable-swap
make 
make test
make install

mysort

cd mysort
phpize
./configure --enable-mysort
make 
make test
make install

myclass

cd myclass
phpize
./configure --enable-myclass
make 
make test
make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published