RE: [PHP] Apache Config: php_value auto_prepend_file auto_append_file

2004-03-13 Thread Rasmus Lerdorf
it was the extensions but are we saying now that libraries that php are compiled on are too not thread safe ? -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED] Sent: Saturday, March 13, 2004 5:25 PM To: Chris Wagner Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Apache Config: php_value

[PHP] Apache Config: php_value auto_prepend_file auto_append_file

2004-03-12 Thread Chris Wagner
hi, i'm running a server with Fedora Core 1. this is using Apache 2.0.48 and PHP 4.3.4. i have my http server root at /var/www/html/. i have some virtual hosts setup. i've just installed phpMyAdmin 2.5.6. my problem lies within the auto_prepend_file and auto_append_file directives provided

Re: [PHP] Apache Config: php_value auto_prepend_file auto_append_file

2004-03-12 Thread Rasmus Lerdorf
Yeah, probably a config leak in the Apache2 sapi module. There is a reason we don't suggest using PHP with Apache2 yet. Use Apache1 and I bet you won't have any problems. -Rasmus On Sat, 13 Mar 2004, Chris Wagner wrote: hi, i'm running a server with Fedora Core 1. this is using Apache

RE: [PHP] Apache Config: php_value auto_prepend_file auto_append_file

2004-03-12 Thread electroteque
:[EMAIL PROTECTED] Sent: Saturday, March 13, 2004 5:25 PM To: Chris Wagner Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Apache Config: php_value auto_prepend_file auto_append_file Yeah, probably a config leak in the Apache2 sapi module. There is a reason we don't suggest using PHP with Apache2 yet. Use