ID:               37218
 User updated by:  xfree at inbox dot lv
 Reported By:      xfree at inbox dot lv
-Status:           Feedback
+Status:           Open
 Bug Type:         OCI8 related
 Operating System: Windows
 PHP Version:      5.1.2
 Assigned To:      tony2001
 New Comment:

the same error with the latest snapshot..


Previous Comments:
------------------------------------------------------------------------

[2006-05-01 07:12:08] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip



------------------------------------------------------------------------

[2006-04-27 07:03:38] xfree at inbox dot lv

Description:
------------
Oci_new_collection crash Apache Web Server running on Windows XP. Then
I calling this function - Apache just stops, with windows like error
message “Apache service raise an error and will be
closed.”

Configuration is following:
PHP 5.1.2. Apache 2.0.55. Oracle Database 10.1.3. 
phpinfo() shows: 
Temporary Lob support enabled  
Collections support enabled.

Collection type is very simple:
create or replace type myCollection as table of varchar2(4000);
/


Reproduce code:
---------------
// connect to ora
$lora_conn = oci_connect(_LOGIN, _PASSWD, _TNSNAME);
if ($lora_conn)
{
        $lora_coll = oci_new_collection($lora_conn, 'myCollection');

//...
}

Actual result:
--------------
Apache service crash.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=37218&edit=1

Reply via email to