ID:               29444
 Updated by:       [EMAIL PROTECTED]
 Reported By:      oguilloux at sopragroup dot com
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         OCI8 related
 Operating System: Windows 2000 SP4
 PHP Version:      5.0.0
 Assigned To:      tony2001
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


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

[2004-08-17 07:39:45] [EMAIL PROTECTED]

Feel free to mark this bug as Open, when you get any additional info
about it. Thanks.

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

[2004-08-16 09:47:16] oguilloux at sopragroup dot com

Thank's ! It's work well now with the new distribution on my "crash"
script test (using OCIParse function). But, when I use my real PHP site
using "AdoDB for PHP" to connect to Oracle with oci8, it's still crash
PHP.exe. I will look about it and search why and where it crashed.

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

[2004-08-13 17:43:34] [EMAIL PROTECTED]

Please try using this CVS snapshot:

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



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

[2004-08-03 15:41:41] oguilloux at sopragroup dot com

With this code (below) only, my PHP5 (cli version) doesn't terminate
properly. (The program did not finish, it seem to wait about something
that never happens).

=> It's seem to be "OCIParse" which doesn't work. When I use comments
on this line code, the script finish and not when I use the command.

$argDatabasename = 'PNGRS24';
$todo =
"(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=RS24.PA.SOPRA)(PORT=1542))(CONNECT_DATA=(SID=$argDatabasename)))";
$cn = OCILogon('SYSTEM','MANAGER', $todo);
$stmt = OCIParse($cn,"select * from cols");
$res = OCIExecute($stmt);
ocilogoff($cn);

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

[2004-08-03 02:12:27] cjbj at hotmail dot com

Can the filer give a better testcase?  Does the DB have to
be unmounted?  Does ADOdb have to be used?

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/29444

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

Reply via email to