php4-beta | 200004
Date: 04/20/00
- Next message: Alexander Fordyce: "RE: [PHP4BETA] preg_replace Q"
- Previous message: Zeev Suraski: "Re: [PHP4BETA] Building on Win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
andi Thu Apr 20 14:08:09 2000 EDT
Modified files:
/php4 fopen-wrappers.c
Log:
- Change a getcwd()
Index: php4/fopen-wrappers.c
diff -u php4/fopen-wrappers.c:1.56 php4/fopen-wrappers.c:1.57
--- php4/fopen-wrappers.c:1.56 Thu Apr 20 09:38:08 2000
+++ php4/fopen-wrappers.c Thu Apr 20 14:07:39 2000
@@ -16,7 +16,7 @@
| Jim Winstead <jimw <email protected>> |
+----------------------------------------------------------------------+
*/
-/* $Id: fopen-wrappers.c,v 1.56 2000/04/20 16:38:08 andi Exp $ */
+/* $Id: fopen-wrappers.c,v 1.57 2000/04/20 21:07:39 andi Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -989,7 +989,7 @@
char cwd[MAXPATHLEN+1];
char *result;
- result = getcwd(cwd, MAXPATHLEN);
+ result = V_GETCWD(cwd, MAXPATHLEN);
if (!result) {
cwd[0] = '\0';
}
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Alexander Fordyce: "RE: [PHP4BETA] preg_replace Q"
- Previous message: Zeev Suraski: "Re: [PHP4BETA] Building on Win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

