helly           Sat Aug  2 09:49:12 2003 EDT

  Modified files:              
    /php-src/ext/standard       dir.c 
  Log:
  Use correct macro
  
Index: php-src/ext/standard/dir.c
diff -u php-src/ext/standard/dir.c:1.126 php-src/ext/standard/dir.c:1.127
--- php-src/ext/standard/dir.c:1.126    Wed Jul 23 17:41:44 2003
+++ php-src/ext/standard/dir.c  Sat Aug  2 09:49:12 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dir.c,v 1.126 2003/07/23 21:41:44 iliaa Exp $ */
+/* $Id: dir.c,v 1.127 2003/08/02 13:49:12 helly Exp $ */
 
 /* {{{ includes/startup/misc */
 
@@ -95,7 +95,7 @@
 static zend_function_entry php_dir_class_functions[] = {
        PHP_FALIAS(close,       closedir,       NULL)
        PHP_FALIAS(rewind,      rewinddir,      NULL)
-       PHP_STATIC_FE("read", php_if_readdir, NULL)
+       PHP_NAMED_FE(read,  php_if_readdir, NULL)
        {NULL, NULL, NULL}
 };
 



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

Reply via email to