Re: apache / php problem

2003-09-22 Thread H. Bartel
On 09/22/2003 11:26 AM [EMAIL PROTECTED] (Kevin D. Kinsey, DaleCo, S.P.) wrote: >If you have just updated to PHP4 from 3, be advised >that the "register_globals" handle in php.ini is now OFF >by default, and therefore any code of the type > >include "$sub"; > >should now read > >include "$_GET['su

Re: apache / php problem

2003-09-22 Thread Kevin D. Kinsey, DaleCo, S.P.
H. Bartel wrote: Hi all, Since I do have php4 running and phpinfo() tells me that it does, Sites that I put into my root dir of Apache are not parsing their variables. The index pages are displayed properly, since they don't require any vars to be passed, but every other sub-pages (e.g. index.php

apache / php problem

2003-09-22 Thread H. Bartel
Hi all, Since I do have php4 running and phpinfo() tells me that it does, Sites that I put into my root dir of Apache are not parsing their variables. The index pages are displayed properly, since they don't require any vars to be passed, but every other sub-pages (e.g. index.php?sub=2) don't d

Re: apache - php problem

2003-02-27 Thread Toomas Aas
Hi! > My apache and php has been working fine for some time. > All of a sudden it gives me this error in the log; > > [Wed Feb 26 16:56:07 2003] [notice] Accept mutex: flock (Default: flock) > > and php scripts will not execute. Whatever the problem is, this is not it. Starting with I-dont-reme

apache - php problem

2003-02-26 Thread David Banning
My apache and php has been working fine for some time. All of a sudden it gives me this error in the log; [Wed Feb 26 16:56:07 2003] [notice] Accept mutex: flock (Default: flock) and php scripts will not execute. I have deleted and reinstalled apache13-ssl with no change. To Unsubscribe: send m