Forgot your password?
typodupeerror

Comment Re:Advances/Alternative to the server (Score 1) 275

Mmap based sessions have been supported in PHP for years... just use session_module_name('mm'). And of course you can always use your own handler to do whatever you like with your session data.

I don't understand why bashing PHP has become such a popular sport nowadays... To me, it seems one of the few languages trying to really do something new to make development more fun, instead of just drooling over endless specs. I really enjoy coding in PHP, especially with the new super cool iterator interfaces and magic methods... Is it just me?

Slashdot Top Deals

Life would be so much easier if we could just look at the source code. -- Dave Olson

Working...