ID:               28354
 Updated by:       [EMAIL PROTECTED]
 Reported By:      alahaye at fmlogistic dot com
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Sybase-ct (ctlib) related
 Operating System: Linux RadHat 7
 PHP Version:      4.3.6
 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-05-11 14:01:18] sergio dot zia at saipm dot com

I am encountering exactly the same problem :-(

Linux RedHat AS 2.1
PHP 4.3.6

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

[2004-05-10 22:55:49] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.

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

[2004-05-10 22:28:19] alahaye at fmlogistic dot com

Description:
------------
When using sybase_free_result, apache Segmentation fault.
PB doesn't exist with PHP 4.3.4.

Reproduce code:
---------------
<?
$query = "EXEC MyPROC";

$id = sybase_connect(SERVER,LOGIN,PASSWORD);
sybase_select_db(BASE,$id);
$result = sybase_query($query,$id);
 While ($row = sybase_fetch_row ($result))
  {
         print $row[0]."<BR>";
  }
sybase_free_result($result);
sybase_close($id);
?>

Expected result:
----------------
result of stored procedure



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


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

Reply via email to