1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
Commit Graph

122 Commits

Author SHA1 Message Date
Edin Kadribasic 46219c714d MFB:
Made ZLIB extension built in on Windows. Fixes #21139.
2002-12-26 13:40:32 +00:00
Edin Kadribasic 17687a4fff MFB:
Updated list of bundled windows extensions compiled by
Christoph Grottolo <cg@gordimer.net>
2002-12-21 22:19:51 +00:00
Edin Kadribasic 714a5be6cc Fixed bug #19207 by adding cgi.rfc2616_headers configuration directive. 2002-11-22 10:15:47 +00:00
Georg Richter 3b510352ad added a little bit more information for mysql.trace_mode 2002-11-11 13:40:30 +00:00
Georg Richter 8da440214f added mysql.trace_mode 2002-11-11 12:54:51 +00:00
Andrey Hristov 69283998ae correcting typos. 2002-11-05 12:32:11 +00:00
Marc Boeren abb1f69166 Added dbx.colnames_case option that controls the case of the returned
column names.
2002-10-28 09:54:21 +00:00
Ilia Alshanetsky b9efd22339 Fixed bug #16880. Added an ini option max_input_time that allows the user
to specify how much time a script may spend parsing input data (POST, GET, etc..).
2002-10-21 13:09:29 +00:00
Yasuo Ohgaki d023b841a2 Add note for short_open_tag
# Assuming no objection for adding note in the manual.
2002-10-17 09:49:47 +00:00
Derick Rethans 87e271833b - Document correct default 2002-10-08 07:47:45 +00:00
Derick Rethans e7bd4feef8 - Do not change those from the default in Zend/zend_highlight.h 2002-10-08 07:43:14 +00:00
Andrey Hristov 76a104feb8 colon written instead of semi-colon. 2002-10-03 13:03:21 +00:00
Sascha Schumann 04b66595a7 Add recommened entries, including disabling the session bug/feature 2002-10-03 06:51:38 +00:00
Markus Fischer 0a9c94e4af - Merge url_rewriter.tags description from Sascha. 2002-09-26 07:05:17 +00:00
Yasuo Ohgaki a85ed54e88 Merge changes from php.ini-dist 2002-09-25 23:34:50 +00:00
Wez Furlong c74b9faca5 Implement a default_socket_timeout and auto_detect_line_endings ini options.
Also move user_agent from BG to FG.
2002-09-23 18:12:39 +00:00
Sterling Hughes c0ed6edf41 add the user_agent ini option. 2002-09-07 15:43:08 +00:00
Yasuo Ohgaki 1f49fb1bcd Fixed mbstring.func_overload description. 2002-09-04 06:21:58 +00:00
Yasuo Ohgaki 582026fd64 Added mbstring.encoding_translation to php.ini-dist|recommended 2002-09-03 07:38:08 +00:00
Sebastian Bergmann 714c19fe66 Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double_buffering. 2002-09-01 11:33:19 +00:00
foobar 928c4ad41d Remove relic from PHP3 days which is not useful anymore. 2002-08-24 00:56:00 +00:00
Christian Stocker 2069410f57 add allow_webdav_methods as option 2002-08-22 07:59:11 +00:00
Marcus Boerger 0e065f6b36 speling - thanks (Masaki Fujimoto), acually this wasn't my best piece of doc 2002-08-20 23:29:39 +00:00
Marcus Boerger 9f86e70e8d speling - thanks derick 2002-08-20 20:27:18 +00:00
Marcus Boerger cbe9f80d44 note about double_buffering 2002-08-20 20:09:57 +00:00
Yasuo Ohgaki 699ccceaa4 Added trans_sid security risk examples. 2002-08-14 06:45:23 +00:00
Marcus Boerger d2418b11f8 docref_root and docref_ext for php_error_docref()
@Added clickable error messages that direct to a page describing the
@error or function causing the error in detail. (Yasuo, Wez, Marcus)
2002-08-13 15:29:34 +00:00
Yasuo Ohgaki 42355837c1 Changed my mind.
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)
2002-08-11 02:32:49 +00:00
Marcus Boerger 9c8ba935d6 Improved handling of output buffers (see news)\n#No trim for the string parameter... 2002-08-09 22:29:58 +00:00
Yasuo Ohgaki e300506be6 Add unserialize_callback_func to php.ini-recommended. 2002-08-09 06:17:06 +00:00
Yasuo Ohgaki 70ef3f67f3 Added note for output_handler usage. (with Marcus and Adam's fix) 2002-08-09 06:14:33 +00:00
Marcus Boerger 4f1e5943d8 -add & document ini settings for exif 2002-07-28 17:25:55 +00:00
Yasuo Ohgaki fd428a4882 This option should be left enabled by default by mistake.
--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.
2002-07-19 09:45:07 +00:00
Yasuo Ohgaki 658503f6ee Move down open_basedir description. 2002-07-18 01:36:17 +00:00
Yasuo Ohgaki 02bc91f0bc Fixed open_basedir note - thanks to Sander. I also notice I have to modify 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. 2002-07-17 04:20:37 +00:00
Yasuo Ohgaki ccc04b7096 Added note for open_basedir 2002-07-17 00:09:09 +00:00
Georg Richter ab863dee30 Added php.ini option "mysql_connection.timeout" 2002-07-16 13:52:23 +00:00
Rui Hirokawa 555ca8eedd added mbstring.language option in ext/mbstring. 2002-07-11 15:45:35 +00:00
Derick Rethans d812929d2f - Implement Andrei's request for disabling memory leak reporting in debug
builds.
#- Andrei: I can show you the logs :)
2002-06-26 19:43:46 +00:00
Markus Fischer c0736d6096 - List new session.use_only_cookies option. 2002-06-16 06:05:23 +00:00
Frank M. Kromann 4b40b9513b Adding ini setting for max_procs 2002-06-10 20:00:20 +00:00
Sander Roobol a6abfcbbe7 Update cracklib path and comment it out (thanks to Urs Gehrig for the hint) 2002-06-01 09:53:07 +00:00
Sander Roobol 295e8e5bd4 It's get_cfg_var() not cfg_get_var() 2002-05-19 14:16:41 +00:00
Frank M. Kromann 31a16f63f9 Adding ini setting that allows the MSSQL extension to use NT authentication 2002-05-09 20:36:40 +00:00
Rasmus Lerdorf 22182fc78d # Since Jani seems to have us all on /ignore, I'm reverting 2002-04-27 13:38:55 +00:00
foobar f0de9845f8 Default setting for short_open_tag is better be Off. 2002-04-26 23:20:06 +00:00
foobar a49d98b499 fixed the comment.. 2002-04-24 01:51:12 +00:00
Yasuo Ohgaki e59e3884b6 Added mbstring.func_overload directive 2002-04-19 07:13:55 +00:00
Yasuo Ohgaki fd89d2d24a Added description to mbstring ini entries 2002-04-19 06:30:14 +00:00
Marcus Boerger bd9cf79efb new ini setting log_errors_max_len
@-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)
2002-04-10 01:27:44 +00:00