ID: 14880
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Session related
Operating System: Debian 3.0 (Woody)
PHP Version: 4.1.0
New Comment:

> Could you try 4.2.0-dev?
yeap, if I could reach the server. (down at the moment)

btw. I tried it with php4.1.1 and PHPEd on Win32 (no apache)
=> foo is not registered<br>


Previous Comments:
------------------------------------------------------------------------

[2002-01-09 22:09:17] [EMAIL PROTECTED]

Could you try 4.2.0-dev?
http://snaps.php.net/

------------------------------------------------------------------------

[2002-01-07 13:43:43] [EMAIL PROTECTED]

It doesn't work with 4.1.1 too. 
btw. I haven't modified the config.

cheers,

Marcus.



------------------------------------------------------------------------

[2002-01-07 08:33:20] [EMAIL PROTECTED]

I'll hope this helps.
btw. I've tried it at a second system (debian to:) => foo is not
registered

Configure Line (apt-get):)
 '../configure' '--prefix=/usr' '--with-apxs=/usr/bin/apxs' '--with-
regex=system' '--with-config-file-path=/etc/php4/apache' '--
disable-rpath' '--disable-debug' '--enable-memory-limit' '--enable-
calendar' '--enable-sysvsem' '--enable-sysvshm' '--enable-track- vars'
'--enable-trans-sid' '--enable-bcmath' '--with-bz2' '--enable- ctype'
'--with-db2' '--with-iconv' '--with-ndbm' '--enable-exif' '--
enable-filepro' '--enable-ftp' '--with-gettext' '--enable-mbstring' '--
enable-mbstr-enc-trans' '--with-pcre-regex=/usr' '--enable- shmop'
'--enable-sockets' '--enable-wddx' '--with-xml=/usr' '--
with-expat-dir=/usr' '--enable-yp' '--with-zlib' '--without-pgsql' '--
disable-static' '--with-layout=GNU' '--with-curl=shared,/usr' '--
with-dom=shared,/usr' '--with-zlib-dir=/usr' '--with-gd=shared,/ usr'
'--with-jpeg-dir=shared,/usr' '--with-xpm-dir=shared,/usr/ X11R6'
'--with-png-dir=shared,/usr' '--with-freetype-dir=shared,/ usr'
'--with-imap=shared,/usr' '--with-ldap=shared,/usr' '--with-
mcal=shared,/usr' '--with-mhash=shared,/usr' '--with-mm' '--with-
mysql=shared,/usr' '--with-recode=shared,/usr' '--with-
sablot=shared,/usr' '--with-snmp=shared' '--with-sybase- ct=shared,/usr'
'--with-ttf=shared,/usr' '--with-t1lib=shared,/usr'


Session enabled
session.auto_start Off
session.cache_expire 180
session.cache_limiter nocache
session.cookie_domain no value
session.cookie_lifetime 0
session.cookie_path /
session.cookie_secure Off
session.entropy_file no value
session.entropy_length 0
session.gc_maxlifetime 1440
session.gc_probability 1
session.name PHPSESSID
session.referer_check no value
session.save_handler files
session.save_path /tmp
session.serialize_handler php
session.use_cookies On


------------------------------------------------------------------------

[2002-01-06 22:33:14] [EMAIL PROTECTED]

It works for me with 4.2.0-dev.
What is your configure line and related ini setting?

------------------------------------------------------------------------

[2002-01-06 07:16:18] [EMAIL PROTECTED]

<?
session_start();
$_SESSION["foo"] = "bar";

if (session_is_registered("foo") == FALSE){
  echo "foo is not registered<br>";
}else{
  echo $_SESSION["foo"];
}
?>

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/?id=14880


Edit this bug report at http://bugs.php.net/?id=14880&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to