|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[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
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 10:00:01 2025 UTC |
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