ID:               35227
 Updated by:       [EMAIL PROTECTED]
 Reported By:      rd at mesos dot de
-Status:           Bogus
+Status:           Feedback
 Bug Type:         Directory function related
 Operating System: Linux Fedora Core release 2
 PHP Version:      4.4.1
 New Comment:

What's the values of HAVE_GETCWD and HAVE_GETWD in main/php_config.h ?


Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to