Edit report at http://bugs.php.net/bug.php?id=54871&edit=1
ID: 54871
Comment by: mr dot efrem at gmail dot com
Reported by: mr dot efrem at gmail dot com
Summary: Don't work connect to interbase
Status: Open
Type: Bug
Package: FPM related
Operating System: FreeBSD 8.2
PHP Version: 5.3.6
Block user comment: N
Private report: N
New Comment:
Nginx + php-fpm are adjusted truly, pages not containing instructions
connect to
firebird are displayed normally.
Previous Comments:
------------------------------------------------------------------------
[2011-05-20 07:47:58] mr dot efrem at gmail dot com
Description:
------------
Execute script with nginx + php-fpm and page don't show result.
If execute script with PHPCli then show "resource(4) of type
(Firebird/InterBase
link)".
Test script:
---------------
<?php
$link=ibase_connect('test.domen-test.ru:test','test','test','win1251',
0,1,'main');
var_dump($link);
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/bug.php?id=54871&edit=1