Quantcast
Channel: PHPDeveloper.org
Browsing all 12 articles
Browse latest View live
↧

SitePoint PHP Blog: How to Override PHP Configuration Options

Craig Buckler has added a new post to the SitePoint PHP blog today that looks at some of the PHP configuration options and how you can change them from two different places (besides the php.ini file)....

View Article


Ruslan Yakushev's Blog: PHP on IIS: MonitorChangesTo setting in FastCGI

Ever frustrated by the fact that the php.ini changes to take effect in your FastCGI setup you need to either flush the current instances or just wait until they die off. You might want to take a look...

View Article


Lorna Mitchell's Blog: SugarCRM Installation Error

In the latest post to her blog Lorna Mitchell talks about some of the issues she had when upgrading to the latest version of SugarCRM (6.0.0). I noticed that SugarCRM have just released their new...

View Article

SitePoint PHP Blog: How to Upload Large Files in PHP

On the SitePoint PHP blog today Craig Buckler talks about uploading large files in your PHP application. He points to two other resources - this manual page and this introductory tutorial about...

View Article

DZone.com: What you must know about PHP errors...

Giorgio Sironi has a new post to the DZone.com Web Builder Zone today giving a high-level guide to some of the PHP errors you could encounter in your development time. While pure object-oriented...

View Article


Brian Swan's Blog: Updating PHP Settings in Windows Azure

Brian Swan has a new post today looking at how you can update some PHP settings in your Windows Azure instance - an alternative to redeploying your every time your php.ini file might need an update. I...

View Article

PHPBuilder.com: Back to Basics: Managing PHP Configuration php.ini Directives

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. While PHP's configuration capabilities are indeed...

View Article

XpertDeveloper.com PHP "Magic Quotes" Explained

If you're relatively new to the PHP world, you may be wondering why there has been so much emphasis put on "magic quotes" in the language's past. If you're not entirely sure what they are (and why to...

View Article


PHPMaster.com: A Tour of PHP.INI

On PHPMaster.com today Callum Hopkins has written up an introduction to the php.ini, the heart and soul of any PHP installation. With configuration options for just about everything, it can be...

View Article


PHPMaster.com: 5 More PHP Security Vulnerabilities

On PHPMaster.com there's a continuance of a previous article about security in PHP applications talking about a few more considerations when trying to make things secure. In a previous article, I...

View Article

Chris Jones: Using PHP 5.5's New "Opcache" Opcode Cache

Chris Jones has a new post to his Oracle blog today talking about the new "opcode" opcode caching that's going to be built into future PHP versions This is the implementation of the Zend Optimizer+...

View Article

Simon Holywell: Improve PHP session cookie security

Simon Holywell has a new post talking about cookie security in PHP, focusing on some of the PHP configuration settings that can help. The security of session handling in PHP can easily be enhanced...

View Article
Browsing all 12 articles
Browse latest View live