summaryrefslogtreecommitdiff
path: root/php.ini-dist
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* instantiated was correctRasmus Lerdorf2005-12-301-1/+1
|
* typofixesfoobar2005-12-301-1/+1
|
* Fix #35730 Use correct character encoding with FreeTDSFrank M. Kromann2005-12-211-0/+5
|
* - Changed "session.use_only_cookies" to be on by default.foobar2005-12-021-2/+2
|
* Add allow_url_include to let people turn on allow_url_fopen without alsoRasmus Lerdorf2005-11-181-0/+2
| | | | | enabling remote code execution through url wrappers
* MFB: Change max_procs from 25 to library default. This will make FreeTDS ↵Frank M. Kromann2005-11-141-2/+4
| | | | connections work a bit better
* - E_STRICT is not part of E_ALL, so the lines were wrong here.Derick Rethans2005-11-061-3/+3
|
* MFB: Build PDO and SQLite as sharedEdin Kadribasic2005-09-241-0/+1
|
* - Add E_RECOVERABLE.Derick Rethans2005-09-151-1/+2
| | | | | #- Thought I did this before already actually...
* Clean away PECled exts and added date.timezone settingfoobar2005-08-291-39/+6
|
* - Add unicode INI settingsAndi Gutmans2005-08-121-0/+8
|
* fix typofoobar2005-07-131-1/+1
|
* fix for bug #32947 (Incorrect option for mysqli default password)Georg Richter2005-05-051-2/+2
|
* Add auto_globals_jit entry to php.ini-* (bug #29514)foobar2005-04-291-0/+7
|
* - Added fastcgi.logging php.ini option to be able to disablefoobar2005-04-281-0/+3
| | | | | logging through the fastcgi connection
* Make sure php_mbstring.dll is first to getting loaded..(bug #32552)foobar2005-04-021-1/+1
|
* Adding comments to .ini files at philip@php.net's request.Joey Smith2005-03-281-3/+5
|
* - Change comment: Syntax highlighter uses <span> instead of <font>Johannes Schlüter2005-03-011-1/+1
|
* Added notes about ignore_user_abort to php.ini*Ilia Alshanetsky2005-02-281-0/+4
|
* Nuke non-existing ini optionfoobar2005-02-141-4/+0
|
* Fixed spelling.Ilia Alshanetsky2004-12-271-3/+3
|
* fix #30314Antony Dovgal2004-11-281-1/+1
|
* iconv is built-in in php5Edin Kadribasic2004-11-151-1/+0
|
* - Fix typosAndi Gutmans2004-08-171-3/+3
|
* fix typoAntony Dovgal2004-08-171-1/+1
|
* Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode).Ilia Alshanetsky2004-08-101-1/+1
|
* fix typo in php.ini: paramAters -> paramEtersAntony Dovgal2004-08-031-1/+1
|
* Synch commentsMarcus Boerger2004-07-151-2/+17
|
* Added SOAP configuration directivesDmitry Stogov2004-06-231-0/+9
|
* - Document the smtp_port setting in php.iniDerick Rethans2004-05-171-0/+1
|
* Fix for Bug #26757: session.save_path defaults to bogus value on win32Wez Furlong2004-03-291-1/+1
| | | | | | | Merge from branch with one main difference: the default save_path is set to the empty string on all platforms, whereas the code in the branch only does so for win32.
* - That change was unintentional, but it would be the right thing to do ;-)Derick Rethans2004-03-141-1/+1
|