summaryrefslogtreecommitdiff
path: root/php.ini-dist
Commit message (Collapse)AuthorAgeFilesLines
* Replace old php.ini files with the new ones according toJohannes Schlüter2009-03-171-1178/+0
| | | | | http://wiki.php.net/rfc/newinis (by Eric Lee Stewart)
* Fixed bug #47543 (irrelevant warning message)Kalle Sommer Nielsen2009-03-081-1/+1
|
* Revert previous changeKalle Sommer Nielsen2009-02-131-3/+3
|
* Fixed wrong usage of error_reporting directiveKalle Sommer Nielsen2009-02-121-5/+5
|
* - Fixed bug #47255 (Typo in php.ini files)Felipe Pena2009-01-311-1/+1
|
* fix typo (reported by Richard Quadling)Antony Dovgal2009-01-121-1/+1
|
* MFB: Added mail logging functionality that allows logging of mail sent viaIlia Alshanetsky2009-01-091-0/+6
| | | | | mail() function
* Nuke more removed extensionsHannes Magnusson2008-12-271-25/+0
|
* - Add missing INI entries (pdo_odbc, odbc/birdstep, sybase_ct)Hannes Magnusson2008-12-271-62/+11
| | | | | | - Remove entries from removed extension (ifx) [DOC] The sybase stuff is really confusing in the docs..
* Add missing INI setting.Hannes Magnusson2008-12-271-0/+5
| | | | | [DOC] used as the default size for shm_attach(). PHP_INI_SYSTEM
* Updated description to match docsMatt Wilmas2008-11-281-1/+1
|
* Document the xmlrpc_errors option, it is totally unrelated to the extensionHannes Magnusson2008-11-131-4/+5
|
* [DOC] Remove define_syslog_variables() and define_syslog_variables ini optionKalle Sommer Nielsen2008-10-151-6/+0
|
* Update Oracle DLL examples to match build changesChristopher Jones2008-08-281-2/+2
|
* - Fixed error levelsFelipe Pena2008-08-031-4/+4
|
* MFB5.3: INI options for new extionsHannes Magnusson2008-08-011-0/+15
|
* Sync oci8.default_prefetch example value with recent changeChristopher Jones2008-07-271-5/+6
|
* Add E_USER_DEPRECATED (patch by Lars Strojny)Hannes Magnusson2008-07-211-0/+1
|
* Add E_DEPRECATED commentChristopher Jones2008-04-071-0/+2
|
* MFB: add request_order INI variable to control $_REQUEST contentStanislav Malyshev2008-03-121-0/+6
| | | | | | # if not set (default), variables_order still is used # request_order accepts G,P and C
* new Oracle stuffAntony Dovgal2008-02-211-3/+17
|
* - Fix typo (see #44095)Johannes Schlüter2008-02-111-1/+1
|
* - Added ".htaccess" style user-defined php.ini files support forJani Taskinen2007-09-281-0/+11
| | | | | | | | | | | | | | | | | | | | | 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) @DOC Pierre promised to handle the manual part of this :D
* - Avoid confusion.Derick Rethans2007-09-021-1/+1
|
* Fix typo in fastcgi.logging option exampleJani Taskinen2007-08-211-1/+1
|
* - Changed "display_errors" php.ini option to accept "stderr" as value whichJani Taskinen2007-07-241-0/+10
| | | | | | makes the error messages to be outputted to STDERR instead of STDOUT with CGI and CLI SAPIs.
* Fixed default valuesDmitry Stogov2007-06-211-1/+1
|
* - Add missing entryfoobar2007-05-271-0/+8
|
* MFB: max_input_nesting_levelHannes Magnusson2007-05-221-0/+1
|
* removed unused highlight.bg ini optionAntony Dovgal2007-04-261-1/+0
|
* swap the optionsAntony Dovgal2007-04-121-2/+2
|
* add short descriptions for PCRE ini optionsAntony Dovgal2007-04-121-0/+6
|
* Fixed commentsDmitry Stogov2006-12-211-1/+1
|
* Default memory_limit value is set to 128MDmitry Stogov2006-12-211-1/+1
|
* MFBEdin Kadribasic2006-12-191-5/+47
|
* MFB: Remove bogus INI entryHannes Magnusson2006-10-141-3/+0
|
* MFB: remove unused ini optionsHannes Magnusson2006-09-281-26/+0
|
* MFB; new ini optionsHannes Magnusson2006-09-281-0/+34
|
* MFB: typosHannes Magnusson2006-09-091-5/+5
|
* MFB: Increased default memory limit to 16 megabytes to accommodate for aIlia Alshanetsky2006-08-171-1/+1
| | | | | more accurate memory utilization measurement.
* Cleanup before reusing failed persistant connection. Better formating of ↵Frank M. Kromann2006-08-141-0/+1
| | | | timestamp and decimal values
* MFB: Added support for httpOnly flag for session extension and cookieIlia Alshanetsky2006-08-101-0/+3
| | | | | setting functions.
* unicode_semantics -> unicode.semanticsAntony Dovgal2006-06-281-1/+1
|
* more cleanup (lingering ini settings which do not exist anymore, etc.)foobar2006-04-101-39/+7
|
* So long safe_mode mode.Ilia Alshanetsky2006-03-081-35/+0
| | | | | | Also removed the magic_quotes configure option, no longer relevant since the magic is gone :-).
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-12/+0
| | | | | | | (calling ini_set('magic_....') returns 0|false - get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false - set_magic_quotes_runtime raises an E_CORE_ERROR
* - remove register_globals support (aka "Kill the f***ing thing" :)Pierre Joye2006-03-071-13/+2
|
* MFB51: Fixed bug #36334 (Added missing documentation about realpath cache INIIlia Alshanetsky2006-02-081-0/+10
| | | | | settings).
* - MFB: ini entry for gd.jpeg_ignore_warningPierre Joye2006-02-051-0/+6
|
* added new option of mbstring to php.iniRui Hirokawa2006-01-211-0/+3
|