summaryrefslogtreecommitdiff
path: root/main/php_ini.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Z_TYPE(filehandle)?? ok.. whatever... ;)Sterling Hughes2001-11-261-1/+1
* - Applied patch by Yasuo Ohgaki <yasuo_ohgaki@yahoo.com>Derick Rethans2001-11-011-1/+1
* - <br> -> <br />Derick Rethans2001-10-061-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-10/+10
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* This is a list of char *'s, not zvals (caught by Nick - see bug #13107)Rasmus Lerdorf2001-09-031-1/+1
* Yet another TSRM fix.foobar2001-08-071-1/+1
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-0/+1
* - TSRMLS_FETCH workZeev Suraski2001-08-051-9/+9
* Get rid of a couple of bogus persist_alloc()'s, and some cleanupZeev Suraski2001-08-031-2/+3
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-1/+1
* More TSRMLS_FETCH workZeev Suraski2001-07-311-7/+7
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+1
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* Finish phpinfo() HTML 4.01 tweaking.Sebastian Bergmann2001-06-191-5/+5
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-16/+44
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* Fix bug: #10323. Every value outputted is now escaped.foobar2001-05-061-11/+18
* Fix build on WIn32Frank M. Kromann2001-04-231-0/+2
* * expanded the following constants and made them available in PHP:Stig Bakken2001-04-221-2/+10
* - Get rid of warning.Andi Gutmans2001-04-211-2/+2
* Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49)Zeev Suraski2001-03-171-64/+39
* Don't insert empty path if PHPRC is emptyStanislav Malyshev2001-03-061-1/+5
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Add safety checkStanislav Malyshev2001-02-211-1/+3
* # make sebastian and compiler happy .)Hartmut Holzgraefe2001-02-211-4/+6
* will now initialize dynamic extensions *after* static onesHartmut Holzgraefe2001-02-211-21/+49
* - Remove the ini_extension_list globalZeev Suraski2001-01-151-12/+28
* Defer loading of extensions until all configuration entries have beenSascha Schumann2001-01-151-4/+21