[PHP] Re: Apache Webserver User Survey

2005-06-21 Thread Al
Why bother. http://news.netcraft.com/archives/web_server_survey.html Ian Holsman wrote: Hi. I am conducting a survey about what users want out of a webserver and how the Apache webserver ranks as far as fulfilling those needs. In order to get a better understanding of it, I thought I would a

Re: [PHP] Re: Apache Webserver User Survey

2005-06-21 Thread Greg Donald
On 6/21/05, Al <[EMAIL PROTECTED]> wrote: > Why bother. > > http://news.netcraft.com/archives/web_server_survey.html http://www.securityspace.com/s_survey/data/200504/index.html http://www.securityspace.com/s_survey/data/man.200504/apachemods.html -- Greg Donald Zend Certified Engineer MySQL

Re: [PHP] Re: Apache Webserver User Survey

2005-06-21 Thread Ian Holsman
Greg Donald wrote: On 6/21/05, Al <[EMAIL PROTECTED]> wrote: Why bother. http://news.netcraft.com/archives/web_server_survey.html http://www.securityspace.com/s_survey/data/200504/index.html http://www.securityspace.com/s_survey/data/man.200504/apachemods.html These show that apache ha

Re: [PHP] Re: Apache Webserver User Survey

2005-06-21 Thread Greg Donald
On 6/21/05, Ian Holsman <[EMAIL PROTECTED]> wrote: > These show that apache has 70% usage, but not why. > > The survey is aimed to find out: > - what people actually use (and how) Most people use Apache. How? To serve web pages most likely. There are quite a few new projects using the Apache p

Re: [PHP] Re: Apache Webserver User Survey

2005-06-21 Thread Rene Brehmer
Documented research indicate that on Wed, 22 Jun 2005 10:58:12 +1000, Ian Holsman wrote: > Greg Donald wrote: >> On 6/21/05, Al <[EMAIL PROTECTED]> wrote: >> >>>Why bother. >>> >>>http://news.netcraft.com/archives/web_server_survey.html >> >> http://www.securityspace.com/s_survey/data/200504/ind

Re: [PHP] Re: Apache Webserver User Survey

2005-06-21 Thread Ian Holsman
wow you php bunch are a vocal lot.. ;-) no other mailing list had a peep. ok. let me try to answer the questions.. and apologies if I offend, it isn't the intention. the answers your have given me are great (I wish u stuck them in the survey form, but no matter) you've just given me 2 diff

[PHP] Re: How to print variable name and contents

2005-06-21 Thread nntp.charter.net
Bob and Ed and others, Thanks for all the responses. They really helped. -- Gil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Apache Webserver User Survey

2005-06-21 Thread Esteamedpw
it's very easy to use and there's more documentation floating around than any other - which is always a good thing... =) from a n00b's point of view!

[PHP] variable object creating

2005-06-21 Thread Eli
Hi, I want to create an object in a form that I get the class name and its parameters, and I need to create that object... How can this been done? i.e: $classname = "MyClass"; $construct_params = array("param1","param2","param3"); /* Now create the object with the given classname and params...

Re: [PHP] Re: Apache Webserver User Survey

2005-06-21 Thread Greg Donald
On 6/21/05, Ian Holsman <[EMAIL PROTECTED]> wrote: > why 'PHP'.. > easy.. you guys use apache and IIS. PHP is so great it can run on both.. > you guys have a *choice*.. > If we didn't listen to what you guys say.. you wouldn't choose us next time. > > > mod_perl or .NET users don't have that choi

Re: [PHP] undefined mysql_connect() ???

2005-06-21 Thread JamesBenson
With the fedora core 3 apache/php RPM packages im sure php is loaded statically instead of dynamically, that would be the reason why the loadModule directive is not in httpd.conf, in my setup apache was not compiled with --enable-so i tried upgrading the PHP version but found having to recompile

<    1   2