[PHP-DB] Digital Signature and PHP4/5

2007-04-26 Thread Jorge Giménez
Hello.

I am looking for info about PHP+ Database (Mysql/Postrgesql) + Digital
Signature.
Does anyone know about any site, book... about this?

Best regards,

Jorge Gimenez

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Re: [PHP-WIN] Re: [PHP] slow performance

2007-04-26 Thread Stanislav Malyshev

If you interested in further improving performance, look at bytecode
caches such as Zend Platform or APC. It can be especially beneficial if
you use frameworks containing a lot of PHP classes.


As I already mentioned, I used eAccelerator. Does APC perform better?


No idea about eAccelerator, didn't test it.
--
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] debugging pg_connect

2007-04-26 Thread [EMAIL PROTECTED]

Hello,

since we upgraded to the latest php and PostgreSQL - we started to get 
frequent pg_connect() errors. What is sure is that they are not caused 
by insufficient connections - PostgreSQL reports 100 connections 
available and less than 10 used when the pg_connect fails.


pg_last_error() and the other error handling functions operate on 
connection. So they do not seem useful when pg_connect() fails.


In the PostgreSQL documentation I could find out how to log successful 
connections, but not how to login failed connections.


Could somebody advice me on possible ways to test?

Thank you,
Iv

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php