|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-07-21 08:48 UTC] cmb@php.net
-Status: Open
+Status: Not a bug
-Assigned To:
+Assigned To: cmb
[2021-07-21 08:48 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 12 14:00:02 2025 UTC |
Description: ------------ A segfault occurred when initializing Microsoft SQL Server Test script: --------------- <?php new PDO("sqlsrv:Server=xxx;Database=xx", "xx", "xx"); Expected result: ---------------- Segmentation fault Actual result: -------------- Reading symbols from php73... [New LWP 26511] Core was generated by `php -a'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007fe9a3943781 in ?? () (gdb) bt #0 0x00007fe9a3943781 in ?? () #1 0x0000000000000000 in ?? ()