dreid           Wed Oct  2 19:48:59 2002 EDT

  Modified files:              
    /php4/main  safe_mode.c 
  Log:
  Add some more BeOS support.
  
  
Index: php4/main/safe_mode.c
diff -u php4/main/safe_mode.c:1.49 php4/main/safe_mode.c:1.50
--- php4/main/safe_mode.c:1.49  Sun Aug 25 14:45:02 2002
+++ php4/main/safe_mode.c       Wed Oct  2 19:48:58 2002
@@ -15,7 +15,7 @@
    | Author: Rasmus Lerdorf <[EMAIL PROTECTED]>                        |
    +----------------------------------------------------------------------+
  */
-/* $Id: safe_mode.c,v 1.49 2002/08/25 18:45:02 helly Exp $ */
+/* $Id: safe_mode.c,v 1.50 2002/10/02 23:48:58 dreid Exp $ */
 
 #include "php.h"
 
@@ -31,6 +31,9 @@
 #include "SAPI.h"
 #include "php_globals.h"
 
+#ifdef __BEOS__
+#define realpath(x,y) strcpy(y,x)
+#endif
 
 /*
  * php_checkuid



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to