summaryrefslogtreecommitdiff
path: root/ext/phar/config.w32
diff options
context:
space:
mode:
authorSteph Fox <sfox@php.net>2008-01-28 14:39:17 +0000
committerSteph Fox <sfox@php.net>2008-01-28 14:39:17 +0000
commit9fd5c0b43830fe6f002204457916a3df5d941dd3 (patch)
treea771158684a45488838e44e4ded9fedb1574bb11 /ext/phar/config.w32
parent391c42ed65c0b9fd5297a8cd0f37a5cc584ab3be (diff)
downloadphp-git-9fd5c0b43830fe6f002204457916a3df5d941dd3.tar.gz
- Moved phar_unixify_path_separators() to a single central point
- The last two VC 6 compiler warnings gone. Please test under *nix.
Diffstat (limited to 'ext/phar/config.w32')
-rw-r--r--ext/phar/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/config.w32 b/ext/phar/config.w32
index 7589a48c4e..35127a7b13 100644
--- a/ext/phar/config.w32
+++ b/ext/phar/config.w32
@@ -4,7 +4,7 @@
ARG_ENABLE("phar", "enable phar support", "no");
if (PHP_PHAR != "no") {
- EXTENSION("phar", "util.c dirstream.c func_interceptors.c phar.c phar_object.c phar_path_check.c stream.c tar.c zip.c");
+ EXTENSION("phar", "dirstream.c func_interceptors.c phar.c phar_object.c phar_path_check.c stream.c tar.c util.c zip.c");
if (PHP_PHAR_SHARED) {
ADD_FLAG("CFLAGS_PHAR", "/D COMPILE_DL_PHAR ");
}