From: rd at mesos dot de Operating system: Linux Fedora Core release 2 PHP version: 4.4.1 PHP Bug Type: Directory function related Bug description: getcwd does not work
Description: ------------ getcwd() doesn't return anything. The same script is working on other servers. It has been tested as root. It is also not working via Apache. All directorys below the test script have chmod 755. Reproduce code: --------------- <? $olddir = getcwd(); echo "olddir: $olddir\n"; ?> Expected result: ---------------- olddir: /usr/src/php-4.4.1 Actual result: -------------- olddir: -- Edit bug report at http://bugs.php.net/?id=35227&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=35227&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=35227&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=35227&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=35227&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=35227&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=35227&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=35227&r=needscript Try newer version: http://bugs.php.net/fix.php?id=35227&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=35227&r=support Expected behavior: http://bugs.php.net/fix.php?id=35227&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=35227&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=35227&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=35227&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35227&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=35227&r=dst IIS Stability: http://bugs.php.net/fix.php?id=35227&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=35227&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=35227&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=35227&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=35227&r=mysqlcfg
