Re: [PHP-DB] Building additional modules after installing core modules

2008-11-09 Thread Chris
Baskara wrote: I decided to install php from source. I have installed the core modules only. Is that possible to install additional modules ?such as, gd, ming bcmath etc?after installing php core modules without compiling the entire source code? Please don't reply to someone elses thread with s

[PHP-DB] Building additional modules after installing core modules

2008-11-09 Thread Baskara
I decided to install php from source. I have installed the core modules only. Is that possible to install additional modules 〔such as, gd, ming bcmath etc〕after installing php core modules without compiling the entire source code? On 11/9/08, Fergus Gibson <[EMAIL PROTECTED]> wrote: > On Sun, Nov

Re: [PHP-DB] Joomla MySQL query performance affected by anything non-server related?

2008-11-09 Thread Fergus Gibson
On Sun, Nov 9, 2008 at 11:58 AM, TG <[EMAIL PROTECTED]> wrote: > Shared hosting is fine.. I don't mind a little "slow" every now and then. > For what this customer needs, a full dedicated server is total overkill. > > But the big problem here is that if you exceed a certain amount of CPU and/or > s

[PHP-DB] SQL Server Express 2008

2008-11-09 Thread Yves Sucaet
Hello, Anybody knows how to make PHP connect to Microsoft SQL Server Express 2008? I know about the php_mssql extension, but that's apparently only the beginning. What else do I need to do, assuming I have a standard SQLServer setup... Thanks in advance, Yves

Re: [PHP-DB] How to know the name of a function ?

2008-11-09 Thread Stut
On 9 Nov 2008, at 21:41, Jean-Philippe Battu wrote: In a function, what is the best way to know the name of this function ? I read the documentation and found only func_num_args(), func_get_arg() and func_get_args which are relative to the arguments given to the function. What is the equivalent t

[PHP-DB] How to know the name of a function ?

2008-11-09 Thread Jean-Philippe Battu
Hello In a function, what is the best way to know the name of this function ? I read the documentation and found only func_num_args(), func_get_arg() and func_get_args which are relative to the arguments given to the function. What is the equivalent to $0 (bash) in php ? Thanks for your help Ch

Re: [PHP-DB] Joomla MySQL query performance affected by anything non-server related?

2008-11-09 Thread TG
Shared hosting is fine.. I don't mind a little "slow" every now and then. For what this customer needs, a full dedicated server is total overkill. But the big problem here is that if you exceed a certain amount of CPU and/or slow query time in a given 60 second window, your site visitors get a

Re: [PHP-DB] Joomla MySQL query performance affected by anything non-server related?

2008-11-09 Thread Fergus Gibson
On Wed, Nov 5, 2008 at 2:17 PM, Chris <[EMAIL PROTECTED]> wrote: > Too many customers on the same server imo. 600 hits a day is nothing and if > it takes 7 secs to update one column, that's just plain ridiculous. I agree with this consensus, and I agree that it's not clear how you would "prove" th