iliaa           Tue Jun 24 10:36:01 2003 EDT

  Modified files:              
    /php-src/main       fopen_wrappers.c 
  Log:
  Fixed typo.
  
  
Index: php-src/main/fopen_wrappers.c
diff -u php-src/main/fopen_wrappers.c:1.163 php-src/main/fopen_wrappers.c:1.164
--- php-src/main/fopen_wrappers.c:1.163 Tue Jun 24 09:56:25 2003
+++ php-src/main/fopen_wrappers.c       Tue Jun 24 10:36:01 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: fopen_wrappers.c,v 1.163 2003/06/24 13:56:25 iliaa Exp $ */
+/* $Id: fopen_wrappers.c,v 1.164 2003/06/24 14:36:01 iliaa Exp $ */
 
 /* {{{ includes
  */
@@ -164,7 +164,7 @@
 
 PHPAPI int php_check_open_basedir(const char *path TSRMLS_DC)
 {
-       return php_check_open_basedir_ex(path, 1 TSRMLS_DC);
+       return php_check_open_basedir_ex(path, 1 TSRMLS_CC);
 }
 
 /* {{{ php_check_open_basedir



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

Reply via email to