Upgraded to php 4.2.1, broke a script

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Gontran Zepeda
Date:  
Subject: Upgraded to php 4.2.1, broke a script
% Kevin Brown () wrote:
> the url (e.g. show_image.php?img_id=92). I think this right here is my
> problem. For some reason php is no longer accepting those values. Guess I'll
> have to go through the php.ini file and find out why it no longer does. PHP


Ooooh. the new defaults in php.ini is register_globals = No (or false),
turn that back to yes or true to get the old behaviour.

http://www.php.net/release_4_2_1.php has some details.

hth,
Gontran