Commit Graph

282 Commits

Author SHA1 Message Date
Matt Wilmas
df5f8f885d Updated description to match docs 2008-11-28 19:05:42 +00:00
Hannes Magnusson
4750e76dd9 Document the xmlrpc_errors option, it is totally unrelated to the extension 2008-11-13 19:05:36 +00:00
Kalle Sommer Nielsen
e667c25403 [DOC] Remove define_syslog_variables() and define_syslog_variables ini option 2008-10-15 18:41:18 +00:00
Christopher Jones
be8d5235bc Update Oracle DLL examples to match build changes 2008-08-28 05:31:15 +00:00
Felipe Pena
6f78f32cc2 - Fixed error levels 2008-08-03 17:19:24 +00:00
Hannes Magnusson
1ddbfe44c8 MFB5.3: INI options for new extions 2008-08-01 11:01:11 +00:00
Christopher Jones
cb78e70854 Sync oci8.default_prefetch example value with recent change 2008-07-27 16:35:56 +00:00
Hannes Magnusson
5919165375 Add E_USER_DEPRECATED (patch by Lars Strojny) 2008-07-21 09:36:21 +00:00
Christopher Jones
b3082cf664 Add E_DEPRECATED comment 2008-04-07 21:23:28 +00:00
Stanislav Malyshev
c5c4b858df MFB: add request_order INI variable to control $_REQUEST content
# if not set (default), variables_order still is used
# request_order accepts G,P and C
2008-03-12 20:53:04 +00:00
Antony Dovgal
c5439a8214 new Oracle stuff 2008-02-21 13:36:25 +00:00
Johannes Schlüter
8f27b872a8 - Fix typo (see #44095) 2008-02-11 00:00:48 +00:00
Jani Taskinen
f964370a35 - Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
  in php.ini. All directives set in these sections will not be able to be
  overridden in user-defined ini-files or during runtime in the specified
  path.

- Improved php.ini handling:
  . Added better error reporting for syntax errors in php.ini files
  . Allowed "ini-variables" to be used almost everywhere ini php.ini files
  . Allowed using alphanumeric/variable indexes in "array" ini options
  . Fixed get_cfg_var() to be able to return "array" ini options

- Fixed bug #27372 (parse error loading browscap.ini at apache startup)
- Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
  characters)

@DOC Pierre promised to handle the manual part of this :D
2007-09-28 02:04:28 +00:00
Derick Rethans
f56a7a7edb - Avoid confusion. 2007-09-02 19:57:21 +00:00
Jani Taskinen
3f3c0d74e1 Fix typo in fastcgi.logging option example 2007-08-21 23:24:01 +00:00
Jani Taskinen
e5b9fd0d6c - Changed "display_errors" php.ini option to accept "stderr" as value which
makes the error messages to be outputted to STDERR instead of STDOUT with
  CGI and CLI SAPIs.
2007-07-24 14:18:47 +00:00
Dmitry Stogov
f79678093b Fixed default values 2007-06-21 09:01:57 +00:00
foobar
14108480eb - Add missing entry 2007-05-27 18:04:32 +00:00
Hannes Magnusson
69c40e4141 MFB: max_input_nesting_level 2007-05-22 13:28:49 +00:00
Antony Dovgal
47d3276cd7 removed unused highlight.bg ini option 2007-04-26 09:39:03 +00:00
Antony Dovgal
eb7e31c17a swap the options 2007-04-12 12:31:02 +00:00
Antony Dovgal
6cc5c10713 add short descriptions for PCRE ini options 2007-04-12 10:24:57 +00:00
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