MFH: fixed typo in function name

This commit is contained in:
Ilia Alshanetsky 2007-09-05 13:03:59 +00:00
parent 649152ca49
commit 49c91f6e33

View File

@ -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)