summaryrefslogtreecommitdiff
path: root/php.ini-production
Commit message (Collapse)AuthorAgeFilesLines
* Change PHP 6 refs to PHP 5.4 and sync some spelling with PHP_5_4 branch filesChristopher Jones2012-03-011-4/+4
|
* Added max_input_vars directive to prevent attacks based on hash collisionsDmitry Stogov2011-12-151-0/+3
|
* - Fixed bug #60489 (Simple Typo In php.ini Files)Felipe Pena2011-12-091-1/+1
| | | | | patch by: danbrown at php.net
* Uhh.. Can't believe noone noticed the gc option was missing from our ini filesHannes Magnusson2011-12-081-0/+4
|
* Miscellaneous: move misplaced entry; fix typos; note more precise OCI8 DLL ↵Christopher Jones2011-11-291-9/+9
| | | | dependency; remove session.entropy_file setting which was only in PHP_5_3 php.ini-development
* - add crt warning iniPierre Joye2011-11-241-0/+5
|
* Fix wrong commentChristian Stocker2011-10-061-0/+6
| | | | | Add new xsl ini options to php.ini
* - Changed php.ini files to match the hard-coded default for serialize_precision.Gustavo André dos Santos Lopes2011-02-091-1/+1
|
* Implement request #53684 (Deprecated HTML in sample php.ini).Adam Harvey2011-01-071-2/+2
|
* -add a link to snmp install doc about the MIBS data, remove static or ↵Pierre Joye2010-12-131-0/+4
| | | | removed exts
* - not anymore in core or builtinPierre Joye2010-12-071-4/+0
|
* Update INI files per doc bug #53420 (mail.log is poorly documented).Adam Harvey2010-11-291-1/+2
|
* Fix bug #53089 (php.ini should use portable example of find) by using POSIXAdam Harvey2010-10-181-1/+1
| | | | | | compliant syntax in the suggested find command for cleaning up session files in the shipped php.ini files.
* Fixed bug #52593 (exif is placed before mbstring in php.ini)Kalle Sommer Nielsen2010-08-161-1/+1
|
* - typoPierre Joye2010-06-241-1/+1
|
* - duplicate entryPierre Joye2010-06-081-3/+0
|
* - [DOC] add session.entropy* support to windowsPierre Joye2010-06-081-1/+3
|
* Fix php.ini comment typoChristopher Jones2010-04-151-1/+1
|
* Make sure that max_file_uploads is set to 20 by-default in all placesIlia Alshanetsky2009-11-051-1/+1
|
* Introduced a max_file_uploads INI setting, which is set to limit theIlia Alshanetsky2009-10-271-0/+3
| | | | | | number of file uploads per-request to 100 by default, to prevent possible DOS via temporary file exhaustion.
* MFH: document the hash name functionality available since 5.3Gwynne Raskind2009-07-171-0/+3
|
* add intl optionStanislav Malyshev2009-07-131-0/+4
|
* MFH: removed references to track_vars, since this option doesnt exist since agesLukas Smith2009-07-021-22/+18
|
* MFH Add missing ini entries (Mikko)Johannes Schlüter2009-06-281-9/+36
|
* MFH: Add ibase settingsJohannes Schlüter2009-06-281-10/+31
|
* MFH: Add two ini settings and remove ini setting which is commented out in codeJohannes Schlüter2009-06-281-3/+8
|
* MFH: Add missing MySQL entriesJohannes Schlüter2009-06-281-15/+54
|
* - Remove outdated version informationHannes Magnusson2009-06-271-4/+42
| | | | | | | - Remove no-longer-existing windows dll (there could be more..) - List missing INI directives (need to add descriptions to them and sort them correctly..)
* - win extension_dirPierre Joye2009-05-041-0/+2
|
* Implemented new shorter URLs for ini settings (ex: php.net/short-open-tag)Philip Olson2009-04-101-208/+208
|
* Fixed typoPhilip Olson2009-04-101-1/+1
|
* MFH: Mention which directives are hardcoded using the CLI SAPIHannes Magnusson2009-04-061-0/+6
|
* - update extension=Pierre Joye2009-03-261-7/+0
|
* Corrected missing comment.Eric Stewart2009-03-261-1/+1
|
* 1. Involves an mbstring setting correction regarding:Eric Stewart2009-03-231-6/+23
| | | | | | | | | | | | | http://marc.info/?l=php-cvs&m=123596904426621&w=2 2. Added mbstring.http_output_conv_mimetype directive. 3. Adds an additional comment including XOR in the list of usable bitwise operators. 4. Note regarding the merge of E_STRICT into E_ALL in PHP 6.0.0. 5. Notes regarding [PATH] and [HOST] use in CGI/FastCGI.
* MFH: Replace old php.ini files with the new ones according toJohannes Schlüter2009-03-171-0/+1746
http://wiki.php.net/rfc/newinis (by Eric Lee Stewart)