|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-15 13:03 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 22:00:01 2025 UTC |
i am using php-4.1.1 with apache-1.3.22 on windows 2000. i wanted to use custom handlers so i changed save_handler to user. and to confirm if the change was accepted by php, i printed it to the browser using ini_get("session.save_handler"). but what got printed was default setting of file. after the ini file was changed, care was taken to start apache so as to reflect changes made to .ini, but it is seen that php.ini doesn't reflect any changes in the settings done. most shocking was all my php pages are runnung even in the absence of .ini file, i deleted it from my machine but still i was able to run the pages. help needed urgently.