apache segfaults when we have register_globals turned on with php 5.3. I know we should not do that, and we have it off now, but some of our very old code needs it. Anyone have any hints on what to try/look at to solve this?
thanks
|
apache segfaults when we have register_globals turned on with php 5.3. I know we should not do that, and we have it off now, but some of our very old code needs it. Anyone have any hints on what to try/look at to solve this? thanks
| ||||
|
feedback
|
|
the patchwork approach An example may be:
The autopatchwork approach You can add:
to your .htaccess or VirutualHosts section in order to automagically do the job without the need of touch any existing script. The judicious approach | ||||
|
feedback
|
|
thanks for this. We set it in the .htaccess file for the dir where the old code was, it was luckily contained in one dir. This doesn't seem to crash php, so it is a weird combination of certain code + the setting I'm guessing. | |||||
feedback
|