php3-list | 2000051
Date: 05/04/00
- Next message: Andrew Hill: "RE: [PHP3] Testing for ODBC compilation"
- Previous message: Chris Braiotta: "[PHP3] Testing for ODBC compilation"
- Next in thread: A Robertson: "RE: [PHP3] Compiling with a misspelled option / sessions no longer working?"
- Reply: A Robertson: "RE: [PHP3] Compiling with a misspelled option / sessions no longer working?"
- Reply: Richard Lynch: "Re: [PHP3] Compiling with a misspelled option / sessions no longer working?"
- Maybe reply: Sascha Schumann: "Re: [PHP3] Compiling with a misspelled option / sessions no longer working?"
- Maybe reply: Martin Edelius: "Re: [PHP3] Compiling with a misspelled option / sessions no longer working?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all.
I'm not very good at compiling / building PHP from source so I might be
asking a stupid question (and I haven't found any info on this in the manual
/ FAQ / README's). I'm wondering what happens if you supply an option to the
configure / make / build script that's not valid? In my case when I run
php_info() the report says that PHP is compiled with '--with-trans-id' and
not with '--with-trans-sid' wich as far as I can understand is the correct
option. Is the incorrect option just ignored or...?
The reason I'm asking is because all of a sudden (we think it was because we
restarted our server) sessions stopped working. They get stored correctly on
the server and if I create a link like this: <A HREF="main.php3?<?=SID?>">
the session id shows up correctly.
The odd thing is that links worked without having to apply SID just last
week... We have no clue to why this isn't working anymore. 8(
Here's the part on sessions from php_info() (sorry for the bad formatting):
Directive Local Value Master Value
session.save_path /tmp /tmp
session.name PHPSESSID PHPSESSID
session.save_handler files files
session.auto_start 0 0
session.gc_probability 1 1
session.gc_maxlifetime 1440 1440
session.serialize_handler php php
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_domain no value no value
session.use_cookies 0 0
session.referer_check no value no value
session.entropy_file no value no value
session.entropy_length 0 0
session.cache_limiter nocache nocache
session.cache_expire 180 180
We're running PHP 4.0b4pl1
Configure command: ./configure '--with-mysql=/usr/src/mysql-3.22.32'
'--with-apache=/usr/src/apache_1.3.12' '--enable-trans-id'
System: Linux spirex01.spirex.se 2.2.5-22
Any help is very much apppreciated.
Best regards,
Martin Edelius
Spirex Digital Design
--------------------------------
www: http://www.spirex.se
Mail: martin.edelius <email protected>
Phone: +46-31-514651, 0708-113711
Fax: +46-31-514331
Aröds Industriväg 3c
S-422 43 Hisings Backa
--------------------------------
If I haven't got back to you or done what I'm supposed to, let me know again
as I have too much to do for my own good...
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andrew Hill: "RE: [PHP3] Testing for ODBC compilation"
- Previous message: Chris Braiotta: "[PHP3] Testing for ODBC compilation"
- Next in thread: A Robertson: "RE: [PHP3] Compiling with a misspelled option / sessions no longer working?"
- Reply: A Robertson: "RE: [PHP3] Compiling with a misspelled option / sessions no longer working?"
- Reply: Richard Lynch: "Re: [PHP3] Compiling with a misspelled option / sessions no longer working?"
- Maybe reply: Sascha Schumann: "Re: [PHP3] Compiling with a misspelled option / sessions no longer working?"
- Maybe reply: Martin Edelius: "Re: [PHP3] Compiling with a misspelled option / sessions no longer working?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

