1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Commit Graph

260 Commits

Author SHA1 Message Date
Dmitry Stogov 401b14aa4d Fixed comments 2006-12-21 13:06:03 +00:00
Dmitry Stogov d7b7678817 Default memory_limit value is set to 128M 2006-12-21 09:12:59 +00:00
Edin Kadribasic 5b52f6cc2c MFB 2006-12-19 10:34:58 +00:00
Hannes Magnusson 4970ccfa04 MFB: Remove bogus INI entry 2006-10-14 15:07:36 +00:00
Hannes Magnusson 49aab3f7d4 MFB: remove unused ini options 2006-09-28 19:39:25 +00:00
Hannes Magnusson ca4b00492d MFB; new ini options 2006-09-28 19:11:26 +00:00
Hannes Magnusson e4dab568cf MFB: typos 2006-09-09 22:07:00 +00:00
Ilia Alshanetsky 2ae992d772 MFB: Increased default memory limit to 16 megabytes to accommodate for a
more accurate memory utilization measurement.
2006-08-17 13:43:51 +00:00
Frank M. Kromann 17fc75214d Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values 2006-08-14 18:39:30 +00:00
Ilia Alshanetsky b97c393f87 MFB: Added support for httpOnly flag for session extension and cookie
setting functions.
2006-08-10 13:56:54 +00:00
Antony Dovgal bfceaaf1d1 unicode_semantics -> unicode.semantics 2006-06-28 15:07:14 +00:00
foobar 6af3218f81 more cleanup (lingering ini settings which do not exist anymore, etc.) 2006-04-10 15:09:15 +00:00
Ilia Alshanetsky 27e175eef0 So long safe_mode mode.
Also removed the magic_quotes configure option, no longer relevant since
the magic is gone :-).
2006-03-08 14:41:45 +00:00
Pierre Joye bb1ec86f9d - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase
(calling ini_set('magic_....') returns 0|false
- get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false
- set_magic_quotes_runtime raises an E_CORE_ERROR
2006-03-08 00:43:32 +00:00
Pierre Joye 303bfea78f - remove register_globals support (aka "Kill the f***ing thing" :) 2006-03-07 00:20:54 +00:00
Ilia Alshanetsky 53ae13aa91 MFB51: Fixed bug #36334 (Added missing documentation about realpath cache INI
settings).
2006-02-08 23:47:01 +00:00
Pierre Joye 9c7d105c9b - MFB: ini entry for gd.jpeg_ignore_warning 2006-02-05 16:05:46 +00:00
Rui Hirokawa 942098d19e added new option of mbstring to php.ini 2006-01-21 02:49:32 +00:00
Rasmus Lerdorf 577cdcfa27 instantiated was correct 2005-12-30 17:13:30 +00:00
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