[PHP-DEV] Bug #11628 Updated: odbc_fetch_into is broken

2001-07-02 Thread kalowsky
ID: 11628 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: ODBC related Operating system: PHP Version: 4.0.6 Assigned To: Comments: To answer the question submitted by the bug reporter: odbc_fetch_into function can work with two different calls: odbc_fetch_into

[PHP-DEV] Bug #11628 Updated: odbc_fetch_into is broken

2001-06-29 Thread charles
ID: 11628 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: ODBC related Operating system: Win2k PHP Version: 4.0.6 Description: odbc_fetch_into is broken Sorry to be a pain here, but why does this now need to wait for 4.1? It worked perfectly in 4.0.5. Why is 4.0.6 different? I cannot

[PHP-DEV] Bug #11628 Updated: odbc_fetch_into is broken

2001-06-29 Thread sniper
ID: 11628 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: ODBC related Operating system: PHP Version: 4.0.6 Assigned To: Comments: This function has to be redesigned but this has to wait for PHP 4.1.x release. At the moment this is the intented

[PHP-DEV] Bug #11628 Updated: odbc_fetch_into is broken

2001-06-28 Thread sniper
ID: 11628 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Analyzed Bug Type: ODBC related Operating system: PHP Version: 4.0.6 Assigned To: Comments: I really don't see the reason why the second parameter should be passed by reference anyway. Dan, fix this. :)

[PHP-DEV] Bug #11628 Updated: odbc_fetch_into is broken

2001-06-27 Thread charles
ID: 11628 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: ODBC related Operating system: Win2k PHP Version: 4.0.6 Description: odbc_fetch_into is broken right, i think a little background is called for. 4.0.x<5: odbc_fetch_into($qid,1,&$row); 4.0.5: odbc_fetch_into($qid,1,$row)

[PHP-DEV] Bug #11628 Updated: odbc_fetch_into is broken

2001-06-27 Thread kalowsky
ID: 11628 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related Operating system: PHP Version: 4.0.6 Assigned To: Comments: it is not broken. this functionality was changed to remove the need for the final variable to be a reference. un

[PHP-DEV] Bug #11628 Updated: odbc_fetch_into is broken

2001-06-23 Thread sniper
ID: 11628 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating system: PHP Version: 4.0.6 Assigned To: Comments: correct version. Previous Comments: --- [2001-06-23 08:43:18] [