]> granicus.if.org Git - php/commitdiff
@- Changed the Windows version of PHP so that a php.ini file is no
authorZeev Suraski <zeev@php.net>
Wed, 29 Mar 2000 19:45:15 +0000 (19:45 +0000)
committerZeev Suraski <zeev@php.net>
Wed, 29 Mar 2000 19:45:15 +0000 (19:45 +0000)
@  longer mandatory (Zeev)

main/configuration-parser.y

index 04866c77819e5af7a94270d349aced547b67b8c4..9dbc900a94e17d247dfee4c86ddbb073834c578d 100644 (file)
@@ -205,11 +205,7 @@ int php_init_config(void)
                PG(open_basedir) = open_basedir;
 
                if (!cfgin) {
-# ifdef PHP_WIN32
-                       return FAILURE;
-# else
                        return SUCCESS;  /* having no configuration file is ok */
-# endif
                }
 
                if (opened_path) {