March 2012
3 posts
3 tags
Today I ran into a problem where my PHP Application would throw this fatal...
– PHP, Sessions, __sleep, and Exceptions | Justin Carmony
I had a similar problem not too long ago. My solution was to call:
register_shutdown_function('session_write_close');
at the beginning of the bootstrap process.
2 tags
Google warned several developers in recent months that if they continued to use...
– Exclusive: Google leans on developers to use payment service | Reuters
» I’ve got conflicting feelings on this one. As a developer, I’ve encountered severe limitations dealing with Apple’s in-app offerings, especially as it relates to our subscription services. It’s been...
3 tags
Depending on packages without composer.json in... →
» Great information for using Composer with repos that aren’t on Packagist. I look forward to when the composer is more stable and usable.