I'm extending PHP by building and compiling in a C module. There are Macros for all kinds of things, but one thing I cannot find is any mention of session information. I basically have a function that will alter the contents of the $_SESSION variable. I realize that I could pass the $_SESSION variable into my functions, but I'd rather not have too.
Any thoughts?
Extending PHP and Sessions
Moderator: General Moderators
I see it
Man, Volka... Thanks for the tip.
It's in there, now I just need to figure out how to utilize it without blowin things up!
For anyone trying to do this you can find session.c in the ext directory. If I get it all worked out I'll post up somethin or write an article on it.
No guts no glory.
It's in there, now I just need to figure out how to utilize it without blowin things up!
For anyone trying to do this you can find session.c in the ext directory. If I get it all worked out I'll post up somethin or write an article on it.
No guts no glory.