ID: 19735
Comment by: drouetl at ldnegoce dot com
Reported By: john dot carter at royal-london dot co dot uk
Status: Verified
Bug Type: OCI8 related
Operating System: NT4 SP3
PHP Version: 4.2.1
New Comment:
I reproduced the problem with the following configuration
NT4 SP6a
Apache 1.3.24
Oci 1.183
Php 4.3.0
The same script is working with
Linux
Apache 1.3.27
Oci 1.183
Php 4.3.1
Laurent
Previous Comments:
------------------------------------------------------------------------
[2002-11-26 14:58:03] [EMAIL PROTECTED]
Just reproduced the crash.
On web server these two lines completely crash the whole thing. Most
importantly, I wasn't even able to trace it.
m
------------------------------------------------------------------------
[2002-10-03 09:33:12] john dot carter at royal-london dot co dot uk
When run from command line:
$Conn = OciLogon("user", "pass", "db") or die("error");
$Coll = OciNewCollection($Conn, "valid_type_or_nonsense");
consistently causes following error:
kgepop: no error frame to pop to for error 21522
Don't know if same error occurs on web server (don't use version with
collection capabilities on server)
php.exe straight from win32 zip.
php_oc8.dll extension enabled.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=19735&edit=1