Skip to content

mlask/php-ext-skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-ext-skeleton

phpize
./configure --enable-foo
make 
make install

Replace the extension name

perl -i -pe 's/foo/bar/g' config.m4 *.h *.c
perl -i -pe 's/Foo/Bar/g' config.m4 *.h *.c
perl -i -pe 's/FOO/BAR/g' config.m4 *.h *.c

About

The minimal PHP extension skeleton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.1%
  • M4 12.9%