1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
Commit Graph

227 Commits

Author SHA1 Message Date
Georg Richter 8e3bf69780 MFH: fix for bug #32947 2005-05-05 12:33:56 +00:00
foobar 0a0d20f919 MFH: Add auto_globals_jit entry to php.ini-* (bug #29514) 2005-04-29 01:37:37 +00:00
foobar 926ec43123 MFH 2005-04-28 13:14:55 +00:00
foobar 3d75c3fa8b MFH 2005-04-02 23:04:32 +00:00
Johannes Schlüter 7e81e9619e - MFH 2005-03-01 00:25:09 +00:00
foobar fd1125627a MFH: nuke unused code + non-existing ini option 2005-02-14 08:25:30 +00:00
Antony Dovgal 43b6cc62b1 MFH: fix #30314 2004-11-28 13:22:11 +00:00
Edin Kadribasic 044fba0b64 MFH 2004-11-15 23:29:42 +00:00
Andi Gutmans 435fff2cb1 - Fix typos 2004-08-17 23:09:37 +00:00
Antony Dovgal 9173e270b0 MFH: fix typo 2004-08-17 10:58:07 +00:00
Ilia Alshanetsky 6fe9c3735a MFH: Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode). 2004-08-10 00:44:23 +00:00
Antony Dovgal 87b52bb5cd MFH: fix typo in php.ini-dist & php.ini-recommended 2004-08-03 06:21:17 +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