Peter Cowburn
004cc53ab9
typofix (procgress to progress)
14 years ago
Peter Cowburn
8f545a7429
Fix php.ini comment ( #55834 )
14 years ago
Hannes Magnusson
3c1874143c
Fixed bug#55430, introduce the session.upload_progress family to the world
15 years ago
Arpad Ray
88e36378ff
add friendly log messages (req #55109 )
15 years ago
Hannes Magnusson
23b3468bc9
Add missing session ini options "skeletons" until they become atleast documented
15 years ago
Hannes Magnusson
17fb5f539d
Sync -development with -production
15 years ago
Derick Rethans
840ef1e320
- Turn on html_errors by default again in php.ini-production like it was in
PHP 5.3, but only generate docref links when the docref_root INI setting is
not empty.
15 years ago
Stanislav Malyshev
3f43c3ef9d
No E_STRICT in production
15 years ago
Stanislav Malyshev
7bb8f9eecb
Change E_ALL to include E_STRICT
15 years ago
Pierre Joye
cc1c7af037
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
15 years ago
Pierre Joye
8ebba9c69d
- cleanup
15 years ago
Pierrick Charron
1368364469
Fix common typos in the source code (Reported in Bug #54065 )
# External libraries were excluded
# Thanks eitan at eitanadler dot com for the first patch :)
15 years ago
Gustavo André dos Santos Lopes
efa9a8ee53
- Changed php.ini files to match the hard-coded default for serialize_precision.
15 years ago
Adam Harvey
abf0ea0110
Implement request #53684 (Deprecated HTML in sample php.ini).
15 years ago
Moriyoshi Koizumi
b0f8ac5299
- Update ini descriptions. It is still possible that zend.multibyte will be removed in the near future as it is confirmed to not impose any significant overhead with the standard configuration even when it is enabled.
15 years ago
Gustavo André dos Santos Lopes
c8622a07f5
- Adding enable_post_data_reading to php.ini-*
15 years ago
Jani Taskinen
ab80d4e4b7
- $_REQUEST is also JIT global now
15 years ago
Pierre Joye
269a6b09a3
-add a link to snmp install doc about the MIBS data, remove static or removed exts
15 years ago
Adam Harvey
07ea326cda
Update INI files per doc bug #53420 (mail.log is poorly documented).
15 years ago
Patrick Allaert
9ef050ca64
Reviewing php.ini-* configurations files:
* Making both files as similar as possible
* Removed trailing whitespaces
* Fixed some spelling mistakes
* Section [PostgresSQL] -> [PostgreSQL]
* Introducing missing mysqli.allow_{local_infile,persistent} entries in -development
15 years ago
Adam Harvey
baa6f7fc71
Fix bug #53089 (php.ini should use portable example of find) by using POSIX
compliant syntax in the suggested find command for cleaning up session files in
the shipped php.ini files.
15 years ago
Kalle Sommer Nielsen
0ff6f90446
Fixed bug #52593 (exif is placed before mbstring in php.ini)
16 years ago
Pierre Joye
07985e9172
- typo
16 years ago
Pierre Joye
26a91baa63
- duplicate entry
16 years ago
Pierre Joye
bfe51d3895
- [DOC] add session.entropy* support to windows
16 years ago
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
16 years ago
Felipe Pena
0a6bcd44a7
- Removed allow_call_time_pass_reference (Pierrick)
16 years ago
Kalle Sommer Nielsen
9a38f301d6
Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3.
16 years ago
Kalle Sommer Nielsen
febee11285
Removed register_globals
16 years ago
Christopher Jones
4cf81c81d0
Fix php.ini comment typo
16 years ago
Kalle Sommer Nielsen
a5304b138f
Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/session)
16 years ago
Kalle Sommer Nielsen
4e7b11ccce
Removed y2k_compliance ini option, making it "always" enabled internally
- The only reference to y2k_compliance was in php_std_date(). Browsers thats not compatable have a marketshare of 0.01% if they even are in use today
16 years ago
Kalle Sommer Nielsen
8087be61d0
* Changed the way removed ini directives are shown so its easier to add new ones
* Removed define_syslog_variables and its associated functions
16 years ago
Rasmus Lerdorf
9692a3619c
Set session.entropy_file to /dev/urandom or /dev/arandom by
default if present at compile-time. Addresses part of bug #51436
16 years ago
Rasmus Lerdorf
906dd4eac5
Switch default_charset, if not specified, from ISO-8859-1 to UTF-8
I have been wanting to make this change for years, but there is a small
chance of BC issues, so it shouldn't go into a minor release.
16 years ago
Christopher Jones
73614515cc
Remove magic_quotes from php.ini to match code reality
16 years ago
Ilia Alshanetsky
01642e1fa6
Make sure that max_file_uploads is set to 20 by-default in all places
16 years ago
Ilia Alshanetsky
9d095a6011
Make sure that max_file_uploads is set to 20 by-default in all places
16 years ago
Ilia Alshanetsky
0e5f61656c
Introduced a max_file_uploads INI setting, which is set to limit the
number of file uploads per-request to 100 by default, to prevent possible
DOS via temporary file exhaustion.
16 years ago
Ilia Alshanetsky
e2211cee86
Introduced a max_file_uploads INI setting, which is set to limit the
number of file uploads per-request to 100 by default, to prevent possible
DOS via temporary file exhaustion.
16 years ago
Gwynne Raskind
c08473090c
MFH: document the hash name functionality available since 5.3
17 years ago
Gwynne Raskind
02ab328b7b
document the hash name functionality available since 5.3
17 years ago
Stanislav Malyshev
8cd2d9facb
add intl ini value
17 years ago
Stanislav Malyshev
c7eb83def9
add intl option
17 years ago
Lukas Smith
84dcca9f48
MFH: removed references to track_vars, since this option doesnt exist since ages
17 years ago
Lukas Smith
764c63fac4
removed references to track_vars, since this option doesnt exist since ages
17 years ago
Hannes Magnusson
dd196e2567
MFB5.3: Add missing ini entries (Mikko)
17 years ago
Johannes Schlüter
ccb33c060f
MFH Add missing ini entries (Mikko)
17 years ago
Johannes Schlüter
88bac3a725
Add missing ini entries (Mikko)
17 years ago
Johannes Schlüter
6d68dbc331
MFH: Add ibase settings
17 years ago