summaryrefslogtreecommitdiff
path: root/main/php_ini.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+6
| |
* | fix datatype mismatchesAnatol Belski2014-12-021-3/+3
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-0/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-2/+2
| |
* | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-2/+2
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-6/+6
|
* Optimized request startup sequence for php.ini without per dir and per host ↵Dmitry Stogov2008-04-151-0/+2
| | | | configurations
* - MFH TypoMarcus Boerger2008-02-031-1/+1
|
* - MFH Rename dump_config_hash() to get_config_hash() as it doesn't dumpMarcus Boerger2008-02-031-3/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH:- Added support for [HOST=www.example.com] special sectionsJani Taskinen2007-11-091-0/+1
| | | | | MFH:- Allowed using full path to load modules using "extension" directive
* MFH: Fixed win32 build.Jani Taskinen2007-09-281-1/+1
|
* MFH:Jani Taskinen2007-09-281-0/+7
| | | | | | | | | | | | | | | | | | | | - Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI. - Added support for special [PATH=/opt/httpd/www.example.com/] sections in php.ini. All directives set in these sections will not be able to be overridden in user-defined ini-files or during runtime in the specified path. - Improved php.ini handling: . Added better error reporting for syntax errors in php.ini files . Allowed "ini-variables" to be used almost everywhere ini php.ini files . Allowed using alphanumeric/variable indexes in "array" ini options . Fixed get_cfg_var() to be able to return "array" ini options - Fixed bug #27372 (parse error loading browscap.ini at apache startup) - Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric characters)
* MFH: Moved php.ini related protos where they belongJani Taskinen2007-08-311-1/+4
|
* add stage for .htaccessStanislav Malyshev2007-08-021-0/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* Revertfoobar2005-09-021-1/+0
|
* MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty)foobar2005-09-011-1/+2
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Improved PHP extension loading mechanism with support for module ↵Dmitry Stogov2005-06-171-1/+1
| | | | dependencies and conflicts
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Fix use of EXTERN_C macrosArd Biesheuvel2003-09-021-2/+2
|
* linkage for C++Wez Furlong2003-08-181-0/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-0/+2
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Revert to the old php_ini.c, and reimplement the binary-path searching.Zeev Suraski2002-05-111-1/+1
| | | | | Should now also work under UNIX (CLI/CGI)
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* More TSRMLS_FETCH workZeev Suraski2001-07-311-1/+1
|
* Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49)Zeev Suraski2001-03-171-1/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* # make sebastian and compiler happy .)Hartmut Holzgraefe2001-02-211-0/+1
|
* Fix CGI buildZeev Suraski2001-01-071-0/+1
|
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-1/+1
| | | | | | | | | - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once.
* - Complete the move to the new INI parser. (Side effect: at last, peopleZeev Suraski2000-10-301-0/+3
| | | | | can finally have spaces and tabs in their extension statements...)
* Use the new INI parser for parse_ini_str()Zeev Suraski2000-10-291-1/+1
| | | | | - parse_ini_str() is now thread-safe, and supported under Windows (Zeev)
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-124/+34
|
* More security-related (control) patches:Zeev Suraski2000-09-091-0/+1
| | | | | | | - Avoid displaying errors during startup, unless display_startup_errors is enabled. - Implemented post_size_max limit. Defaults to 8MB. - Implemented file_uploads on/off directive (defaults to on).