Load php extensions dynamically

Leallantirrip

New Member
I have a live server which I want to occasionally use for testing purposes. I only have access to FTP and some basic administration tools there.Reading the documentation for dl() gives me hope I can load xDebug dynamically even though I can't add it to the loaded extension list. I have little idea how though. Question: How to obtain the appropriate compiled version of xdebug (or any other PHP extension) which would be ready to be used with \[code\]dl()\[/code\]?BTW, AFAIK the OS is CentOS 4 in my case, but I'd appreciate a broader answer too - for future reference.
 
Back
Top