[PHP-DEV] Bug #13501 Updated: --with-iodbc, --with-ibm-db2 doesn't work together when using ./configure

2001-10-22 Thread kara
ID: 13501 Updated by: kara Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: *Configuration Issues Operating System: AIX 4.3.3 PHP Version: 4.0.6 New Comment: You can't use iodbc and ibm-db2 (or any other uodbc combination) together. Just use iodbc and db2 as d

[PHP-DEV] PHP 4.0 Bug #8320 Updated: Comiling with Adabas failes

2001-02-27 Thread kara
ID: 8320 Updated by: kara Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Adabas-D related Assigned To: Comments: Fixed in CVS As to the missing symbols reported, please upgrade to a newer version of the Adabas libs. Previous Comments

[PHP-DEV] PHP 4.0 Bug #9388 Updated: odbc_pconnect and hanging database connections

2001-02-22 Thread kara
ID: 9388 Updated by: kara Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related Assigned To: Comments: Apache will keep a pconnection open no matter if it's a keep-alive HTTP connection or not. If you are on windows, you could try to use the odbc driverma

[PHP-DEV] PHP 4.0 Bug #9397 Updated: odbc_setoption() cannot accept string value (patch included)

2001-02-22 Thread kara
ID: 9397 Updated by: kara Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related Assigned To: Comments: In ODBC 2.x it is not possible to pass string values to SQLSetStmtOption(). It is possible with ODBC 3, SQLSetStmtAttr() has an additional parameter to

[PHP-DEV] PHP 4.0 Bug #9261 Updated: odbc to an oracle 'view' fails

2001-02-14 Thread kara
ID: 9261 Updated by: kara Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related Assigned To: Comments: You could try to pass SQL_CUR_USE_ODBC as additional parameter to odbc_connect() and see if this helps. Previous Comments

[PHP-DEV] PHP 4.0 Bug #4131 Updated: ODBC fetch_into/result_all access violation

2001-02-13 Thread kara
ID: 4131 Updated by: kara Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: ODBC related Assigned To: kara Comments: There hasn't been any feedback, so closing Previous Comments: --- [2000-

[PHP-DEV] PHP 4.0 Bug #8786 Updated: odbc_insert_id()

2001-01-18 Thread kara
ID: 8786 Updated by: kara Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: There is no way to get this information through ODBC. A possible solution could be to wrap your inserts into a stored procedure (more exactly

[PHP-DEV] PHP 4.0 Bug #8726 Updated: ODBC Connections closing between function calls

2001-01-16 Thread kara
ID: 8726 Updated by: kara Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related Assigned To: Comments: Multiple connections are supported, but when you try to connect with exactly the same parameters, an existing connection will be reused, leading to the