php-extension
How Do I Make a PHP Module with the Vala Programming Language?
This new language called Vala, which is said to be C#-like and supposedly easier than C++ or C, compiles down into C on Linux with the GCC compiler.[详细]
2022-12-30 03:53 分类:问答How can I return an object into PHP userspace from my extension?
I have a C++ object, Graph, which contains a property named cat of type Category. I\'m exposing the Graph object to PHP in an extension I\'m writing in C++.[详细]
2022-12-29 22:19 分类:问答Logging fatal/parse errors in PHP5
I\'m writing an error logging service that will be integrated into websites running on my server, that will email me error batches, etc.[详细]
2022-12-29 11:29 分类:问答Is it possible to run PHPUnit with a dynamically loaded extension library?
I have a suite of PHPUnit tests for my extension, and I want to run them as part of the extension\'s Hudson build process.[详细]
2022-12-28 12:07 分类:问答custom php function creation and install
I would like to know how to create a php function that can be installed in php just like the already built in functions like :[详细]
2022-12-25 14:58 分类:问答PHP extension wrapper for C++ [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[详细]
2022-12-22 18:36 分类:问答List used PHP modules in code base
I need to list all PHP extensions that\'s required by a given cod开发者_开发问答e base. What would be the best way to tackle this problem?[详细]
2022-12-20 14:13 分类:问答How to Install ITL extension
I want to install the PHP ITL extension so I can use it. Do I n开发者_运维技巧eed to compile this, and if so, how do I compile it? I need it to work for both Windows and Linux.Why not read the README[详细]
2022-12-19 19:29 分类:问答Compile my own PHP extension on windows, but got LNK 2005 error
I am using VC 2008 express, and tried to compile my own PHP extension with that. Any idea about the following error?[详细]
2022-12-14 23:22 分类:问答How to export all functions inside PHP extension?
I opened php_sqlite.dll & php_sockets.dll using Depends.exe. I saw only 1 function in both: get_module[详细]
2022-12-13 01:37 分类:问答