Posted by J.O. Aho on 01/06/08 14:11
Chris wrote:
> I have written a PHP extension that I want to be able to sell (as part
> of a solution) and deploy in binary form. All examples and tutorials I
> have found describes the process of deploying open-source extensions.
>
> I have tried copying the library into the extensions directory defined
> in php.ini and added an extension entry for it there as well. This
> does however not appear to be sufficient. Is there any other step that
> I have missed? Can someone help point me in the right direction?
Check that all the recurred libraries that your extension depends on are
installed on the machines on which you are installing the extension.
Also see to that the extension has been compiled against the same minor
version of php as the one running on the new machine.
See to that you edit the right php.ini, some systems has two different
php.ini, one for the web server, another for cli.
--
//Aho
Navigation:
[Reply to this message]
|