Commit Graph

191 Commits

Author SHA1 Message Date
Marcus Boerger
0dacd6d5c0 - ze1 cleanup (bjori) /thx 2006-05-10 19:41:34 +00:00
Ilia Alshanetsky
f541b63e1f Fixed bug #36334 (Added missing documentation about realpath cache INI
settings).
2006-02-08 23:43:48 +00:00
Pierre Joye
3c1b981a28 - ini entry for gd.jpeg_ignore_warning 2006-02-05 16:04:11 +00:00
Rui Hirokawa
90bb16db5a MFH 2006-01-21 02:49:52 +00:00
Rasmus Lerdorf
c7d2d2a689 MFH - instantiated is correct 2005-12-30 17:15:55 +00:00
foobar
b905bddda8 MFH 2005-12-30 12:21:48 +00:00
Frank M. Kromann
a7d2ac4189 Fix #35730 Use correct character encoding with FreeTDS 2005-12-21 22:43:06 +00:00
Frank M. Kromann
fe306ed1a6 Change max_procs from 25 to library default. This will make FreeTDS connections work a bit better 2005-11-14 23:14:25 +00:00
Derick Rethans
15c1b8a3a2 - MFH: E_STRICT is not part of E_ALL, so the lines were wrong here. 2005-11-06 11:09:32 +00:00
foobar
98691ba0c0 nuke typo 2005-11-01 16:21:29 +00:00
Edin Kadribasic
4566f48777 Build PDO and SQLite as shared 2005-09-24 15:13:13 +00:00
foobar
805ca9c51f MFH 2005-08-29 14:46:17 +00:00
foobar
917eefc3ff fix typo 2005-07-13 08:20:32 +00:00
Edin Kadribasic
230d5bc4fc Inconsistency noticed by Nicholas Telford 2005-07-01 23:47:08 +00:00
Andi Gutmans
9f9f6d2e5d - E_STRICT shouldn't be on by default on production servers. 2005-06-18 16:52:24 +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
25dd01d428 - If this is supposed to be the configuration we recommend,
we've been recommending to not use short-open-tag for a long time.
  E_STRICT too for 5.1 since it promotes the right ways (tm) to do things.
#
# This is for 5.1, 5.1, 5.1, 5.1...
#
2005-04-04 07:55:13 +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
Andi Gutmans
c2913c977a - Revert expose_php change 2004-12-28 03:48:18 +00:00
Ilia Alshanetsky
5acd33001a Turn off sending of PHP identifying header. This is complete useless for
any practical application and is a total wasting bandwidth/cpu.
2004-12-28 02:42:23 +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
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