Date: 02/10/03
- Next message: Roedel, Mark: "RE: [PHP-INST] php backward compatibility"
- Previous message: Yakov Cherkassky: "[PHP-INST] php backward compatibility"
- In reply to: Yakov Cherkassky: "[PHP-INST] php backward compatibility"
- Next in thread: Roedel, Mark: "RE: [PHP-INST] php backward compatibility"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You can re-enable global variables by revising the php.ini file from:
"register_globals = Off"
to:
"register_globals = On"
I had to do this for a couple sites that have not yet been migrated to PHP
4.2.x (or greater).
> -----Original Message-----
> From: Yakov Cherkassky [mailto:ycherkassky <email protected>]
> Sent: Monday, February 10, 2003 12:49 PM
> To: php-install <email protected>
> Subject: [PHP-INST] php backward compatibility
>
>
> Quick Question:
>
> Is it possible to run PHP code written on php4.2.3 on php 4.0.1 without
> major modification?
>
> My initial checks indicate no... Any other ideas?
>
> -Yakov.
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Roedel, Mark: "RE: [PHP-INST] php backward compatibility"
- Previous message: Yakov Cherkassky: "[PHP-INST] php backward compatibility"
- In reply to: Yakov Cherkassky: "[PHP-INST] php backward compatibility"
- Next in thread: Roedel, Mark: "RE: [PHP-INST] php backward compatibility"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

