144 Commits (d64b17543cfa5e171ca493eb3581eea0acd42dba)

Author SHA1 Message Date
Dmitry Stogov 7d14dad02e MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests). 20 years ago
Edin Kadribasic ef058cdd9a Search for php.ini in CWD in all sapi's *but* CLI. 20 years ago
Dmitry Stogov c946b4d1b2 In addtion to path to php.ini, PHPRC now may specify full file name 20 years ago
Dmitry Stogov acb1e07980 Changed priority of PHPRC environment variable on win32 to be higher then value from registry. 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
foobar 1890173d8c Revert 21 years ago
foobar 96873fecef it is good idea to return something always 21 years ago
foobar 64cfbf539f MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty) 21 years ago
foobar 000a9e3015 - Fixed problem with -dextension=foobar.so not having it's MINIT run. 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
foobar f66d5f0cc5 - Fixed few logic errors in php*.ini search path creation as documented here: 21 years ago
Antony Dovgal 98694f919c ws fix 21 years ago
Hartmut Holzgraefe 882cb200cc edge case: do not remove trailing slash for root directory (Bug #33882) 21 years ago
Hartmut Holzgraefe 7e071d9a1f php.ini search logic needs to use the absolute path of the running binary 21 years ago
Dmitry Stogov f47c78487b Improved PHP extension loading mechanism with support for module dependencies and conflicts 21 years ago
Ilia Alshanetsky 2a2d49b947 Fixed bug #30050 (Possible crash inside php_shutdown_config()). 22 years ago
Andi Gutmans 56f8195fe5 - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 22 years ago
Derick Rethans ac9f4cc2af - We always need to destroy the llist though. 22 years ago
Derick Rethans 3781af53cd - Fixed zero bytes memory allocation when no extra ini files are found in the 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Wez Furlong fcdda2e8f8 Fix a problem resolving the php.ini path under win32 terminal services environment. 22 years ago
Ilia Alshanetsky 24793840b2 Fixed unused variable warning on *nix. 23 years ago
Stanislav Malyshev 06aae4bd9c Enable setting php.ini path via the registry 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Marcus Boerger b5c97d8dab fix phpinfo() & php -i 23 years ago
Shane Caraveo 26296130ad Fix PHPRC overriding other ini files. This is how PHPRC worked prior to 23 years ago
Marcus Boerger 63739c7db8 give sapi modules the possibility to overwrite default ini settings 23 years ago
Rasmus Lerdorf 1ad304c2c5 MFB config-file-scan-dir crash fix 23 years ago
foobar 7e3b50896c ws/style fixes 23 years ago
foobar ec11fe04e9 Fix the possible conflicts with other libs (like libc-client) 23 years ago
Wez Furlong e52aac940f Implement simple stream support in the ZE scanners. 23 years ago
foobar 173b9493e2 Fixed bug: #22011 (-n must ignore all ini files) 23 years ago
Ilia Alshanetsky d59d500af7 Moved the scandir code into it's own files so that it can be used by other 23 years ago
Shane Caraveo 82f6cef483 Fix broken build by adding scandir and alphasort for win32 23 years ago
Ilia Alshanetsky 8d352d2dd6 Fixed bug #21625 (When scanning a directory for ini files, do so in 23 years ago
Harald Radi b51b6f0fbf ini patch to allow 'entry[] = value' entries 23 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 23 years ago
Derick Rethans d454becda8 - Whitespace 23 years ago
Marcus Boerger cecb9dfc79 Implemented -n switch to skip parsing ini at startup as suggested by Wez. 24 years ago
Sascha Schumann 2909e5c9c9 centralize #include "build-defs.h" and drop (sometimes inconsistent) other 24 years ago
Rasmus Lerdorf 989a61ed98 As discussed, add --with-config-file-scan-dir compile-time switch defining 24 years ago
Colin Viebrock c7c275b741 fix phpinfo() output for better browser BC 24 years ago
Zeev Suraski 2f4ed252de Compat fix 24 years ago
Colin Viebrock 14a6cc8847 Change phpinfo() to use CSS styling instead of HTML code. 24 years ago
Anantha Kesari H Y 3798528753 NetWare related changes/modifications 24 years ago
Jan Lehnardt d6497fc96e - reenable "no value" output. thanks to sebastian for pointing that out. 24 years ago
Jan Lehnardt 6676617693 - add phpinfo() support for CLI. 24 years ago
Preston L. Bannister e1658ed6c4 Minor cleanups to path building and php*.ini search logic. 24 years ago
Edin Kadribasic 8f94a8a744 First try to open php-SAPI.ini and if it fails fall back to regular 24 years ago
Sander Roobol 751cd67cc0 get_cfg_var("get_file_path") didn't work correctly when an alternative 24 years ago