From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.6
PHP Bug Type:     PostgreSQL related
Bug description:  missing include "php_config.h" in ext/pgsql/pgsql.c

Due to the ommission of the "php_config.h" header file in pgsql.c, the
pg_cmdtuples() function was unsupported where it should have been
supported.  (this is due to no definition for preprocessor variable
"HAVE_PQCMDTUPLES" which was defined correctly (value=1) in php_config.h,
but the pgsql.c file had not includede the configuration.

The fix was simply to add the header and recompile.

Thank you for being open-source.

-- 
Edit bug report at: http://bugs.php.net/?id=12818&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to