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

Pierre-Alain Joye's Blog: Finally some new features are coming, zip-1.9.0...

Pierre-Alain Joye has posted about some long-awaited features that he's added to his zip PECL package: After a relatively long period without features addition, I feel like it is time to add some long...

View Article



Secunia.com: PHP "glob()" Code Execution Vulnerability

As reported here on Secunia (as discovered by shinnai), there's a code execution vulnerability in PHP's glob function: The vulnerability is caused due to an error in the handling of an uninitialized...

View Article

Jordi Boggiano's Blog: Major glob() fail

Jordi Boggiano had the "pleasure" of discovering a small quirk with PHP's glob function in an application he was working on - watch out for directories that contain square braces, they won't return in...

View Article

NETTUTS.com: Quick Tip: Loop Through Folders with PHP's Glob()

Sometimes when you're looking through the filesystem in your PHP application, you just need a quick and easy way to grab a file listing from a directly and move on. Sure, you can use the usual opendir...

View Article

php|architect: Putting glob() to the test

The glob function, the subject of a recent post on NETTUTS.com, is the topic of this new post from Bill Karwin on the php|architect website. He focuses on the efficiency of the function over the...

View Article


PHPCodeBase.com: PHP Magic Function : glob()

On PHPCodeBase.com there's a recent post looking at a handy file system function that you can use to search directories simpler than a usual opendir/readdir method - glob. Are you guys still using...

View Article

Stefan Koopmanschap's Blog: GlobIterator: Easy access to specific files

Stefan Koopmanschap has a new post to his blog showing a handy use of the GlobIterator to access only certain files. For a project I am working on I needed to iterate over all .xml files in a specific...

View Article
Browsing all 7 articles
Browse latest View live




Latest Images