Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Uniserver cannot find php_gpsql.dll nor php_pdo_pgsql.dll

Featured Replies

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?

 

In all older versions of PHP libpq.dll is missing.

Download the latest module version as appropriate:

ZeroXI_php_5_3_28b.exe

ZeroXI_php_5_4_28a.exe

ZeroXI_php_5_5_12a.exe

ZeroXI_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 version

Select the configuration file

Select “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.dll

Change to:

extension=php_pdo_pgsql.dll
;extension=php_pdo_sqlite.dll
extension=php_pgsql.dll

Restart servers.

 

All the best

Ric

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.