[PHP-DEV] PHP 4.0 Bug #6030 Updated: Creating a table that already exists causes a segfault From: Bug Database (php-dev <email protected>)
Date: 09/25/00

ID: 6030
Updated by: stas
Reported By: truth <email protected>
Status: Feedback
Bug Type: ODBC related
Assigned To:
Comments:

Previous Comments:
---------------------------------------------------------------------------

[2000-08-08 19:06:39] truth <email protected>
I have a bit of code that does a CREATE TABLE using ODBC (IBM DB2 support). Basically, if I use odbc_exec($link_id, "CREATE TABLE blah ..."); where blah already exists, I immediately get "document contains no data" from netscape, and child segfaults in the error log. If table blah does not exist, it gets created and all is well.

httpd -X doesn't seem to be working right, it never seems to load the page. I'm not sure how else to get debug info for you guys.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6030

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