ID: 19055
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Bogus
Bug Type: Other web server
Operating System: BSD/OS
PHP Version: 4CVS-2002-08-22
Assigned To: edink
New Comment:
Try php -h for the meaning of -c command line switch. 4.3.0 will have
the behaviour you expected.
Previous Comments:
------------------------------------------------------------------------
[2002-09-25 07:32:07] [EMAIL PROTECTED]
Reclassified -- seems to be a CLI bug.
------------------------------------------------------------------------
[2002-08-22 15:02:43] [EMAIL PROTECTED]
session.use_cookies is not respected, when using cli sapi and -c
argument:
mdev@server21 ~/cvs/php-4.2.3
$ sapi/cli/php -c /home/mdev/cvs/php-4.2.3/php.ini-test -r 'print
ini_get("session.use_cookies");'
1
mdev@server21 ~/cvs/php-4.2.3
$ grep session.use_cookies ./php.ini-test
session.use_cookies = 0
PHP_4_0_2 branch (4.2.3-dev)
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=19055&edit=1