summaryrefslogtreecommitdiff
path: root/php.ini-recommended
Commit message (Collapse)AuthorAgeFilesLines
* oops. fix spellingFrank M. Kromann2003-07-091-1/+1
|
* Adding missing MSSQL Server ini settingsFrank M. Kromann2003-07-091-0/+11
|
* MySQL is back as a shared extension.Edin Kadribasic2003-06-301-0/+1
|
* Make the default mysql connection timeout 60 seconds rather then unlimited.Ilia Alshanetsky2003-06-181-1/+1
|
* Fix for #23902 by Shane.Edin Kadribasic2003-06-031-1/+1
| | | | | | | | Removed bogus recommendation from php.ini files. # Basic authentication is actually possible # usign IIS + PHP cgi countrary to our current docs
* Add the note to php.ini-* about the mail.force_extra_paramatersfoobar2003-05-301-0/+5
|
* Make serialize precision a configurable option.Ilia Alshanetsky2003-05-081-0/+5
|
* dividend -> divisorSascha Schumann2003-04-051-3/+4
|
* MFBfoobar2003-03-251-1/+0
|
* MFBEdin Kadribasic2003-03-251-1/+0
|
* Using of quotes around paths is a very good idea..foobar2003-03-191-2/+2
|
* - disable html_errors per default as suggested by php.ini-<xxx>Marcus Boerger2003-03-161-0/+2
| | | | | | | | | - new error format that does not point to any documentation (if either not html_errors or no docref_root given e.g.: production boxes and default) - documentation update in php.ini-<xxx> # hope everyone is happy now # and why on earth was enabling html_errors default?
* "allow_webdav_methods" does not exist / is not needed anymorefoobar2003-03-151-5/+0
|
* adding placeholder for the new disable_classes directiveHarald Radi2003-03-031-0/+5
|
* - It was called _VARS, not _GLOBALS :-)Derick Rethans2003-03-021-1/+1
|
* Add JIT initialization for _SERVER and _ENVZeev Suraski2003-03-021-0/+5
| | | | | | (it's less important for the others, even though it should be fairly easy now too)
* update regarding session.save_pathSascha Schumann2003-02-111-2/+25
|
* Add INI setting session.hash_bits_per_character which enables developersSascha Schumann2003-01-161-3/+11
| | | | | to choose how session ids are represented, regardless of the hash algorithm.
* recommending SHA-1 as hash functionSascha Schumann2003-01-121-1/+1
|
* add INI setting session.hash_functionSascha Schumann2003-01-121-0/+5
| | | | | | add support for creating session ids using SHA-1 source more entropy for session ids
* MFB:Edin Kadribasic2002-12-261-1/+0
| | | | | Made ZLIB extension built in on Windows. Fixes #21139.
* MFB:Edin Kadribasic2002-12-211-5/+5
| | | | | | Updated list of bundled windows extensions compiled by Christoph Grottolo <cg@gordimer.net>
* Fixed bug #19207 by adding cgi.rfc2616_headers configuration directive.Edin Kadribasic2002-11-221-0/+8
|
* added a little bit more information for mysql.trace_modeGeorg Richter2002-11-111-1/+3
|
* added mysql.trace_modeGeorg Richter2002-11-111-0/+2
|
* correcting typos.Andrey Hristov2002-11-051-1/+1
|
* Added dbx.colnames_case option that controls the case of the returnedMarc Boeren2002-10-281-0/+10
| | | | | column names.
* Fixed bug #16880. Added an ini option max_input_time that allows the userIlia Alshanetsky2002-10-211-0/+1
| | | | | to specify how much time a script may spend parsing input data (POST, GET, etc..).
* Add note for short_open_tagYasuo Ohgaki2002-10-171-1/+6
| | | | | # Assuming no objection for adding note in the manual.
* - Document correct defaultDerick Rethans2002-10-081-1/+1
|
* - Do not change those from the default in Zend/zend_highlight.hDerick Rethans2002-10-081-6/+6
|
* colon written instead of semi-colon.Andrey Hristov2002-10-031-1/+1
|
* Add recommened entries, including disabling the session bug/featureSascha Schumann2002-10-031-1/+14
|
* - Merge url_rewriter.tags description from Sascha.Markus Fischer2002-09-261-0/+5
|
* Merge changes from php.ini-distYasuo Ohgaki2002-09-251-2/+3
|
* Implement a default_socket_timeout and auto_detect_line_endings ini options.Wez Furlong2002-09-231-0/+11
| | | | | Also move user_agent from BG to FG.
* add the user_agent ini option.Sterling Hughes2002-09-071-0/+2
|
* Fixed mbstring.func_overload description.Yasuo Ohgaki2002-09-041-2/+7
|
* Added mbstring.encoding_translation to php.ini-dist|recommendedYasuo Ohgaki2002-09-031-0/+7
|
* Per discussion on #php.bugs (+1 from at least Derick and Jani), revert ↵Sebastian Bergmann2002-09-011-8/+0
| | | | double_buffering.
* Remove relic from PHP3 days which is not useful anymore.foobar2002-08-241-3/+0
|
* add allow_webdav_methods as optionChristian Stocker2002-08-221-0/+6
|
* speling - thanks (Masaki Fujimoto), acually this wasn't my best piece of docMarcus Boerger2002-08-201-1/+1
|
* speling - thanks derickMarcus Boerger2002-08-201-1/+1
|
* note about double_bufferingMarcus Boerger2002-08-201-0/+8
|
* Added trans_sid security risk examples.Yasuo Ohgaki2002-08-141-2/+8
|
* docref_root and docref_ext for php_error_docref()Marcus Boerger2002-08-131-0/+9
| | | | | | @Added clickable error messages that direct to a page describing the @error or function causing the error in detail. (Yasuo, Wez, Marcus)
* Changed my mind.Yasuo Ohgaki2002-08-111-8/+10
| | | | | | | Let users decided whether users want larger chunk size or not. @ Changed zlib.output_compression behavior. If larger chunk is preferred, enable output_buffering also. (Marcus, Yasuo)
* Improved handling of output buffers (see news)\n#No trim for the string ↵Marcus Boerger2002-08-091-1/+7
| | | | parameter...
* Add unserialize_callback_func to php.ini-recommended.Yasuo Ohgaki2002-08-091-0/+9
|