iliaa           Tue Jun 24 10:36:18 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/main       fopen_wrappers.c 
  Log:
  MFH: typo fix.
  
  
Index: php-src/main/fopen_wrappers.c
diff -u php-src/main/fopen_wrappers.c:1.153.2.4 php-src/main/fopen_wrappers.c:1.153.2.5
--- php-src/main/fopen_wrappers.c:1.153.2.4     Tue Jun 24 09:44:56 2003
+++ php-src/main/fopen_wrappers.c       Tue Jun 24 10:36:18 2003
@@ -16,7 +16,7 @@
    |          Jim Winstead <[EMAIL PROTECTED]>                                 |
    +----------------------------------------------------------------------+
  */
-/* $Id: fopen_wrappers.c,v 1.153.2.4 2003/06/24 13:44:56 iliaa Exp $ */
+/* $Id: fopen_wrappers.c,v 1.153.2.5 2003/06/24 14:36:18 iliaa Exp $ */
 
 /* {{{ includes
  */
@@ -165,7 +165,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