|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-12-14 06:00 UTC] derick@php.net
[2003-12-20 21:29 UTC] abies@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 05:00:01 2025 UTC |
Description: ------------ I need php script for crontab 1 process, but if create connect to base && disconnect it make file core.NNNN Reproduce code: --------------- #!/usr/bin/php-cgi <?php $db_host = '127.0.0.1:/opt/base/amur.gdb'; $db_charset = 'NONE'; $db_user = 'SYSDBA'; $db_pass = "masterkey"; $dbh0=ibase_connect ($db_host,$db_user,$db_pass, $db_charset, '0', '3') or die ibase_timefmt("%d.%m.%Y %H:%M:%S", IBASE_TIMESTAMP); sleep(5); ibase_close ($dbh0); ?> Expected result: ---------------- Content-type: text/html X-Powered-By: PHP/4.3.3 Segmentation fault (core dumped)