Commit Graph

291 Commits

Author SHA1 Message Date
foobar
7b980c6f95 typofixes 2005-12-30 12:20:39 +00:00
Frank M. Kromann
8560728ae0 Fix #35730 Use correct character encoding with FreeTDS 2005-12-21 22:44:04 +00:00
foobar
ecd8376f36 - Changed "session.use_only_cookies" to be on by default. 2005-12-02 18:42:41 +00:00
Rasmus Lerdorf
e1f1857978 Add allow_url_include to let people turn on allow_url_fopen without also
enabling remote code execution through url wrappers
2005-11-18 16:20:43 +00:00
Frank M. Kromann
0eaec9871c MFB: Change max_procs from 25 to library default. This will make FreeTDS connections work a bit better 2005-11-14 23:14:54 +00:00
Derick Rethans
dba96fb9e4 - E_STRICT is not part of E_ALL, so the lines were wrong here. 2005-11-06 11:08:50 +00:00
Edin Kadribasic
c4e65a4a2d MFB: Build PDO and SQLite as shared 2005-09-24 15:15:13 +00:00
Derick Rethans
0f391bb0b3 - Add E_RECOVERABLE.
#- Thought I did this before already actually...
2005-09-15 16:19:48 +00:00
foobar
2f400cc199 Clean away PECled exts and added date.timezone setting 2005-08-29 14:46:00 +00:00
Andi Gutmans
2233736cf6 - Add unicode INI settings 2005-08-12 05:30:02 +00:00
foobar
917eefc3ff fix typo 2005-07-13 08:20:32 +00:00
Georg Richter
5c99563615 fix for bug #32947 (Incorrect option for mysqli default password) 2005-05-05 12:22:48 +00:00
foobar
921c39f496 Add auto_globals_jit entry to php.ini-* (bug #29514) 2005-04-29 01:37:19 +00:00
foobar
03bdd1a5d4 - Added fastcgi.logging php.ini option to be able to disable
logging through the fastcgi connection
2005-04-28 13:14:26 +00:00
foobar
c45a0c918f Make sure php_mbstring.dll is first to getting loaded..(bug #32552) 2005-04-02 23:04:02 +00:00
Joey Smith
4e10995140 Adding comments to .ini files at philip@php.net's request. 2005-03-28 07:26:06 +00:00
Johannes Schlüter
f28e72b06a - Change comment: Syntax highlighter uses <span> instead of <font> 2005-03-01 00:23:31 +00:00
Ilia Alshanetsky
8eab7ab62e Added notes about ignore_user_abort to php.ini* 2005-02-28 22:09:22 +00:00
foobar
d20e2cf0fc Nuke non-existing ini option 2005-02-14 08:23:54 +00:00
Ilia Alshanetsky
4da21882fd Fixed spelling. 2004-12-27 07:19:25 +00:00
Antony Dovgal
9fb623c312 fix #30314 2004-11-28 13:21:09 +00:00
Edin Kadribasic
372a69fded iconv is built-in in php5 2004-11-15 23:27:48 +00:00
Andi Gutmans
48b766d500 - Fix typos 2004-08-17 23:08:44 +00:00
Antony Dovgal
b3da1422bb fix typo 2004-08-17 10:57:40 +00:00
Ilia Alshanetsky
636eb109ad Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode). 2004-08-10 00:44:20 +00:00
Antony Dovgal
addc7161b9 fix typo in php.ini: paramAters -> paramEters 2004-08-03 06:19:16 +00:00
Marcus Boerger
f2377c4d1f Synch comments 2004-07-15 19:09:37 +00:00
Dmitry Stogov
2b216967f2 Added SOAP configuration directives 2004-06-23 08:18:42 +00:00
Derick Rethans
255a5a8a5b - Document the smtp_port setting in php.ini 2004-05-17 16:30:22 +00:00
Wez Furlong
32be6f268b Fix for Bug #26757: session.save_path defaults to bogus value on win32
Merge from branch with one main difference: the default save_path is
set to the empty string on all platforms, whereas the code in the
branch only does so for win32.
2004-03-29 21:44:07 +00:00
Derick Rethans
56fe1a38bf - That change was unintentional, but it would be the right thing to do ;-) 2004-03-14 22:00:22 +00:00
Derick Rethans
4e7e611ca8 - The extension list is ordered alphabetically, also moved the tidy section
to a more suitable place (new things go at the end, not at the start).
2004-03-14 21:36:17 +00:00
John Coggeshall
be3a537411 Adding extension=php_tidy.dll 2004-03-14 01:26:33 +00:00
Georg Richter
8e52a1a8a3 added MySQLI ini entries
added ini parameter for mysql->reconnect
2004-02-26 11:40:35 +00:00
Zeev Suraski
3f514ccb79 - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only affect auto-clone).
- Perform implementation checks even with simple inheritance (off when
    compatibility mode is enabled).
  - Restore default arguments in interfaces and handle it correctly.
  - Move registration of internal classes later in the startup sequence
    in order to have INI options available.
2004-02-25 10:58:06 +00:00
Ilia Alshanetsky
0f9d01d8ac Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200
header that is not normally needed).
2004-02-10 00:02:38 +00:00
foobar
e3c80d52da - Remove gpc_order since it doesn't serve any purpose. 2004-01-26 04:15:08 +00:00
Ard Biesheuvel
e0c0c9f620 MySQL is no longer built in by default 2004-01-25 15:18:02 +00:00
John Coggeshall
6abf31f09c Adding the tidy.default_config and tidy.clean_output options to the .ini
files
2003-12-18 02:06:00 +00:00
foobar
c389f67e91 - Moved ext/crack and ext/mcal to PECL. 2003-12-04 12:05:57 +00:00
Sara Golemon
ef9949ff37 Update php.ini-* with E_STRICT error reporting level. -dist excludes E_STRICT, -recommended includes it. 2003-11-29 02:49:57 +00:00
foobar
6f6df4f9a4 Removed entries which no longer have no function 2003-11-20 07:46:46 +00:00
foobar
2bbd11e6b5 "fixed" bug #25344 (regular domain "localhost.com" used in php.ini) 2003-09-01 16:25:07 +00:00
foobar
d06a572fc9 php_xslt.dll -> php_xsl.dll, removed non-existing php_domxml.dll (bug #24960) 2003-08-06 13:28:59 +00:00
Frank M. Kromann
f078959207 oops. fix spelling 2003-07-09 22:38:46 +00:00
Frank M. Kromann
fe04bd50e8 Adding missing MSSQL Server ini settings 2003-07-09 22:36:18 +00:00
Edin Kadribasic
59e96375c3 MySQL is back as a shared extension. 2003-06-30 20:36:38 +00:00
Ilia Alshanetsky
d860759db9 Make the default mysql connection timeout 60 seconds rather then unlimited. 2003-06-18 15:19:16 +00:00
Edin Kadribasic
b7713f411e Fix for #23902 by Shane.
Removed bogus recommendation from php.ini files.

# Basic authentication is actually possible
# usign IIS + PHP cgi countrary to our current docs
2003-06-03 10:06:45 +00:00
foobar
8df56be33c Add the note to php.ini-* about the mail.force_extra_paramaters 2003-05-30 20:06:05 +00:00
Ilia Alshanetsky
b20df54af7 Make serialize precision a configurable option. 2003-05-08 01:23:21 +00:00
foobar
2219a62606 - Made 'register_long_arrays' to be "On" by default. 2003-04-25 10:57:23 +00:00
Sascha Schumann
5145d17fde dividend -> divisor 2003-04-05 11:38:13 +00:00
foobar
67c24604ee MFB 2003-03-25 13:35:21 +00:00
Edin Kadribasic
da22639d94 MFB 2003-03-25 10:23:22 +00:00
foobar
b26db9cd5c Using of quotes around paths is a very good idea.. 2003-03-19 16:53:02 +00:00
Marcus Boerger
aba27fc6ca - disable html_errors per default as suggested by php.ini-<xxx>
- 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?
2003-03-16 20:47:56 +00:00
foobar
3b07e2f8b6 "allow_webdav_methods" does not exist / is not needed anymore 2003-03-15 00:21:45 +00:00
Harald Radi
87f6d0d86d adding placeholder for the new disable_classes directive 2003-03-03 01:30:27 +00:00
Derick Rethans
a8f97a4842 - It was called _VARS, not _GLOBALS :-) 2003-03-02 12:46:37 +00:00
Zeev Suraski
4e55747a2b Add JIT initialization for _SERVER and _ENV
(it's less important for the others, even though it should be fairly
easy now too)
2003-03-02 10:19:15 +00:00
Sascha Schumann
2393b5bfc5 update regarding session.save_path 2003-02-11 00:50:00 +00:00
Sascha Schumann
9233627887 Remove obsolete warning 2003-01-31 07:44:17 +00:00
Sascha Schumann
db8b4c6762 Add INI setting session.hash_bits_per_character which enables developers
to choose how session ids are represented, regardless of the hash algorithm.
2003-01-16 07:21:49 +00:00
Sascha Schumann
5a468ce877 sync entries 2003-01-12 13:09:54 +00:00
Sascha Schumann
f2f1f94e36 add INI setting session.hash_function
add support for creating session ids using SHA-1
source more entropy for session ids
2003-01-12 13:07:14 +00:00
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
foobar
bad0d653a1 MFB: ; instead of : 2002-11-24 05:15:10 +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
Sascha Schumann
f0a7d9baba Emphasize a couple of points 2002-10-09 09:03:04 +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
Colin Viebrock
7076a9b9f3 Document session.save_path option in php.ini 2002-10-07 17:58:27 +00:00
Sascha Schumann
4fbf3f77c0 move gc_maxlifetime one up 2002-10-03 06:52:23 +00:00
Sascha Schumann
0ccb5d98b4 Add new session options 2002-10-03 06:49:33 +00:00
Yasuo Ohgaki
b437a23ada on -> On 2002-09-25 23:36:27 +00:00
Sascha Schumann
21adf62204 add note about url_rewriter.tags 2002-09-25 18:08:58 +00:00
Sascha Schumann
6816ba4b32 We are about to enter 2003, sending two-digit years does not make too
much sense anymore.  According to an article from '98, only Netscape 3.x was
affected anyway.
2002-09-25 16:11:31 +00:00
Sascha Schumann
7af64ef531 Fix #13472 by making it possible to append the <input> stuff after
<fieldset> for xhtml compliance.
2002-09-25 11:06:24 +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
Rasmus Lerdorf
b16eb792ab Add warning about atime requirement for session gc 2002-08-17 01:14:53 +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