diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2019-03-16 06:14:01 -0300 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2019-04-14 11:44:12 -0300 |
commit | 656db96eb931671ecdc789c047f620de2f9fec05 (patch) | |
tree | a8db212e3370ef9da5dfe1549760c1f1ad542d16 /main/internal_functions_win32.c | |
parent | 69b20f51e15d535da77f830709a4f1b5a682c265 (diff) | |
download | php-git-656db96eb931671ecdc789c047f620de2f9fec05.tar.gz |
Remove HAVE_* for always available extensions
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 3a194582c4..bdd245309e 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -52,9 +52,7 @@ #if HAVE_CTYPE #include "ext/ctype/php_ctype.h" #endif -#if HAVE_DATE #include "ext/date/php_date.h" -#endif #if HAVE_FTP #include "ext/ftp/php_ftp.h" #endif @@ -91,9 +89,7 @@ #include "ext/xml/php_xml.h" #endif #include "ext/com_dotnet/php_com_dotnet.h" -#ifdef HAVE_SPL #include "ext/spl/php_spl.h" -#endif #if HAVE_XML && HAVE_XMLREADER #include "ext/xmlreader/php_xmlreader.h" #endif |