We recently upgraded our server from RHEL3 to RHEL5 which includes php
5.1.6. This version of php no longer offers the older long variables, and
the "register_long_arrays" setting no longer does anything.
http://www.php.net/manual/en/ini.core.php#ini.register-long-arrays
We could not log into AA until I changed some of the $HTTP_GET_VARS
references to $_GET .
I believe it is now time to do a global search-and-replace on:
s/$HTTP_GET_VARS/$_GET/
s/$HTTP_POST_VARS/$_POST/
s/$HTTP_COOKIE_VARS/$_COOKIE/
I patched a few of the scripts, but not everything. I'm awaiting advise
from actual AA developers before proceeding given I have very little AA
knowledge.
Honza Malik
None
None
Public
|
Date: 2007-09-05 11:09
|
| Filename | Description | Download |
|---|---|---|
| session.inc.patch | Sample patch of include/phplib/session.inc | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2007-09-05 11:09 | honzam |
| assigned_to | nobody | 2007-09-05 11:09 | honzam |
| close_date | - | 2007-09-05 11:09 | honzam |
| File Added | 244154: session.inc.patch | 2007-09-04 16:03 | russellmcormond |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use