I've previously managed to get XHP compiled in a Linux environment with the .so
extension. I'm trying to compile it for use in a windows enviroment (.dll
) and I've followed the following tutorial on php.net but after I buildconf
, I fail to see the extension under configure --help
(I downloaded the source at put the source folder in ext
directory). Any help would be appreciated.
I'm using Visual studio 2008 and looking to compile extension for PHP 5.4.