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

I tried both. (files/mm)
I killed my dev-system and I'm to busy to fix it. I'm out for a month.
(I have exams and I must learn!)
Thanks for your patience.


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

[2002-01-12 21:05:53] [EMAIL PROTECTED]

What is your session save handler? mm?
If so, you *MUST* use session_module_name() before starting session to
use mm save handler for now. (There is bug in module loading.... It's a
known issue ;) For some reason, mm save hanlder stopped working for me
recently :(

Anyway. Here is my configure.

'./configure' \
'--with-apxs' \
'--without-mysql' \
'--with-bz2' \
'--with-crack=/usr/local' \
'--with-curl' \
'--with-ftp' \
'--with-iconv' \
'--with-mhash' \
'--with-mcrypt' \
'--with-msession' \
'--with-mm' \
'--with-openssl' \
'--with-pgsql' \
'--with-regex=system' \
'--with-zlib' \
'--with-dom' \
'--with-dom-xslt' \
'--with-snmp' \
'--with-gd' \
'--enable-gd-native-ttf' \
'--with-freetype-dir=/usr' \
'--with-jpeg-dir=usr' \
'--with-png-dir=/usr' \
'--with-xpm-dir=/usr/X11R6' \
'--enable-ctype' \
'--enable-shmop' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--enable-sockets' \
'--enable-mbstring' \
'--enable-mbstr-enc-trans' \
'--enable-mbregex' \
'--enable-memory-limit' \
'--enable-wddx' \
'--enable-mailparse' \
'--with-xml' \
'--with-xmlprc' \
'--enable-debug' \


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

[2002-01-11 09:08:22] [EMAIL PROTECTED]

Could you please post your configline?
I get rid of most of the configline => same outcome

 '../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-trans-sid' '--with-pcre-regex=/usr' '--without-pgsql' '--
disable-static' '--with-layout=GNU' '--with-mm'

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

[2002-01-11 00:25:21] [EMAIL PROTECTED]

I don't have problem with files handler (4.1.0, 4.1.1, 4.2.0-dev)
Get rid of most configure options see if it works.


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

[2002-01-11 00:14:34] [EMAIL PROTECTED]

I am troubled by the same problem.

* OS: Red Hat 6.2 (Zoot) Kernel 2.2.14-6.1.1smp
* PHP: 4.1.0, 4.2.0-dev/200112191500

/tmp/sess_XXX is created, but never store variables(zero size).

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

[2002-01-10 07:00:28] [EMAIL PROTECTED]

> 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>

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

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