ID:               32721
 Updated by:       [EMAIL PROTECTED]
 Reported By:      julio dot p dot dominguez at dhs dot gov
-Status:           Open
+Status:           Bogus
 Bug Type:         Session related
 Operating System: RedHat Enterprise 3
 PHP Version:      4.3.11
 New Comment:

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.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




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

[2005-04-15 17:24:05] julio dot p dot dominguez at dhs dot gov

Description:
------------
configure command

'./configure' '--with-apache=../apache_1.3.33' '--with-mcrypt'
'--with-zlib-dir=/usr/lib' '--with-jpeg-dir=/usr/lib'
'--with-tiff-dir=/usr/lib' '--with-png-dir=/usr/lib'
'--with-oci8-instant-client' '--with-pdflib=/usr/local/pdflib'
'--enable-sigchild' '--enable-track-vars'
'--with-config-file-path=/usr/local/etc' '--with-gd'

This problem does not occur when I use version 4.3.10.

when using custom session handling receive the following message:


Warning: session_set_save_handler(): Argument 1 is not a valid callback
in /webserver/htdocs/survey/inc/header.inc on line 2



Reproduce code:
---------------
session_set_save_handler("mysql_session_open","mysql_session_close","mysql_session_select",
"mysql_session_write","mysql_session_destroy","mysql_session_garbage_collect");


Expected result:
----------------
no error should occur

Actual result:
--------------
Warning: session_set_save_handler(): Argument 1 is not a valid callback
in /webserver/htdocs/survey/inc/header.inc on line 2


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


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

Reply via email to