summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-09-05 13:03:59 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-09-05 13:03:59 +0000
commit49c91f6e33b183fe2207110d244009ef21302a4a (patch)
tree0cbfd10aa67ecaff42431395c4eff0e3564f0a9e /ext/pgsql
parent649152ca49c88c4e13d118232a7408faaa91b0c6 (diff)
downloadphp-git-49c91f6e33b183fe2207110d244009ef21302a4a.tar.gz
MFH: fixed typo in function name
Diffstat (limited to 'ext/pgsql')
-rw-r--r--ext/pgsql/pgsql.c2
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)