summaryrefslogtreecommitdiff
path: root/main/php_ini.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-281-15/+17
* bump year and license versionfoobar2006-01-011-4/+4
* Fixed bug #32318foobar2005-08-311-0/+2
* MFH: Fixed bug #30050 (Possible crash inside php_shutdown_config()).Ilia Alshanetsky2004-09-171-0/+2
* MFH (more or less) registry-based setting for the location of php.iniZeev Suraski2004-07-011-1/+22
* - MFH: Fixed zero bytes memory allocation when no extra ini files are found inDerick Rethans2004-02-161-6/+8
* - Re-added the FD lexer patch.foobar2003-05-311-2/+1
* Revert PHP part of the fd patchZeev Suraski2003-05-211-1/+2
* Initialize all zend_file_handle instances properlySascha Schumann2003-05-171-2/+1
* MFH: cli/ini/html_errors/info (they are related)Marcus Boerger2003-04-091-50/+59
* MFHShane Caraveo2003-03-221-8/+8
* @- Crash bug fix. If config-file-scan-dir is set and contains .ini filesRasmus Lerdorf2003-02-281-0/+1
* MFH: prevent conflicts with other libraries (e.g. libc-client)foobar2003-02-191-5/+4
* MFH: Fixed bug: #22011 (-n must ignore all ini files)foobar2003-02-031-1/+1
* MFH (scandir patch).Ilia Alshanetsky2003-01-281-5/+3
* MFHShane Caraveo2003-01-261-0/+6
* MFHIlia Alshanetsky2003-01-251-10/+16
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* 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
* ws fixfoobar2002-05-091-18/+18
* Detect when running under IIS and default force_redirect to zero. This This ...Preston L. Bannister2002-05-091-18/+18
* Add check for php.ini in same directory as php.exe (or equivalent executable ...Preston L. Bannister2002-05-091-71/+67
* Revert the last patches.foobar2002-05-091-231/+235
* Add check for php.ini in same directory as php.exe (or equivalent executable ...Preston L. Bannister2002-05-091-235/+231
* Avoid defining/using S_ISDIR macro.Yasuo Ohgaki2002-04-191-5/+1
* Patch by Marcus Börger.Sebastian Bergmann2002-04-171-0/+4
* fix cli/cgi -c <path>|<file>Marcus Boerger2002-04-161-1/+6
* Fix cli/cgi -c optionYasuo Ohgaki2002-04-131-1/+1
* CGI/CLI take file and dir for -c option by this.Yasuo Ohgaki2002-04-121-2/+9
* Killing compiler warning on Win32Frank M. Kromann2002-03-051-0/+2
* Supply php_html_puts which escapes a whole string.. now fully works in ZTSSascha Schumann2002-03-041-2/+2
* Removed CWD from php_ini_search_path when using CLI SAPI.Edin Kadribasic2002-02-281-3/+12
* Update headers.Sebastian Bergmann2001-12-111-2/+2