php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19735 Oracle - kgepop error OciNewCollection
Submitted: 2002-10-03 09:33 UTC Modified: 2003-08-20 23:57 UTC
Votes:3
Avg. Score:4.3 ± 0.9
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (50.0%)
From: john dot carter at royal-london dot co dot uk Assigned:
Status: No Feedback Package: OCI8 related
PHP Version: 4.2.1 OS: NT4 SP3
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-10-03 09:33 UTC] 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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-26 14:58 UTC] maxim@php.net
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

 [2003-08-20 23:57 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC