Re: [PHP] making php go faster

2005-04-30 Thread Rasmus Lerdorf
Sebastian wrote: i've been doing some reading on optimizing php for fastest performance. are there any benifts to configure php with: --enable-inline-optimization That's the default now, so no, you don't need that. also running eAccelerator. these are my current options: --with-apache=../apache_1.3

[PHP] making php go faster

2005-04-30 Thread Sebastian
i've been doing some reading on optimizing php for fastest performance. are there any benifts to configure php with: --enable-inline-optimization also running eAccelerator. these are my current options: --with-apache=../apache_1.3.33 \ --with-mysql=/usr/local/mysql \ --with-xml \ --with-gd \ --w