[PHP] Re: [PHP-DEV] Re: [PHP] mod_php

2010-09-27 Thread Richard Lynch
On Fri, August 20, 2010 1:15 pm, Stanisław Findeisen wrote: > On 2010-08-20 17:10, Bostjan Skufca wrote: > 1. What optimizations does PHP interpreter make? I guess it should be > able to check file modification time and cease to compile it again and > again. Is this correct? PHP does not do that.

[PHP] Re: [PHP-DEV] Re: [PHP] mod_php

2010-08-20 Thread Guillaume Rossolini
Hi, 1. What optimizations does PHP interpreter make? I guess it should be > able to check file modification time and cease to compile it again and > again. Is this correct? > > There is some bytecode form, right? > Core PHP does not optimize your code like a DBMS would rewrite your SQL. There are

Re: [PHP] mod_php

2010-08-20 Thread Stanisław Findeisen
On 2010-08-20 17:10, Bostjan Skufca wrote: > Yes, this is correct. > > If you look at sapi/apache2handler/sapi_apache2.c in PHP sources, you will > find that PHP SAPI registers it's function php_handler() within apache. This > function gets called every time PHP is requested by some client (with >

Re: [PHP] mod_php

2010-08-20 Thread Bostjan Skufca
Yes, this is correct. If you look at sapi/apache2handler/sapi_apache2.c in PHP sources, you will find that PHP SAPI registers it's function php_handler() within apache. This function gets called every time PHP is requested by some client (with appropriate configuration, of course). I must admit t

Re: [PHP] mod_php environment

2006-01-20 Thread Richard Lynch
On Fri, January 20, 2006 9:30 am, [EMAIL PROTECTED] wrote: > How do I configure which variables are passed to mod_php's > environment? > > I'm working on a project using Jon Praise' superb PHP SASL bindings - > http://cgi.sfu.ca/~jdbates/moin/moin.cgi/SquirrelMail&SASL > > Using GSSAPI authenticati

RE: [PHP] mod_php issues with security or stablility?

2003-08-17 Thread Wouter van Vliet
m this? Wouter -Oorspronkelijk bericht- Van: Gerard Samuel [mailto:[EMAIL PROTECTED] Verzonden: zondag 17 augustus 2003 17:35 Aan: Jason Sheets CC: [EMAIL PROTECTED]; [EMAIL PROTECTED] Onderwerp: Re: [PHP] mod_php issues with security or stablility? Jason Sheets wrote: > On cavaeat is with CGI PHP c

Re: [PHP] mod_php issues with security or stablility?

2003-08-17 Thread Gerard Samuel
Jason Sheets wrote: On cavaeat is with CGI PHP can execute as the owner of the script, with mod_php it executes as the web server. IMHO, the biggest difference between the two as far as security is concerned in favour for CGI. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] mod_php issues with security or stablility?

2003-08-17 Thread Jason Sheets
mod_php is the recommended installation for Apache. Thousands of people use mod_php with Apache. When I switched to mod_php from CGI I saw a significant performance increase, also you can not use things like Turck MMCache in CGI mode. In short not that I'm aware of, you might google for it

Re: [PHP] mod_php with Apache 2.0.16 beta?

2001-05-01 Thread Yasuo Ohgaki
Try 4.0.5. Configure with --with-apxs2. Regards, -- Yasuo Ohgaki ""Willis L. Sarka"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Greetings, > > Just a general question, I am experimenting with Apache 2.0.16 beta. > Reading the manual that comes installed