Help with creating a PHP extension
Posted: Thu Aug 28, 2003 11:53 am
Hello all, this is my first post here, and pretty much the first time I'm aksing for help...
I have the source codes for a PHP extension which I downloaded off the net - it's available as C files, and the corresponding header files.
I've tried to follow the instructions for compiling the extensions manually - as indicated by the PHP manual online for creating extensions, with the source code of PHP at hand, within a Linux environment - but some errors are thrown up, such as compile process errors due to files not found, as indicated by includes within the header files mainly.
I'm no C/C++ expert, and compiling is new to me, so any help would be much appreciated...
The extension files are in http://frink.nuigalway.ie/~framework/Test/Free.zip as a zip. Please right hand click to Save Target As...
The article where the stat package came from: http://www.jstatsoft.org/v02/i01/statistics.pdf - the files were updated this year, though the article is very old. I've emailed the writer, but have yet to receive a reply after a few weeks... Oh well, he might be on holiday...
I have the source codes for a PHP extension which I downloaded off the net - it's available as C files, and the corresponding header files.
I've tried to follow the instructions for compiling the extensions manually - as indicated by the PHP manual online for creating extensions, with the source code of PHP at hand, within a Linux environment - but some errors are thrown up, such as compile process errors due to files not found, as indicated by includes within the header files mainly.
I'm no C/C++ expert, and compiling is new to me, so any help would be much appreciated...
The extension files are in http://frink.nuigalway.ie/~framework/Test/Free.zip as a zip. Please right hand click to Save Target As...
The article where the stat package came from: http://www.jstatsoft.org/v02/i01/statistics.pdf - the files were updated this year, though the article is very old. I've emailed the writer, but have yet to receive a reply after a few weeks... Oh well, he might be on holiday...