|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-04-15 23:57 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 19:00:01 2025 UTC |
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