php-extension
PHP extensions - call your own PHP function from another PHP function
Let\'s say we have a custom PHP extension like: PHP_RSHUTDOWN_FUNCTION(myextension) { // How do I call myfunction() from he开发者_StackOverflow社区re?[详细]
2023-01-28 13:14 分类:问答PHP Extension with C++
I recently started looking at writing PHP extensions and I read through this article, which describes a starting point for building an extension using C++. As I\'ve started to customize, I\'ve run int[详细]
2023-01-27 22:53 分类:问答How to install php-mongo on CentOS 5.3?
I\'ve already installed mongoDB on my VPS. It works well. Now I want to install php driver to make php work with mongoDB.[详细]
2023-01-27 18:23 分类:问答ionCube PHP module gets error
i have uploaded my site on a sharing host.i use ionCube PHP in my site. the index page of 开发者_JAVA技巧site gives this error:[详细]
2023-01-24 07:20 分类:问答Segmentation fault in my php extension
I wrote a php extension but couldn\'t find the reason why it reported segmentation fault. related code:[详细]
2023-01-21 09:29 分类:问答7z extension for php?
I can\'t find one and I don\'t know if any of PHP Compression and Archive Extensions will work. Do you think I could use a compression stream to read data from a 7z file?[详细]
2023-01-19 00:30 分类:问答PHP extension for Linux: reality check needed!
Okay, I\'ve written my first functional PHP extension. It worked but it was a proof-of-concept only. Now I\'m writing another one which actually does what the boss wants.[详细]
2023-01-17 16:40 分类:问答Zend Global Variable in an Extension Persisting Across Multiple Requests
As the title explains, I want to maintain an information across req开发者_运维知识库uests from multiple clients. Let me put in a simple example to explain what I want. This example is just for illustr[详细]
2023-01-15 02:43 分类:问答Start compiling PHP extensions
I have code that is straight forward, but intensive. I would like to compile it into a PHP extension. What is the simplest / best practice for going about that?[详细]
2023-01-14 16:58 分类:问答Is it possible to invoke PHP_FUNCTION from within the extension
let me elaborate more on the Title. Consider for exam开发者_运维问答ple PHP_FUNCTION(session_start). Will I be able to invoke session_start from within session_id which is another PHP_FUNCTION (this i[详细]
2023-01-14 14:16 分类:问答