You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Felix Gilcher <gi...@exozet.com> on 2006/10/16 16:34:18 UTC

[OT] mod_php and svn was: Folder permissions issue

Hi, 

Even if this is off topic and I don't want to start a flamewar: Is mod_php
really this badly written that it interferes with subversion and other
apache modules? That would be one more reason to either use fcgi or stay
away from php alltogether.


Am 16.10.2006 18:21 Uhr schrieb "Erik Huelsmann" unter <eh...@gmail.com>:

> On 10/16/06, Olivier Sirven <ol...@elma.fr> wrote:
> Le lundi 16 octobre
> 2006 16:57, Erik Huelsmann a écrit :
> > What other modules do you have loaded
> under Apache? mod_python,
> > mod_php, mod_perl?
> mod_python (3.2.10),
> mod_php (5.1.6) and mod_rewrite

Try disabling mod_python and mod_php for a
> while. mod_php is known for
overriding signal handlers which interferes with
> correct operation of
our pre- and post-commit hooks.

HTH,

Erik.



Regards

felix

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: [OT] mod_php and svn was: Folder permissions issue

Posted by Erik Huelsmann <eh...@gmail.com>.
On 10/16/06, Erik Huelsmann <eh...@gmail.com> wrote:
> On 10/16/06, Felix Gilcher <gi...@exozet.com> wrote:
> > Hi,
> >
> > Even if this is off topic and I don't want to start a flamewar: Is mod_php
> > really this badly written that it interferes with subversion and other
> > apache modules? That would be one more reason to either use fcgi or stay
> > away from php alltogether.
>
> See http://svn.haxx.se/dev/archive-2006-09/0468.shtml for example.

Using http://google.com/codesearch tells me mod_php5 does indeed mess
with umask() as well as signal().Since these are global values, there
is no guarantee this doesn't pose a problem for other modules when
both php5 and the other module are handling a nearly synchronous
requests...

bye,


Erik

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: [OT] mod_php and svn was: Folder permissions issue

Posted by Erik Huelsmann <eh...@gmail.com>.
On 10/16/06, Felix Gilcher <gi...@exozet.com> wrote:
> Hi,
>
> Even if this is off topic and I don't want to start a flamewar: Is mod_php
> really this badly written that it interferes with subversion and other
> apache modules? That would be one more reason to either use fcgi or stay
> away from php alltogether.

See http://svn.haxx.se/dev/archive-2006-09/0468.shtml for example.

bye,

Erik.

> Am 16.10.2006 18:21 Uhr schrieb "Erik Huelsmann" unter <eh...@gmail.com>:
>
> > On 10/16/06, Olivier Sirven <ol...@elma.fr> wrote:
> > Le lundi 16 octobre
> > 2006 16:57, Erik Huelsmann a écrit :
> > > What other modules do you have loaded
> > under Apache? mod_python,
> > > mod_php, mod_perl?
> > mod_python (3.2.10),
> > mod_php (5.1.6) and mod_rewrite
>
> Try disabling mod_python and mod_php for a
> > while. mod_php is known for
> overriding signal handlers which interferes with
> > correct operation of
> our pre- and post-commit hooks.
>