summaryrefslogtreecommitdiff
path: root/ext/standard/php_filestat.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_filestat.h')
-rw-r--r--ext/standard/php_filestat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h
index 33ab79a59d..30b9a90d20 100644
--- a/ext/standard/php_filestat.h
+++ b/ext/standard/php_filestat.h
@@ -61,9 +61,9 @@ PHP_FUNCTION(chmod);
PHP_FUNCTION(touch);
PHP_FUNCTION(clearstatcache);
-extern zend_module_entry php3_filestat_module_entry;
-#define php3_filestat_module_ptr &php3_filestat_module_entry
+extern zend_module_entry php_filestat_module_entry;
+#define php_filestat_module_ptr &php_filestat_module_entry
-#define phpext_filestat_ptr php3_filestat_module_ptr
+#define phpext_filestat_ptr php_filestat_module_ptr
#endif /* _FILESTAT_H */