Skip to main content

All Questions

Tagged with
0 votes
0 answers
54 views

Reads the Value from zval* in separate thread - PHP extension c++

I am using Centos 7 (PHP - 5.6.36 Thread safety - disabled) i have created PHP extension in c++ to store the function call stack traces. Storing the information starts from PHP_RINIT_FUNCTION and end ...
Durai's user avatar
  • 87
1 vote
1 answer
75 views

File write not working in PHP extension c/c++ (linux)

I have created my own PHP extension in c++ (linux). when zend engine compiles the PHP code am getting the active user functions and internal functions name. To debug this php extension am using ...
Durai's user avatar
  • 87