From:             [EMAIL PROTECTED]
Operating system: Solaris
PHP version:      4.2.3
PHP Bug Type:     Session related
Bug description:  user defined session handler is broken

System SunOS 5.8 Generic_108528-14
sun4u sparc SUNW,UltraAX-i2 (Solaris 8)
with Apache 1.3.24 and Apache 1.3.26

This also affects PHP 4.2.2.

If session.save_handler is set to user, the user
defined functions appear to not be called.

Furthermore - When Apache is restarted, after the
configuration directive has been set to "user"
it will very often fail to parse PHP code. I suppose
this can be considered equivalent to a crash.

My test scripts worked perfectly on my Mac OS X
development machine, so I am reasonably sure that
there is not an error in my code.

My configure command:
 './configure' '--prefix=/._ark-deploy/php--4.2.3'
'--with-mysql=/._ark-deploy/mysql--3.23.51'
'--with-apxs=/._ark-deploy/apache--1.3.26/bin/apxs'
'--with-config-file-path=/ark/etc' '--with-zlib' '--enable-xslt'
'--with-xslt-sablot=/._ark-deploy/sablotron--0.96.1' '--with-sablot-js'
'--with-expat-dir=/._ark-deploy/expat--1.95.4'
'--with-gd=/._ark-deploy/gd--1.8.4'
'--with-png-dir=/._ark-deploy/libpng--1.2.4'
'--with-jpeg-dir=/._ark-deploy/jpeg--6b'
'--with-freetype-dir=/._ark-deploy/freetype--2.1.2'
'--with-java=/usr/java' '--with-ming=/._ark-deploy/ming--0.2a'
'--enable-trans-sid'
-- 
Edit bug report at http://bugs.php.net/?id=20389&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20389&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20389&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20389&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20389&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20389&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20389&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20389&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20389&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20389&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20389&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20389&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20389&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20389&r=isapi

Reply via email to