summaryrefslogtreecommitdiff
path: root/main/php_ini.c
Commit message (Expand)AuthorAgeFilesLines
* bump year and license versionfoobar2006-01-011-3/+3
* Revertfoobar2005-09-021-8/+4
* it is good idea to return something alwaysfoobar2005-09-021-3/+1
* MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty)foobar2005-09-011-16/+21
* - Fixed problem with -dextension=foobar.so not having it's MINIT run.foobar2005-08-081-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed few logic errors in php*.ini search path creation as documented here:foobar2005-07-291-19/+17
* ws fixAntony Dovgal2005-07-271-1/+1
* edge case: do not remove trailing slash for root directory (Bug #33882)Hartmut Holzgraefe2005-07-271-1/+1
* php.ini search logic needs to use the absolute path of the running binaryHartmut Holzgraefe2005-07-271-2/+6
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-2/+2
* Fixed bug #30050 (Possible crash inside php_shutdown_config()).Ilia Alshanetsky2004-09-171-0/+2
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-1/+1
* - We always need to destroy the llist though.Derick Rethans2004-02-141-1/+1
* - Fixed zero bytes memory allocation when no extra ini files are found in theDerick Rethans2004-02-141-7/+9
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix a problem resolving the php.ini path under win32 terminal services enviro...Wez Furlong2003-12-061-0/+26
* Fixed unused variable warning on *nix.Ilia Alshanetsky2003-10-201-0/+2
* Enable setting php.ini path via the registryStanislav Malyshev2003-10-191-1/+16
* updating license information in the headers.James Cox2003-06-101-3/+3
* fix phpinfo() & php -iMarcus Boerger2003-03-291-5/+5
* Fix PHPRC overriding other ini files. This is how PHPRC worked prior toShane Caraveo2003-03-221-8/+8
* give sapi modules the possibility to overwrite default ini settingsMarcus Boerger2003-03-181-0/+4
* MFB config-file-scan-dir crash fixRasmus Lerdorf2003-02-281-0/+1
* ws/style fixesfoobar2003-02-191-36/+40
* Fix the possible conflicts with other libs (like libc-client)foobar2003-02-191-5/+4
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-181-1/+1
* Fixed bug: #22011 (-n must ignore all ini files)foobar2003-02-031-1/+1
* Moved the scandir code into it's own files so that it can be used by otherIlia Alshanetsky2003-01-271-5/+3
* Fix broken build by adding scandir and alphasort for win32Shane Caraveo2003-01-261-0/+6
* Fixed bug #21625 (When scanning a directory for ini files, do so inIlia Alshanetsky2003-01-251-9/+13
* ini patch to allow 'entry[] = value' entriesHarald Radi2003-01-191-0/+28
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - WhitespaceDerick Rethans2002-12-301-2/+4
* Implemented -n switch to skip parsing ini at startup as suggested by Wez.Marcus Boerger2002-11-121-24/+26
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-3/+0
* As discussed, add --with-config-file-scan-dir compile-time switch definingRasmus Lerdorf2002-10-041-15/+69
* fix phpinfo() output for better browser BCColin Viebrock2002-09-261-3/+3
* Compat fixZeev Suraski2002-09-231-1/+1
* Change phpinfo() to use CSS styling instead of HTML code.Colin Viebrock2002-09-191-4/+4
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-1/+1
* - reenable "no value" output. thanks to sebastian for pointing that out.Jan Lehnardt2002-08-291-4/+14
* - add phpinfo() support for CLI.Jan Lehnardt2002-08-281-13/+21
* Minor cleanups to path building and php*.ini search logic.Preston L. Bannister2002-08-121-13/+32
* First try to open php-SAPI.ini and if it fails fall back to regularEdin Kadribasic2002-07-291-1/+6
* get_cfg_var("get_file_path") didn't work correctly when an alternativeSander Roobol2002-05-191-6/+9
* reenable php_html_putsSascha Schumann2002-05-121-1/+1
* Use portable #defineZeev Suraski2002-05-111-5/+5
* Centralize html_puts() logic - php_html_puts() remains as an API wrapperZeev Suraski2002-05-111-1/+1
* Revert to the old php_ini.c, and reimplement the binary-path searching.Zeev Suraski2002-05-111-65/+105