Skip to content

Open source object-relational database system

Notifications You must be signed in to change notification settings

frenem/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 87.6%
  • PLpgSQL 4.5%
  • C++ 2.3%
  • Yacc 1.9%
  • Perl 1.2%
  • Makefile 0.7%
  • Other 1.8%