Skip to content

Open source object-relational database system

Notifications You must be signed in to change notification settings

siddta/postgresql

 
 

Repository files navigation

libpq

Available prebuilt libraries

All prebuilt libraries are available in the php-libs repositories

Building for PHP

Requirements

  • postgres sources, fetch our patched version or the original sources
  • Common tools used to compile PHP
  • openssl libs (optional)

Compilation

cd src
nmake /f win32.mak USE_SSL=1 SSL_INC=<ssl include> SSL_LIB_PATH=<ssl lib>
  • for debug add DEBUG=1
  • for x64 add CPU=AMD64
  • openssl is optional at the time

About

Open source object-relational database system

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.9%
  • C++ 3.0%
  • Bison 2.2%
  • Perl 0.8%
  • Makefile 0.7%
  • Shell 0.3%
  • Other 0.1%