Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

enable PHP session support

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
cc
Posts: 820
Joined: 2005-06-08 19:14

enable PHP session support

#1 Post by cc »

hi

I have sarge stable with php:

Code: Select all

 # php -v
PHP 4.3.10-16 (cli) (built: Aug 24 2005 20:25:01)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
howto enable PHP session support ?

greetings
cc

User avatar
brain
Posts: 253
Joined: 2006-04-25 17:15

#2 Post by brain »

Install libapache-mod-php4 or libapache2-mod-php4 depending on your version of Apache. Session extension support is compiled in for both packages.

cc
Posts: 820
Joined: 2005-06-08 19:14

#3 Post by cc »

thanks !

Post Reply