php-install Digest 19 May 2001 20:36:59 -0000 Issue 316 Topics (messages 3211 through 3212): How to find all PHP files/dirs to uninstall from Linux 3211 by: Scrumpy PHP4 Works but Sessions Don't!! 3212 by: hrdware Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
I compiled PHP with support for the thttpd module and now I need to remove PHP and thttpd and reinstall PHP with Apache module support instead. How can I find the directories and files that were created when PHP was installed? Do I have to decipher a 'make install' file or is there an easier way i.e. an install log file somewhere (that would be great!) ? I've never previously had to remove a 'make' installed Linux program (only Slackware packages), so my Newbieness must be obvious to some of you :) I like to have as clean an OS as possible so I'm not keen to just recompile PHP with Apache module support and leave redundant PHP thttpd related files lying around, even if this course of action is possible. Leaving redundant files lying around reminds me too much of Windows and it's registry!! :-) FYI, I am running Slackware 7.1 Thanks, Scrumpy
Greetings, I have been trying to figure this out for hours now. I used php to randomly display quotes at the top of a web page. The quotes are taken from a mysql database. PJP seems to be working fine. But when I tried to learn about sessions, I quickly realized sessions doesn't work! I have people from #PHP on OpenProjects take a look at the code and try the links themselves and it doesn't work and no one can figure out why!! A few people took the exact source off my site and then set up a test on their machines and it worked fine! I am at a loss, here is all the info I can provide, please let me know if you need more info! output of phpinfo() : http://hotrs.mindriot.net/hotrs/phptest/phpinfo.php main page with working php/mysql script: http://hotrs.mindriot.net/hotrs/index.php http://hotrs.mindriot.net/hotrs/index.phps first session example from a tutor on the net: (NOT WORKING) http://hotrs.mindriot.net/hotrs/phptest/tutor1.php http://hotrs.mindriot.net/hotrs/phptest/tutor1.phps second session example from a book! (NOT WORKING) http://hotrs.mindriot.net/hotrs/phptest/phpb2/page1.php http://hotrs.mindriot.net/hotrs/phptest/phpb2/page1.phps pages 1,2 and 3 all have source too. Any help would be appreciated, please cc to my e-mail! __ Andy