I'm guessing that pages requiring passing data isn't working correctly
right?  If so here's what you do.

cd php-4.2.2

./configure **** (whatever options you want here)

make && make install && make clean

(add the appropriate lines to your httpd.conf file, the ones you have
from 4.1.2 should be just fine)

cp /path/to/php/php-4.2.2/php.ini-dist /usr/local/lib/php.ini

Open /usr/local/lib/php.ini in your prefered text editor and search for
this "register_globals"

Change the value of 'register_globals' to On from Off

...And then your done.

And read this so you understand why this was done:
        http://www.zend.com/zend/art/art-sweat4.php


~ Matthew


-----Original Message-----
From: Anil Garg [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 11:27 AM
To: [EMAIL PROTECTED]
Subject: [PHP] is php4.2 supported on freebsd-4.2


Hi,
i am using php.4.1.2. on freebsd 4.2....
i  want to upgrade from 4.1.2 to 4.2.2...

The problem is:
1. Is php 4.2.2 supported on freebsd-4.2 ?
2. Can this happen that after upgrade(of php).....some code doesnt work
on 4.2.2 which was working on 4.1.2.

thanx and regards
anil


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



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

Reply via email to