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:

[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]#


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

[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