Re: [PHP] MsSQL from FreeBSD

2001-12-28 Thread Valentin V. Petruchek
OK, we're talking about Linux, right? No ;) FreeBsd 4.x don't know exactly about x I'll bet `cat /proc/sys/fs/file-max` gives you 4096 Try upping the file descriptor limit in /proc/sys/fs/file-max. That may or may not solve the problem; worth a try. How much memory does the client machine

Re: [PHP] MsSQL from FreeBSD

2001-12-28 Thread Brian Clark
* Valentin V. Petruchek ([EMAIL PROTECTED]) [Dec 28. 2001 04:51]: OK, we're talking about Linux, right? No ;) FreeBsd 4.x don't know exactly about x Duh, that was stupid of me. It's right there in the subject. I'll bet `cat /proc/sys/fs/file-max` gives you 4096 OK, then give this a try:

[PHP] MsSQL from FreeBSD

2001-12-27 Thread Valentin V. Petruchek
Hello php-world! I'm working on Apache 22, php 4.1.0 and try to work with MsSQL 2000. PHP is configured './configure' '--with-apache=../apache_1.3.22' '--with-mysql' '--with-sybase=/usr/local/freetds' '--enable-track-vars' Everything works fine when using mssq-Functions, except extracting

Re: [PHP] MsSQL from FreeBSD

2001-12-27 Thread Brian Clark
* Valentin V. Petruchek ([EMAIL PROTECTED]) [Dec 27. 2001 05:55]: Hello php-world! Hello. PHP is configured './configure' '--with-apache=../apache_1.3.22' '--with-mysql' '--with-sybase=/usr/local/freetds' '--enable-track-vars' Everything works fine when using mssq-Functions, except

Re: [PHP] MsSQL from FreeBSD

2001-12-27 Thread Valentin V. Petruchek
Total Links 0/unlimited Application Name PHP 4.0 Client API Version - Original Message - From: Brian Clark [EMAIL PROTECTED] To: PHP is not a drug. [EMAIL PROTECTED] Sent: Thursday, December 27, 2001 4:59 PM Subject: Re: [PHP] MsSQL from FreeBSD * Valentin V

Re: [PHP] MsSQL from FreeBSD

2001-12-27 Thread Brian Clark
* Valentin V. Petruchek ([EMAIL PROTECTED]) [Dec 27. 2001 10:28]: Yes, php.ini is there. [...] I've changed php.ini - turned mssql_limits to 100 (instead of 4096), restarted a[pache but problem doesn't seem to disappear. OK, we're talking about Linux, right? I'll bet `cat