|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-03-08 22:43 UTC] felipe@php.net
[2009-03-16 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 17:00:01 2025 UTC |
Description: ------------ ibase_connect gives a core dump. With flamerobin I can connect and manipulate the database. ( from server and even from XP client ) Reproduce code: --------------- $connection = ibase_connect('localhost:/usr/local/database/Universe.fdb','SYSDBA','xxx'); segmentation fault(core dumped) Expected result: ---------------- a connection to the database. Actual result: -------------- a core dump which I can't read. On client side : an empty page