PHP extension using python

Started by Hi-Tech ITO, 05-17-2013, 21:51:48

Previous topic - Next topic

Hi-Tech ITOTopic starter

I need to make an extension in php using python . In all the examples i've come across in stackoverflow or other sources , i saw that it's possible to build an extension using C, is it possible to do so using python ? And how can i do that ?
  •  


kiash001

You can use PiP. But, it's better you can build Python commend line application and you can execute it using PHP exec()