ID: 35227 User updated by: rd at mesos dot de Reported By: rd at mesos dot de -Status: Feedback +Status: Open Bug Type: Directory function related Operating System: Linux Fedora Core release 2 PHP Version: 4.4.1 New Comment:
that's why I am reporting that bug, it is working on several servers, but not on this one: [EMAIL PROTECTED] php-4.4.1]# ./sapi/cli/php -r 'echo getcwd();' [EMAIL PROTECTED] php-4.4.1]# It must be something special on this server, but I don't know where to start to search. gcc version 3.3.3 The same problem exists with PHP 4.4.0. Previous Comments: ------------------------------------------------------------------------ [2005-11-15 14:08:08] [EMAIL PROTECTED] What's the values of HAVE_GETCWD and HAVE_GETWD in main/php_config.h ? ------------------------------------------------------------------------ [2005-11-15 14:06:11] [EMAIL PROTECTED] You're doing something wrong, this works just fine for me: # php -r 'echo getcwd();' /usr/src/php_5_1 ------------------------------------------------------------------------ [2005-11-15 13:58:09] rd at mesos dot de [EMAIL PROTECTED] php-4.4.1]# ./sapi/cli/php test2.php bool(false) bool(false) olddir: [EMAIL PROTECTED] php-4.4.1]# cat test2.php<? $olddir = var_dump(getcwd()); var_dump(getcwd()); echo "olddir: $olddir\n"; ?> [EMAIL PROTECTED] php-4.4.1]# ------------------------------------------------------------------------ [2005-11-15 13:47:45] [EMAIL PROTECTED] Use var_dump(getcwd()); ------------------------------------------------------------------------ [2005-11-15 13:38:50] rd at mesos dot de 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 this bug report at http://bugs.php.net/?id=35227&edit=1
