hyanantha               Mon Sep  9 06:12:44 2002 EDT

  Modified files:              
    /php4/ext/standard  basic_functions.c 
  Log:
  NetWare related changes/modifications
  
  
Index: php4/ext/standard/basic_functions.c
diff -u php4/ext/standard/basic_functions.c:1.502 
php4/ext/standard/basic_functions.c:1.503
--- php4/ext/standard/basic_functions.c:1.502   Sun Sep  8 12:45:28 2002
+++ php4/ext/standard/basic_functions.c Mon Sep  9 06:12:44 2002
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: basic_functions.c,v 1.502 2002/09/08 16:45:28 sesser Exp $ */
+/* $Id: basic_functions.c,v 1.503 2002/09/09 10:12:44 hyanantha Exp $ */
 
 #include "php.h"
 #include "php_streams.h"
@@ -456,7 +456,6 @@
        PHP_FE(cosh,                                                                   
                                                 NULL)
        PHP_FE(tanh,                                                                   
                                                 NULL)
 
-/*#ifndef PHP_WIN32*/
 #if !defined(PHP_WIN32) && !defined(NETWARE)
        PHP_FE(asinh,                                                                  
                                                 NULL)
        PHP_FE(acosh,                                                                  
                                                 NULL)



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

Reply via email to