[PHP-DEV] Bug #14922 Updated: OCIBindByName forcing length to 1, even though 0 is a valid length

2002-01-08 Thread alester
ID: 14922 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: OCI8 related Operating System: Solaris PHP Version: 4.1.0 New Comment: Thies sent this to me: to pass a null thru a bound variable simply assign the special value NULL

[PHP-DEV] Bug #14922: OCIBindByName forcing length to 1, even though 0 is a valid length

2002-01-07 Thread alester
From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 4.1.0 PHP Bug Type: OCI8 related Bug description: OCIBindByName forcing length to 1, even though 0 is a valid length It seems that the when oci8.c forces value_sz to 1 if it's 0 is bypassing a perfectly valid use

[PHP-DEV] Bug #13348: require() on a non-existent file makes PHP give up w/o an error

2001-09-17 Thread alester
From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: require() on a non-existent file makes PHP give up w/o an error If you require() or require_once() on a file that's not found anywhere in the library search

[PHP-DEV] Bug #13347: Implode on $foo[] instead of $foo seems to make PHP give up

2001-09-17 Thread alester
From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Implode on $foo[] instead of $foo seems to make PHP give up Note the implode. $foo[] should be $foo, but PHP doesn't give an error. It just gives no output