Christopher Jones
4fff4753ac
Change PHP 6 refs to PHP 5.4 and sync some spelling with PHP_5_4 branch files
2012-03-01 20:05:18 +00:00
Dmitry Stogov
b8a08bf263
Added max_input_vars directive to prevent attacks based on hash collisions
2011-12-15 10:31:02 +00:00
Felipe Pena
fbe48da396
- Fixed bug #60489 (Simple Typo In php.ini Files)
...
patch by: danbrown at php.net
2011-12-09 22:43:01 +00:00
Hannes Magnusson
0a7fd1962b
Uhh.. Can't believe noone noticed the gc option was missing from our ini files
2011-12-08 14:57:02 +00:00
Christopher Jones
5fdb19fba0
Miscellaneous: move misplaced entry; fix typos; note more precise OCI8 DLL dependency; remove session.entropy_file setting which was only in PHP_5_3 php.ini-development
2011-11-29 22:33:55 +00:00
Pierre Joye
91983739e7
- add crt warning ini
2011-11-24 12:51:28 +00:00
Christian Stocker
c9b5d92821
Fix wrong comment
...
Add new xsl ini options to php.ini
2011-10-06 18:30:55 +00:00
Gustavo André dos Santos Lopes
5fad615ff5
- Changed php.ini files to match the hard-coded default for serialize_precision.
2011-02-09 00:25:44 +00:00
Adam Harvey
39210df0ed
Implement request #53684 (Deprecated HTML in sample php.ini).
2011-01-07 03:43:20 +00:00
Pierre Joye
acd87493ec
-add a link to snmp install doc about the MIBS data, remove static or removed exts
2010-12-13 21:07:13 +00:00
Pierre Joye
cba0322c81
- not anymore in core or builtin
2010-12-07 23:53:51 +00:00
Adam Harvey
7111501381
Update INI files per doc bug #53420 (mail.log is poorly documented).
2010-11-29 03:44:56 +00:00
Adam Harvey
6a289f4d10
Fix bug #53089 (php.ini should use portable example of find) by using POSIX
...
compliant syntax in the suggested find command for cleaning up session files in
the shipped php.ini files.
2010-10-18 02:10:29 +00:00
Kalle Sommer Nielsen
61a1bad720
Fixed bug #52593 (exif is placed before mbstring in php.ini)
2010-08-16 00:26:39 +00:00
Pierre Joye
d27d572a7d
- typo
2010-06-24 00:15:12 +00:00
Pierre Joye
761dbeedbb
- duplicate entry
2010-06-08 13:48:02 +00:00
Pierre Joye
f8b17007e0
- [DOC] add session.entropy* support to windows
2010-06-08 13:46:19 +00:00
Christopher Jones
ff515d0ee4
Fix php.ini comment typo
2010-04-15 19:22:01 +00:00
Ilia Alshanetsky
9d095a6011
Make sure that max_file_uploads is set to 20 by-default in all places
2009-11-05 13:29:34 +00:00
Ilia Alshanetsky
e2211cee86
Introduced a max_file_uploads INI setting, which is set to limit the
...
number of file uploads per-request to 100 by default, to prevent possible
DOS via temporary file exhaustion.
2009-10-27 16:13:48 +00:00
Gwynne Raskind
c08473090c
MFH: document the hash name functionality available since 5.3
2009-07-17 13:22:56 +00:00
Stanislav Malyshev
c7eb83def9
add intl option
2009-07-13 23:57:20 +00:00
Lukas Smith
84dcca9f48
MFH: removed references to track_vars, since this option doesnt exist since ages
2009-07-02 13:34:38 +00:00
Johannes Schlüter
ccb33c060f
MFH Add missing ini entries (Mikko)
2009-06-28 17:56:18 +00:00
Johannes Schlüter
6d68dbc331
MFH: Add ibase settings
2009-06-28 16:41:17 +00:00
Johannes Schlüter
3840317d40
MFH: Add two ini settings and remove ini setting which is commented out in code
2009-06-28 15:56:19 +00:00
Johannes Schlüter
c9fa89534c
MFH: Add missing MySQL entries
2009-06-28 15:21:19 +00:00
Hannes Magnusson
3ca8e5ab0f
- Remove outdated version information
...
- Remove no-longer-existing windows dll (there could be more..)
- List missing INI directives (need to add descriptions to them and sort
them correctly..)
2009-06-27 13:29:53 +00:00
Pierre Joye
8991998d7a
- win extension_dir
2009-05-04 15:20:38 +00:00
Philip Olson
c1ccccc658
Implemented new shorter URLs for ini settings (ex: php.net/short-open-tag)
2009-04-10 01:18:49 +00:00
Philip Olson
9d2c39ac41
Fixed typo
2009-04-10 00:10:31 +00:00
Hannes Magnusson
d038c5f0db
MFH: Mention which directives are hardcoded using the CLI SAPI
2009-04-06 08:37:33 +00:00
Pierre Joye
3526fe5dad
- update extension=
2009-03-26 18:45:37 +00:00
Eric Stewart
0b41f612ac
Corrected missing comment.
2009-03-26 01:38:53 +00:00
Eric Stewart
e0669bf1ab
1. Involves an mbstring setting correction regarding:
...
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.
2009-03-23 02:36:34 +00:00
Johannes Schlüter
c3fcaf1d7d
MFH: Replace old php.ini files with the new ones according to
...
http://wiki.php.net/rfc/newinis (by Eric Lee Stewart)
2009-03-17 19:19:17 +00:00