summaryrefslogtreecommitdiff
path: root/main/php_ini.h
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* Cleaning up some messSascha Schumann2000-08-211-1/+1
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - Make the INI entries sorted in phpinfo()Zeev Suraski2000-06-031-0/+2
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Allow the INI callbacks to know at what stage PHP isZeev Suraski2000-02-261-4/+10
|
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
|
* Fix PostgreSQL startup routine in thread-safe modeZeev Suraski2000-02-051-0/+1
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* @Fix some warnings when compiling in maintainer-mode (Stig)Stig Bakken1999-12-011-4/+4
| | | | | | | | | | @Made mysql and gd work as shared extensions again (Stig) - Fixed some warnings in maintainer-mode. - Made mysql and gd work as shared extensions again by defining COMPILE_DL if PIC is defined. # We need a better solution for building .so extensions than this # PIC/COMPILE_DL hack!
* - Win32 fixesZeev Suraski1999-11-061-1/+2
| | | | | - COM module improvements from Boris Wedl
* - Should fix short_tags and co. problem.Andi Gutmans1999-09-051-0/+1
|