[PHP-INSTALL] [PHP HELP] How Session Time Out can be done ?

2006-05-14 Thread Vinod Rao
Hi, I am developing a website using PHP.There is a page which I am supposed to do session time out after 1 minute and whenever any action is to be performed after 1 minute , it will be not able to perform that and hence session expire should be posed. Awaiting for your assistance. Regards, Vinod.

Re: [PHP-INSTALL] PHP 5.1.4 detecting incorrect version of libxml

2006-05-14 Thread Rasmus Lerdorf
Try --with-libxml-dir=/usr/local You never add the include dir to any of those --with switches. -Rasmus Peter Hodge wrote: Hello, I am trying to compile PHP 5.1.4 but using using the same configure options I used for PHP 5.1.2, PHP 5.1.4 is including an older version of libxml in /usr/include

[PHP-INSTALL] PHP 5.1.4 detecting incorrect version of libxml

2006-05-14 Thread Peter Hodge
Hello, I am trying to compile PHP 5.1.4 but using using the same configure options I used for PHP 5.1.2, PHP 5.1.4 is including an older version of libxml in /usr/include/libxml2 but PHP5.1.2 includes the newer version in /usr/local/include/libxml2 PHP 5.1.2 Makefile: INCLUDES = -I/usr/local/in

Re: [PHP-INSTALL] RPM Updates

2006-05-14 Thread Peter Hodge
Hi, I've never used an RPM before, but I can't imagine the PHP RPM would be complicated as installing PHP is usually pretty straight-forward. You may even want to compile PHP yourself, it's not so difficult ... in fact PHP is the first application I ever compiled. It's also handy to be able to r

[PHP-INSTALL] RPM Updates

2006-05-14 Thread Steven Michaels
Hello,I am relatively new to the Linux environment, and want to update my PHP and Apache to the latest versions.  In the past, I downloaded the sources and compiled them.  I've already been through a MySQL update which was relatively painless, but I have a few questions when it comes to the PHP and