Date: 07/14/00
- Next message: greg <email protected>: "[PHP-DEV] PHP 4.0 Bug #5615: SIGSEGV combining PHP/OCI8/SSL"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3984 Updated: problems with loading pgsql.so"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 5528
Updated by: jah
Reported By: felli <email protected>
Status: Feedback
Bug Type: PostgreSQL related
Assigned To:
Comments:
The most probable cause of your problem is that you are confusing a result set
returned by a query with the values in result set. But your example shows that
you are using some kind of database abstraction layer too, without knowing
what it does it is quite impossible to know what goes wrong.
Please verify that you can get the correct result with PHP's native PostgreSQL API,
using pg_connect, pg_exec() and pg_fetch_row().
Full Bug description available at: http://bugs.php.net/?id=5528
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: greg <email protected>: "[PHP-DEV] PHP 4.0 Bug #5615: SIGSEGV combining PHP/OCI8/SSL"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3984 Updated: problems with loading pgsql.so"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

