search for: register_argc_argv

Displaying 2 results from an estimated 2 matches for "register_argc_argv".

2006 May 17
3
PHP register_globals
...should change php.ini and I did it. ? - register_globals = Off - register_globals = On I made a php test page html/test.php <?php phpinfo(); ?> and checked it, but I can not make it. output_buffering no value no value output_handler no value no value post_max_size 8M 8M precision 14 14 register_argc_argv On On register_globals Off Off I am using CentOs 4.3 and installed php-4.3.9-3.12 php-mbstring-4.3.9-3.12 php-gd-4.3.9-3.12. Does anyone help me to trun on register_globals please? Thenks for your help. Cheers, Joe ___________________________________________________ Try the New Netscape M...
2004 May 12
1
php.ini tweak
I noticed this is my /etc/php.ini file ---------------------------------------- ; This directive tells PHP whether to declare the argv&argc variables (that ; would contain the GET information). If you don't use these variables, you ; should turn it off for increased performance. register_argc_argv = on ---------------------------------------- I ma trying to squeeze some extra performance out of my email server. If I turn this to off will this cause any problems with SQmail or any of SQmail's plugins. I tried turned this setting to off and everything seems to work fine. I am surprised tha...