Re: [PHP-INST] php GET and POST failures on Solaris 2.6

2001-05-23 Thread Yasuo Ohgaki
What php.ini are you using? Try to use php.ini-dist. (i.e. cp php.ini-dist php.ini in php source root) Then it should work. The cause is probably register_globals=off in your php.ini. David Wight wrote: > I have compiled php on Solaris 2.6 with Mysql 3.22 using gcc 2.95.2 > configured with t

[PHP-INST] php GET and POST failures on Solaris 2.6

2001-05-22 Thread David Wight
I have compiled php on Solaris 2.6 with Mysql 3.22 using gcc 2.95.2 configured with the following: configure --with-nsapi=/opt/netscapeSvr/ns-home --with-mysql=/opt/mysql-3.22 --enable-track-vars --enable-libgcc When testing using: ./php -q run-tests.php tests I get the following failures: Runni