diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2007-09-05 13:03:59 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2007-09-05 13:03:59 +0000 |
| commit | 49c91f6e33b183fe2207110d244009ef21302a4a (patch) | |
| tree | 0cbfd10aa67ecaff42431395c4eff0e3564f0a9e /ext/pgsql | |
| parent | 649152ca49c88c4e13d118232a7408faaa91b0c6 (diff) | |
| download | php-git-49c91f6e33b183fe2207110d244009ef21302a4a.tar.gz | |
MFH: fixed typo in function name
Diffstat (limited to 'ext/pgsql')
| -rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index eedcf84ccd..6765141db4 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -82,7 +82,7 @@ #define CHECK_DEFAULT_LINK(x) if ((x) == -1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "No PostgreSQL link opened yet"); } #ifndef HAVE_PQFREEMEM -#define PGfreemem free +#define PQfreemem free #endif ZEND_DECLARE_MODULE_GLOBALS(pgsql) |
