forked from winlibs/postgresql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readded clean 9.2.2 source with deleted .gitignore and patched libpq …
…stuff
- Loading branch information
Showing
1,648 changed files
with
936,510 additions
and
17,882 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.