Skip to content

An example of a PHP Extension written in C++

Notifications You must be signed in to change notification settings

rioderelfte/php-cpp-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example PHP extension written in C++

r9e/: the actual "library" code
cpptest.cpp: the actual extension code
config.m4: needed by autotools
test.php: a small script to test the extension
php.sh: run php with the extension loaded

to build basically run:

phpize
./configure CXXFLAGS=-std=gnu++11
make

About

An example of a PHP Extension written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published