Skip to content

Commit

Permalink
readded clean 9.2.2 source with deleted .gitignore and patched libpq …
Browse files Browse the repository at this point in the history
…stuff
  • Loading branch information
weltling committed Jan 31, 2013
1 parent 0cad50f commit 537fa2c
Show file tree
Hide file tree
Showing 1,648 changed files with 936,510 additions and 17,882 deletions.
32 changes: 0 additions & 32 deletions .gitignore

This file was deleted.

24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# libpq

## Available prebuilt libraries

All prebuilt libraries are available in the php-libs
[repositories](http://windows.php.net/downloads/php-sdk/deps/)

# Building for PHP

## Requirements

* postgres sources, fetch our patched [version](https://github.com/winlibs/) or the original [sources](http://www.postgresql.org)

* Common tools used to compile PHP


## 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
154 changes: 0 additions & 154 deletions _int.vcxproj

This file was deleted.

149 changes: 0 additions & 149 deletions adminpack.vcxproj

This file was deleted.

Loading

0 comments on commit 537fa2c

Please sign in to comment.