diff options
author | Pierre Joye <pajoye@php.net> | 2010-12-13 18:07:08 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-12-13 18:07:08 +0000 |
commit | 4ee6b4dfbbbaec874598136c7355072504cb6fe8 (patch) | |
tree | 8a4369d23db00fe66a29c20cae9f889b29e70388 /ext | |
parent | 8afdb7cd49e59d016f45a2ca6ce268a8d5ee3113 (diff) | |
download | php-git-4ee6b4dfbbbaec874598136c7355072504cb6fe8.tar.gz |
-ws
Diffstat (limited to 'ext')
-rw-r--r-- | ext/session/config.w32 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/session/config.w32 b/ext/session/config.w32 index fd568f3c3e..8225dc53d6 100644 --- a/ext/session/config.w32 +++ b/ext/session/config.w32 @@ -7,5 +7,3 @@ if (PHP_SESSION == "yes") { EXTENSION("session", "session.c mod_files.c mod_mm.c mod_user.c", false /* never shared */); AC_DEFINE("HAVE_PHP_SESSION", 1, "Session support"); } - - |