[EMAIL PROTECTED] (Jim Beach) wrote:

>For the past 3 months I've been learning PHP using 4.06, Apache 1.3.20,
>MySQL 3.23, all running smoothly on Win98. I downloaded a package
>containing these versions configured to run on windows, so admittedly I
>didn't have much configuring to do on my own. So far it's been
>difficult, rewarding and fun.
>
>Last week I decided to upgrade to the current package containing PHP
>4.2.3, Apache 1.3.27, MySQL 4. No problems with the download and install
>except now my php pages no longer connect to my database and I'm getting
>some errors I never got before.

Did you read about the register_globals change in 4.1.0? For severe
security reasons, the 'register_gobals' parameter is by default set to
off starting with version 4.1.0. This breaks many existing scripts,
you are still able to turn in back on in the newer versions (in
php.ini).

However, PHP5 will be released without register_globals - so you'll
have to correct your scripts anyway.

You'll find lots of posts about this issue in the mailing list
archives.

Christoph


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to