ID: 21232 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Closed Bug Type: Compile Failure Operating System: RedHat Linux 6.2 PHP Version: 4.3.0 New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Thanks for the patch Floyd! Previous Comments: ------------------------------------------------------------------------ [2003-01-01 21:58:40] [EMAIL PROTECTED] Same problem, same work fixed it. Note that it's php_pgsql_flush_query, not slush_query :) --Nathan ------------------------------------------------------------------------ [2002-12-28 05:22:48] [EMAIL PROTECTED] Would you be able to prepare a patch for us (By doing "diff -U oldfilename.c newfilename.c)? Please send it as attachment to [EMAIL PROTECTED] Derick ------------------------------------------------------------------------ [2002-12-27 22:41:35] [EMAIL PROTECTED] I have verson 6.5.2 of Postgresql installed and have --with-pgsql on my configure command line for PHP. Version 4.3.0 fails to compile complaining about unresolved references to the function, PQsetnonblocking. I should probably upgrade my postgres installation but I decided to try and resolve this problem with PHP. I discovered that in ext/pgsql/pgsql.c the PQsetnonblocking function is referred to using a macro, PQ_SETNONBLOCKING which is defined to be 0 if HAVE_PQSETNONBLOCKING is set. However, in the function php_pgsql_slush_query() in ext/pgsql/pgsql.c the function PQsetnonblocking() is referred to using its real name instead of the macro: on lines 2838 and 2846. I edited thos two lines to use the PQ_SETNONBLOCKING macro and now PHP compiles without error. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21232&edit=1