php-extension
php how to add a reference
i would like to ask how to convert: method(Class1::Class2 &class); in php? what should i write:me->开发者_JAVA百科method(????)[详细]
2023-04-04 00:32 分类:问答add two shared libraries in php extension. WHO?
I have a sharedlib.cc and a sharedlib.h code that contains classes and meth开发者_开发百科ods. I wrap this up and created a shared library called MySharedLibrary.so.[详细]
2023-04-02 03:10 分类:问答PHP Warning: PHP Startup: Invalid library (maybe not a PHP library)
In the past i did create a shared library that now I would like to use it inside a php extension. Is it possible to do that? As I\'ve seen in the config.m4 filePHP_NEW_EXTENSION() asks for the .cc . T[详细]
2023-04-01 08:19 分类:问答ASp.net dll to PHP: Is it possible to convert an ASP.net dll to php extension
Is it possible to convert an ASP.net dll to php extension? I tried googling but did not find any solution. Someone please help me out.[详细]
2023-03-27 21:09 分类:问答Problem serializing c++ class accessible through a php extension
I wrote a C++ library that exposes a number of classes. I also wrote a php extension using zend, as a wrapper over the c++ library.[详细]
2023-03-25 13:25 分类:问答PHP Zend Engine Extension static method call [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-24 07:31 分类:问答zeromq php extension for windows
I am using Zend server configured with IIS 7.5. I searched for edit: zeromq php extension, I found these http://valokuva.org/builds/ andhttp://snapshot.zero.mq/[详细]
2023-03-21 19:58 分类:问答Best approach to use a CPP SDK package in PHP
I have to integrate into my system a third party system, which gives me a SDK, written in CPP. Our application uses PHP as the main language.[详细]
2023-03-21 18:25 分类:问答Problems Compiling PHP with SSH2 pecl extension for Windows
First, I am not a programmer. I am a Network Admin who has been asked to compile PHP for our web designer with SSH2 enabled.[详细]
2023-03-19 09:24 分类:问答Enabling PostgreSQL support in PHP on Mac OS X
I\'m having a terribly difficult time getting the command \"pg_connect()\" to work properly on my Mac. I\'m currently writing a PHP script (to be executed from console) to read a PostgreSQL database a[详细]
2023-03-17 17:32 分类:问答