Hi there!
I'm would like to run some of my own c++ functions through php script in Windows.
To do so I'd have to write my own extension and I tried writing a built-in php module and compiling it with Cygwin.
While trying to compile an extension with Cygwin it seems I need Automake and Automake needs Perl installed on the system.
I wondered if it's not easier to build an external extension module in the form of a dll and if somebody already did this.
I'd like to have some pointers and/or an example/tutorial on doing this, because I can't find a thing on the web. Can somebody refer me to one of these.
I'd appreciate it.
Regards,
Awin