Re: [PHP-INSTALL] What is wrong of my php configure script ?

2006-10-01 Thread bowen
Thanks. I don't think the 16M size should be a problem ... Apache re-uses the same process for multiple requests, so AFAIK it does not load 16M for every request. You mean that apache (worker or event mpm) load the php one time and process for multiple requests, just like fastcgi run daemon on

Re: [PHP-INSTALL] What is wrong of my php configure script ?

2006-10-01 Thread Peter Hodge
Hello, > But for static compiled-in, there is problem that the php execution > file is so huge size more than 16M. I think this will cause low > performance, because each php process should at least load 16M file to > memory. So I decide to configure with dso mode. I don't think the 16M size sho

[PHP-INSTALL] What is wrong of my php configure script ?

2006-10-01 Thread linuzboy
Previously, I compile the php with the configure script below, which run well. ./configure --enable-magic-quotes --with-curl --enable-zend-multibyte \ --enable-fastcgi --enable-mbstring --enable-mbregex --with-config-file-path=/etc \ --with-gd --with-zlib --with-jpeg --with-png --with-xpm \

[PHP-INSTALL] What is the difference between configure static and shared, in performance?

2006-10-01 Thread linuzboy
What is the difference between configure static and shared, in performance? For example, if I want to have function of iconv, what is the difference between compiled-in iconv and iconv.so in performance? Is it just like apache configuration's 20% slow at startup and 5% slow at execution ? If I r

Re: [PHP-INSTALL] install php on apache

2006-10-01 Thread Ronnie William
Steven,The Apache version you are using is what is causing the problems. Using the 2.0.58 installer should work for you.For 2.2.x Support, you  may use the documentation below except the appropriate DLL file is named php5apache2_2.dll and it only exists as of PHP 5.2.0. See also http://snaps.php

[PHP-INSTALL] install php on apache

2006-10-01 Thread Steven Roose
Hello, As first i want to excuse me for my bad english. (I am Dutch); I've installed an apache server and he runs well (without PHP) When i run install php (manuelly) on the server and i wanna start him, he gives this error msg: Syntax error on line ... of C:/Program Files/Apache Software F