News Feed
Jobs Feed
Sections




News Archive
Rob Thompson's Blog:
PHP and Solaris - getcwd() Behavior
November 12, 2007 @ 13:47:00

Rob Thompson passed along some information that PHP users running on Solaris might want to check out - the slightly buggy behavior of the PHP getcwd function on the platform.

Many functions within the PHP codebase relied upon a universally working getcwd() [C] call to expand paths and to find out where a script is being executed. In particular, Solaris does not assume that getcwd() is a privilege that should be granted to users in directories that don't have 'r' (read) permission, even if it has 'x' (execute) permissions. [...] Under Linux, getcwd() behaves normally but under Solaris, getcwd() does not work with the --x restrictive permissions.

He does note, happily, that this issue is cleared up with an upgrade to PHP 5.2.5 as soon as possible. He had code snippets included in the post so you can test your installation for the problem too.

0 comments voice your opinion now!
solaris getcwd behavoir update php5 permissions solaris getcwd behavoir update php5 permissions


blog comments powered by Disqus

Similar Posts

Gergely Hodicska's Blog: What's new in PHP 5.3 - part 1: namespaces

HowTo Forge: How To Harden PHP5 With Suhosin (Debian Etch/Ubuntu)

Zend Developer Zone: php|works - Day One Wrapup

Arnold Daniels' Blog: Migrating from PHP4 to PHP5: A strategy for hosts

IBM developerWorks: What's new in PHP V5.3, Part 2: Closures and lambda functions


Community Events











Don't see your event here?
Let us know!


symfony2 rest language introduction community series development phpunit testing usergroup conference functional interview zendframework2 framework opinion google podcast release database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework