|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-11-26 14:58 UTC] maxim@php.net
[2003-08-15 08:54 UTC] sniper@php.net
[2003-08-20 23:57 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 12:00:01 2025 UTC |
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.