#
4cf81c81 |
| 15-Apr-2010 |
Christopher Jones |
Fix php.ini comment typo |
#
a5304b13 |
| 15-Apr-2010 |
Kalle Sommer Nielsen |
Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/session) |
#
4e7b11cc |
| 12-Apr-2010 |
Kalle Sommer Nielsen |
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% i
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
show more ...
|
#
8087be61 |
| 12-Apr-2010 |
Kalle Sommer Nielsen |
* Changed the way removed ini directives are shown so its easier to add new ones * Removed define_syslog_variables and its associated functions |
#
9692a361 |
| 31-Mar-2010 |
Rasmus Lerdorf |
Set session.entropy_file to /dev/urandom or /dev/arandom by default if present at compile-time. Addresses part of bug #51436 |
#
906dd4ea |
| 23-Mar-2010 |
Rasmus Lerdorf |
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
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.
show more ...
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1, php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1 |
|
#
9d095a60 |
| 05-Nov-2009 |
Ilia Alshanetsky |
Make sure that max_file_uploads is set to 20 by-default in all places |
Revision tags: php-5.3.1RC3 |
|
#
e2211cee |
| 27-Oct-2009 |
Ilia Alshanetsky |
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. |
Revision tags: php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1 |
|
#
c0847309 |
| 17-Jul-2009 |
Gwynne Raskind |
MFH: document the hash name functionality available since 5.3 |
#
c7eb83de |
| 13-Jul-2009 |
Stanislav Malyshev |
add intl option |
#
84dcca9f |
| 02-Jul-2009 |
Lukas Smith |
MFH: removed references to track_vars, since this option doesnt exist since ages |
Revision tags: php-5.3.0 |
|
#
ccb33c06 |
| 28-Jun-2009 |
Johannes Schlüter |
MFH Add missing ini entries (Mikko) |
#
6d68dbc3 |
| 28-Jun-2009 |
Johannes Schlüter |
MFH: Add ibase settings |
#
3840317d |
| 28-Jun-2009 |
Johannes Schlüter |
MFH: Add two ini settings and remove ini setting which is commented out in code |
#
c9fa8953 |
| 28-Jun-2009 |
Johannes Schlüter |
MFH: Add missing MySQL entries |
#
3ca8e5ab |
| 27-Jun-2009 |
Hannes Magnusson |
- Remove outdated version information - Remove no-longer-existing windows dll (there could be more..) - List missing INI directives (need to add descriptions to them and sort them corre
- Remove outdated version information - Remove no-longer-existing windows dll (there could be more..) - List missing INI directives (need to add descriptions to them and sort them correctly..)
show more ...
|
Revision tags: php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2 |
|
#
8991998d |
| 04-May-2009 |
Pierre Joye |
- win extension_dir |
#
c1ccccc6 |
| 10-Apr-2009 |
Philip Olson |
Implemented new shorter URLs for ini settings (ex: php.net/short-open-tag) |
#
9d2c39ac |
| 10-Apr-2009 |
Philip Olson |
Fixed typo |
#
d038c5f0 |
| 06-Apr-2009 |
Hannes Magnusson |
MFH: Mention which directives are hardcoded using the CLI SAPI |
#
3526fe5d |
| 26-Mar-2009 |
Pierre Joye |
- update extension= |
#
0b41f612 |
| 26-Mar-2009 |
Eric Stewart |
Corrected missing comment. |
Revision tags: php-5.3.0RC1 |
|
#
e0669bf1 |
| 23-Mar-2009 |
Eric Stewart |
1. Involves an mbstring setting correction regarding: http://marc.info/?l=php-cvs&m=123596904426621&w=2 2. Added mbstring.http_output_conv_mimetype directive. 3. Adds an additio
1. Involves an mbstring setting correction regarding: http://marc.info/?l=php-cvs&m=123596904426621&w=2 2. Added mbstring.http_output_conv_mimetype directive. 3. Adds an additional comment including XOR in the list of usable bitwise operators. 4. Note regarding the merge of E_STRICT into E_ALL in PHP 6.0.0. 5. Notes regarding [PATH] and [HOST] use in CGI/FastCGI.
show more ...
|
#
c3fcaf1d |
| 17-Mar-2009 |
Johannes Schlüter |
MFH: Replace old php.ini files with the new ones according to http://wiki.php.net/rfc/newinis (by Eric Lee Stewart) |