Hello friendly helpers,
I got an authorization script with PHP_AUTH Variables and mysql_connect written with php3 which i include in the protected areas.
Now i wanted to upgrade to php401pl2 and configured php4 like this:
./configure --with-mysql --with-apxs=[path to apxs] --enable-track-vars --with-config-file-path=[path to php.ini]
I used my php3.ini file to test and i saw the php4 INFO correctly. Database connection works fine, but I always get a Authorization failed error when i use the login-script.
When i switch back to php3 everything works fine again.
Anyone an idea?