• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Call PHP framework function from PHP Zend extension

Gillie

New Pleskian
I have a PHP Zend extension(built in C++) that monitors the web requests. The extension gets the call stack, Database details and stuffs by reading the executing function's parameters. I use some Zend call backs like zend_execute etc.
My requirement here is whenever a HTTP request is initiated using curl_execute, i need to tag a data to the request that will be executed.

I tried to call the curl_setopt function from the extension(which is C++ code here) and add a header with my custom data. That custom data needs to follow till the end of the user's transaction.

How to call this PHP framework's function(curl_setopt) from my extension or is there any other way to send/tag my custom data to the calling request.?
 
Back
Top