Re: [PHP] anyone using session_mysql successfully

2009-06-24 Thread Shawn McKenzie
Michael A. Peters wrote:
 Randy Paries wrote:
 Hello,
 i am trying to get session_mysql

 http://websupport.sk/~stanojr/projects/session_mysql/

 It configured, compiled and installed ok (no errors anyways)

 but i am getting an error
 session_start() [a
 href='function.session-start'function.session-start/a]: Cannot find
 save handler mysql in

 I was hoping someone in the group was using this and has seen the error

 Thanks
 Randy

 
 Not sure about your problem but you shouldn't need to use a compiled
 module to use MySQL (or any other database) for sessions.
 
 There are several tutorials on the web, not of which involve compiling
 squat.

Just use this:
http://us.php.net/manual/en/function.session-set-save-handler.php


And define functions for the different operations.

-- 
Thanks!
-Shawn
http://www.spidean.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] anyone using session_mysql successfully

2009-06-23 Thread Randy Paries
Hello,
i am trying to get session_mysql

http://websupport.sk/~stanojr/projects/session_mysql/

It configured, compiled and installed ok (no errors anyways)

but i am getting an error
session_start() [a
href='function.session-start'function.session-start/a]: Cannot find
save handler mysql in

I was hoping someone in the group was using this and has seen the error

Thanks
Randy

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] anyone using session_mysql successfully

2009-06-23 Thread Michael A. Peters

Randy Paries wrote:

Hello,
i am trying to get session_mysql

http://websupport.sk/~stanojr/projects/session_mysql/

It configured, compiled and installed ok (no errors anyways)

but i am getting an error
session_start() [a
href='function.session-start'function.session-start/a]: Cannot find
save handler mysql in

I was hoping someone in the group was using this and has seen the error

Thanks
Randy



Not sure about your problem but you shouldn't need to use a compiled 
module to use MySQL (or any other database) for sessions.


There are several tutorials on the web, not of which involve compiling 
squat.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php