Edit report at http://bugs.php.net/bug.php?id=54871&edit=1

 ID:                 54871
 Updated by:         f...@php.net
 Reported by:        mr dot efrem at gmail dot com
 Summary:            Don't work connect to interbase
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            FPM related
 Operating System:   FreeBSD 8.2
 PHP Version:        5.3.6
 Block user comment: N
 Private report:     N

 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


what do you have in your fpm log files ?



is the module interbase is loaded ?


Previous Comments:
------------------------------------------------------------------------
[2011-05-20 08:22:07] mr dot efrem at gmail dot com

php-fpm.conf: 

pid = run/php-fpm.pid 

error_log = log/nginx/php-fpm.log 

log_level = notice 

emergency_restart_threshold = 10 

emergency_restart_interval = 1m 

process_control_timeout = 5s 

daemonize = yes 

[www] 

listen = /tmp/php-fpm.sock 

listen.allowed_clients = 127.0.0.1 

user = 

www 

group = www 

pm = dynamic 

pm.max_children = 100 

pm.start_servers = 35 

pm.min_spare_servers = 20 

pm.max_spare_servers = 50 

pm.max_requests = 500 

pm.status_path = /status 

ping.path = /ping 

request_terminate_timeout = 31s 

request_slowlog_timeout = 10s 

slowlog = /var/log/nginx/$pool.log.slow 

catch_workers_output = yes 

php_admin_value[error_log]=/var/log/nginx/php-test-err.log

------------------------------------------------------------------------
[2011-05-20 08:09:18] f...@php.net

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


we need more information to help you.





can you please provide at least you FPM configuration ?

------------------------------------------------------------------------
[2011-05-20 07:58:46] mr dot efrem at gmail dot com

Nginx + php-fpm are adjusted truly, pages not containing instructions
connect to 

firebird are displayed normally.

------------------------------------------------------------------------
[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

Reply via email to