Hello Everyone,
I worked with php last one month. When I started, I have installed php-5.3 with apache(http) server. I configured it and start working but, when I used dl() in my script it was not supported by php-5.3. When I was read about that, I found this statement "5.3.0, dl() is now disabled in some SAPIs due to stability issues. The only SAPIs that allow dl() are CLI and Embed.". If it is deprecated from php-5.3 onwards then what is the replacement of that. I also found one link just after the statement that I mentioned is "Use the Extension Loading Directives instead." but, I unable to understand what should I do with that directives.
Please tell me the setting if there is any for dl() in php-5.3 onwards.
Thanks & Regards,
Antrikssh.......