From c1a714d3d6bc8c1a818c4675465ba1760e3ce9c3 Mon Sep 17 00:00:00 2001 From: Joe George Date: Thu, 22 Jun 2017 16:12:17 -0400 Subject: ICE-8143 - Rename IcePHP.so to ice.so --- scripts/Util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Util.py') diff --git a/scripts/Util.py b/scripts/Util.py index 34a63f3086e..5156a14bdc0 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -3140,7 +3140,7 @@ class PhpMapping(CppBasedClientMapping): extensionDir = os.path.join(self.path, "lib", buildPlatform, config) includePath = self.getLibDir(process, current) else: - extension = "IcePHP.so" + extension = "ice.so" extensionDir = self.getLibDir(process, current) includePath = "{0}/{1}".format(current.driver.getIceDir(self, current), "php" if useBinDist else "lib") -- cgit v1.2.3