DEVOPS
DEVOPS

Reputation: 18790

php 5.4.3 how to add new extension

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

Answers (1)

oxygen
oxygen

Reputation: 6039

You need to find a PHP 5.4 compatible sourceguardian dll.

Upvotes: 1

Related Questions