[PHP-DEV] PHP 4.0 Bug #9267 Updated: vars are set to "" instead of NULL

2001-02-25 Thread phanto
ID: 9267 User Update by: [EMAIL PROTECTED] Status: Closed Old-Bug Type: MySQL related Bug Type: Feature/Change Request Description: vars are set to "" instead of NULL i think this is not an acceptable behaviour. "" could be everything, an empty string, an integer field with the value null or eve

RE: [PHP-DEV] PHP 4.0 Bug #9267 Updated: vars are set to "" instead of NULL

2001-02-24 Thread James Moore
> 1) not mysql, mssql > > 2. it means that the mssql_result call failed for some reason, because > false was returned, not an empty string. > > still, the bug should be closed ;-) *Cough* I should really get some glasses ;) *cough* James -- PHP Development Mailing List

Re: [PHP-DEV] PHP 4.0 Bug #9267 Updated: vars are set to "" instead of NULL

2001-02-24 Thread Sterling Hughes
> ID: 9267 > Updated by: jmoore > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Closed > Old-Bug Type: *Database Functions > Bug Type: MySQL related > Assigned To: > Comments: > > This seems due to PHP assuming MySQL's return values are strings, which point it is converted into an em

[PHP-DEV] PHP 4.0 Bug #9267 Updated: vars are set to "" instead of NULL

2001-02-24 Thread jmoore
ID: 9267 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: *Database Functions Bug Type: MySQL related Assigned To: Comments: This seems due to PHP assuming MySQL's return values are strings, which point it is converted into an empty sting. Probably

[PHP-DEV] PHP 4.0 Bug #9267 Updated: vars are set to "" instead of NULL

2001-02-22 Thread phanto
ID: 9267 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Database Functions Description: vars are set to "" instead of NULL Previous Comments: --- [2001-02-22 05:26:38] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9267 Updated: vars are set to "" instead of NULL

2001-02-22 Thread stas
ID: 9267 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Database Functions Assigned To: Comments: Could you provide a short example of a code that reproduces this? Previous Comments: -