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.
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
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
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
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