ID: 7922
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old-Status: Analyzed
Status: Closed
Bug Type: ODBC related
Operating system: 
PHP Version: 4.0 Latest CVS (22/11/2000)
Assigned To: 
Comments:

this looks like it was actually fixed.  

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

[2000-11-22 11:28:51] [EMAIL PROTECTED]
Further information:

When using a PHP v3.0.17 system and Apache, 1.3.9 this bug does not appear.  When 
using a PHP v3.0.17 and Apache 1.3.14 this bug appears.  

This bug seems to be prevailent in all forms of PHP4.

 The LONG VARCHAR works, the LONG VARBINARY also works (That is, it doesn't crash PHP, 
so I guess it works). Just don't try to ask for data from the SYS_* tables. Very 
strange.

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

[2000-11-22 07:30:35] [EMAIL PROTECTED]
PHP latest CVS, built with-solid enabled.

the statement:
"SELECT * FROM SYS_TABLE"

put through odbc_prepare, and next to odbc_execute 
will cause PHP to lose the database handle, and in 
some cases crash the PHP (not yet locally 
reproducable).

Apparently (notes from the Solid mailing list) the 
SYS_TABLE has two columns of type  'LONG 
WVARCHAR' which require being handled via a 
passthrough mechanism (eg. BLOB). 

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7922&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to