Page 1 of 1

create dll extension using php source for php

PostPosted: April 17th, 2013, 10:17 am
by ganesanct
How to create dll extension from php source ? How to use phalanger for doing that ?

Re: create dll extension using php source for php

PostPosted: April 17th, 2013, 10:30 am
by Jakub Misek
Hi,

You can create DLL extension in PHP language for Phalanger. To create DLL extension for legacy PHP, you have to use C/C++ languages.

To create extension for Phalanger in PHP, just make sure you have installed Phalanger Tools http://visualstudiogallery.msdn.microso ... cf66037797 and create new Project - Phalanger - Extension.