ini settings

Johannes Schlüter's Blog: High Performance PHP Session Storage ...

PHPDeveloper.org  Fri, 11/18/2011 - 10:13

In this new post to his blog, Johannes Schlüter looks at a high-performance solution to the usual storing PHP session information via a memcache frontend with a MySQL Cluster backend.


 

PHPBuilder.com: Back to Basics: Managing PHP Configuration php.i...

PHPDeveloper.org  Mon, 08/08/2011 - 12:16

Jason Gilmore gets "back to basics" in a new tutorial with a look at managing configuration in your ini file to tune it to just what you need.


 

Brian Swan's Blog: Video Tour of PHP Manager for IIS

PHPDeveloper.org  Fri, 12/17/2010 - 11:12

In this new post to his blog today Brian Swan includes a video that's perfect for anyone wanting to know more about the PHP Manager for IIS but didn't have the time to get into it.


 

FinalConcept.com.au: Symfony: Session Login Timeout

PHPDeveloper.org  Tue, 07/06/2010 - 11:11

On the FinalConcept.com.au blog there's a new post from Adam Pullen showing how to solve a common issue with user logins and timeouts in Symfony applications (especially those using something like sfGuard).


 

Now in trunk: Improved interactive shell - Johannes Schlüter

Planet PHP  Fri, 05/28/2010 - 12:55

A few years ago I used another blog to write about "More PHP power on the command line" almost 5 years later the PHP interactive shell got a major update which went in PHP's trunk.

The commit message tells a lot about the improvements:


 

Terry Chay's Blog: How much does a date() cost?

PHPDeveloper.org  Thu, 05/07/2009 - 10:18

In a new post to his blog Terry Chay looks at the real cost of a (call to) date() - the PHP function that can parse either the current or an inputted timestamp out into the date format you specify.