summaryrefslogtreecommitdiff
path: root/php.ini-dist
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Emphasize a couple of pointsSascha Schumann2002-10-091-4/+6
|
* - 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
|
* Document session.save_path option in php.iniColin Viebrock2002-10-071-0/+17
|
* move gc_maxlifetime one upSascha Schumann2002-10-031-7/+7
|
* Add new session optionsSascha Schumann2002-10-031-1/+14
|
* on -> OnYasuo Ohgaki2002-09-251-1/+1
|
* add note about url_rewriter.tagsSascha Schumann2002-09-251-0/+5
|
* We are about to enter 2003, sending two-digit years does not make tooSascha Schumann2002-09-251-2/+3
| | | | | | much sense anymore. According to an article from '98, only Netscape 3.x was affected anyway.
* Fix #13472 by making it possible to append the <input> stuff afterSascha Schumann2002-09-251-6/+6
| | | | | <fieldset> for xhtml compliance.
* Implement a default_socket_timeout and auto_detect_line_endings ini options.Wez Furlong2002-09-231-1/+10
| | | | | Also move user_agent from BG to FG.
* add the user_agent ini option.Sterling Hughes2002-09-071-0/+3
|
* 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
|
* Add warning about atime requirement for session gcRasmus Lerdorf2002-08-171-0/+3
|
* 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...
* Move unserialize_callback_func description a littleYasuo Ohgaki2002-08-091-9/+9
|
* Added note for output_handler usage. (with Marcus and Adam's fix)Yasuo Ohgaki2002-08-091-3/+9
|
* -add & document ini settings for exifMarcus Boerger2002-07-281-0/+13
|
* This option should be left enabled by default by mistake.Yasuo Ohgaki2002-07-191-2/+4
| | | | | | | | | | | | --enable-trans-sid option is removed and this option should be disabled by default in php.ini. 1) It's insecure by nature 2) It may not work well always 3) It wasn't enabled by default used be 4) It risks security and user should enable it after realizing it's security risks.
* Move down open_basedir description.Yasuo Ohgaki2002-07-181-8/+7
|
* Fixed open_basedir note - thanks to Sander. I also notice I have to modify ↵Yasuo Ohgaki2002-07-171-1/+1
| | | | pg_lo_import(), etc. It does not check open_basedir at all. It checks UID/GID, though. We are better to note how we should treat files in coding standard.
* Added note for open_basedirYasuo Ohgaki2002-07-171-0/+1
|
* Added php.ini option "mysql_connection.timeout"Georg Richter2002-07-161-0/+3
|
* added mbstring.language option in ext/mbstring.Rui Hirokawa2002-07-111-0/+3
|
* - Implement Andrei's request for disabling memory leak reporting in debugDerick Rethans2002-06-261-0/+5
| | | | | | builds. #- Andrei: I can show you the logs :)
* - List new session.use_only_cookies option.Markus Fischer2002-06-161-0/+3
|
* Adding ini setting for max_procsFrank M. Kromann2002-06-101-0/+3
|
* Update cracklib path and comment it out (thanks to Urs Gehrig for the hint)Sander Roobol2002-06-011-1/+1
|
* It's get_cfg_var() not cfg_get_var()Sander Roobol2002-05-191-1/+1
|
* Adding ini setting that allows the MSSQL extension to use NT authenticationFrank M. Kromann2002-05-091-0/+3
|
* # Since Jani seems to have us all on /ignore, I'm revertingRasmus Lerdorf2002-04-271-1/+1
|
* Default setting for short_open_tag is better be Off.foobar2002-04-261-1/+1
|
* Added mbstring.func_overload directiveYasuo Ohgaki2002-04-191-0/+8
|
* Remove gargabeYasuo Ohgaki2002-04-191-1/+1
|
* Added description to mbstring ini entriesYasuo Ohgaki2002-04-191-1/+12
|
* new ini setting log_errors_max_lenMarcus Boerger2002-04-101-0/+4
| | | | | | @-New ini setting log_errors_max_len controls maximum length for error @ messages. Set it to 0 for infinite. Default is 1024 (old behaviour) (Marcus)
* Removed relics from PHP3.foobar2002-04-071-6/+0
|
* Added pgsql.ignore_notice and pgsql.log_notice ini entry.Yasuo Ohgaki2002-04-071-0/+7
|