Support #148
Php
Status: | Resolved | Start date: | 08/10/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Pierre Marc | % Done: | 0% | |
Category: | Application Platform | |||
Target version: | - | |||
Operating System: | Any | Tested: | No | |
Version: | Latest |
Description
Evening,
I have been trying to make two PHP connectors one for Windows 64bit and one for Linux 64bit but I'm having problems trying to make the two connectors, then I saw this in the Nirva documentation "..Nirva systems may provide compiled modules for some versions of php but not for all. Please ask us for that..."
Could you provide these two connectors for me.
Many thanks
History
#1 Updated by Pierre Marc over 8 years ago
Hi Andrew,
The Php connector is delivered in the Nirva/Sdk/Connectors/php directory as a source file. It must be compiled as a php extension module named nvcphp.dll (or .so or other dynamic library extension following the platform). Please consult the php documentation for further information about extension modules.
Here is a tutorial
https://devzone.zend.com/303/extension-writing-part-i-introduction-to-php-and-zend/
We have some compiled versions but only for old php versions and 32 bits only (php 4.34).
For other php versions, you should compile yourself the nirva php extension from the source delivered in Nirva/Sdk/Connectors/php directory
Kind regards
Pierre MARC
#2 Updated by Pierre Marc over 8 years ago
- Status changed from New to Resolved
- Assignee set to Pierre Marc