Reputation: 18790
I am currently upgrading my php version to 5.4.3.
How can I add a new PHP extension in 5.4.
In php 5.3 and older versions we are adding ".dll" files in the ext folder and adding that dll path into the php.ini file. But in php 5.4 the "ext" folder seems entirely different from older versions.
I need to add sourceguardian dll (ixed.5.3.win) file to my php.ini. How can I add that?
Upvotes: 0
Views: 674