php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59577 mqseries_strerror causes server to drop connection
Submitted: 2011-01-14 08:44 UTC Modified: 2012-05-25 12:58 UTC
From: paul dot wieland at us dot atlascopco dot com Assigned: pierrick (profile)
Status: Closed Package: mqseries (PECL)
PHP Version: 5.3.2 OS: RedHat
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: paul dot wieland at us dot atlascopco dot com
New email:
PHP Version: OS:

 

 [2011-01-14 08:44 UTC] paul dot wieland at us dot atlascopco dot com
Description:
------------
Calling mqseries_strerror() causes a Segmentation Fault.

Reproduce code:
---------------
<?php
print mqseries_strerror(0); // Any error code will cause this

die('end');
?>

Expected result:
----------------
The error string to be printed

Actual result:
--------------
Segmentation Fault

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-05-25 12:58 UTC] pierrick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pierrick
 [2012-05-25 12:58 UTC] pierrick@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

Bug was fixed in revision 325804. Will be part of 0.12.0
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Mar 13 21:01:32 2025 UTC