PHP segfaults
Issue
- Getting segfaults in PHP. Seems to be related to this bug:
https://bugs.php.net/bug.php?id=63595
- Here is a simple 1 line reproducer of the bug:
[root@localhost]# cat a.php
#!/usr/bin/php -q
<?php
$DR = odbc_connect("ECMCSQLCLV", "interface", "removed");
?>
[root@localhost]# ./a.php
Segmentation fault
[root@localhost]#
Environment
- Red Hat Enterprise Linux 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
