jkurrle Posted May 1, 2014 Report Share Posted May 1, 2014 I am on Uniform Server 11.1.15. I have PHP versions 5.3 and 5.4 loaded and switch between them, but normally use PHP version 5.3. I try to enable the php_pgsql and php_pdo_pgsql extensions, but when I start Apache, I get the following errors: PHP Startup: Unable to load dynamic library 'C:/Users/John/Desktop/UniServerZ/core/php53/extensions\php_pdo_pgsql.dll' - The specified module could not be found.PHP Startup: Unable to load dynamic library 'C:/Users/John/Desktop/UniServerZ/core/php53/extensions\php_pgsql.dll' - The specified module could not be found. I checked the physical directory where the error message is referring to and the modules are, in fact, there. Can anyone give me an idea of how to get Uniserver to activate them? Quote Link to comment Share on other sites More sharing options...
Ric Posted May 2, 2014 Report Share Posted May 2, 2014 In all older versions of PHP libpq.dll is missing.Download the latest module version as appropriate:ZeroXI_php_5_3_28b.exeZeroXI_php_5_4_28a.exeZeroXI_php_5_5_12a.exeZeroXI_php_5_6_0_beta2.exe To enable php_pdo_pgsql.dll and php_pgsql.dl use one of the following methods: From UniController:Select the PHP versionSelect the configuration fileSelect “Edit Basic and Modules” from this select “PHP modules Enable/Disable”In the pop-up menu click pgsql.dll and php_pgsql Alternatively manually edit configuration files:For each PHP version edit the following configuration files:\core\php5*\php_development.ini\core\php5*\php_production.ini\core\php5*\php_test.ini Locate these lines: ;extension=php_pdo_pgsql.dll ;extension=php_pdo_sqlite.dll ;extension=php_pgsql.dllChange to: extension=php_pdo_pgsql.dll ;extension=php_pdo_sqlite.dll extension=php_pgsql.dllRestart servers. All the bestRic Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.