How Can I build a C++ class in Php Extension? -


I am trying to wrap the c ++ class in a php extension. Using this link, and I Also have created a module for the php extension. After this I have to compile the C ++ class in a PHP extension. How can i do this ???

I recommend that you read what is also referred to in

besides The PHP documentation has one.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -