php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23130 php_values in .htaccess
Submitted: 2003-04-09 07:42 UTC Modified: 2003-04-21 09:21 UTC
From: kuba at 3net dot pl Assigned:
Status: No Feedback Package: Session related
PHP Version: 4.3.1 OS: RH Linux 7.3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
38 - 8 = ?
Subscribe to this entry?

 
 [2003-04-09 07:42 UTC] kuba at 3net dot pl
i got master values 
session.use_trans_sid=0ff
session.use_cookies=On

(defaults from php.ini)

then, I tried to changed them in
.htaccess (i got allowoverride all):
php_value session.use_trans_sid 1
php_value session.use_cookies 0

and local value hasn't changed
in tried same with php_flag
and values as 0|1 and On|Off
still local value hasn't changed

so i used
ini_set("session.use_trans_sid",1);
ini_set("session.use_cookies",0);

and then, only local value of
session.use_cookies turned to off
but session.use_trans_sid stays off

what's the problem
with PHP 4.2.2 everything was fine

config line:
'./configure' '--prefix=/usr' '--with-config-file-path=/etc' '--disable-debug' '--enable-shared' '--with-apxs=/usr/sbin/apxs' '--with-gd' '--with-jpeg-dir=/usr' '--with-png' '--with-ttf' '--with-freetype-dir=/usr' '--with-xpm-dir=/usr/lib' '--enable-gd-native-ttf' '--with-zlib=/usr' '--enable-safe-mode' '--enable-track-vars' '--enable-ftp' '--with-mysql=/usr/local/mysql' '--with-dbase' '--with-gettext' '--enable-trans-sid' 



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-09 16:46 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 [2003-04-21 09:21 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 10:01:28 2024 UTC