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
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
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
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