History log of /PHP-5.5/php.ini-production (Results 76 – 100 of 117)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.15RC2, php-5.3.4RC2
# 71115013 29-Nov-2010 Adam Harvey

Update INI files per doc bug #53420 (mail.log is poorly documented).


# 07ea326c 29-Nov-2010 Adam Harvey

Update INI files per doc bug #53420 (mail.log is poorly documented).


Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 9ef050ca 18-Nov-2010 Patrick Allaert

Reviewing php.ini-* configurations files:
* Making both files as similar as possible
* Removed trailing whitespaces
* Fixed some spelling mistakes
* Section [PostgresSQL] -> [PostgreS

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

show more ...


# baa6f7fc 18-Oct-2010 Adam Harvey

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.


# 6a289f4d 18-Oct-2010 Adam Harvey

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.


# 0ff6f904 16-Aug-2010 Kalle Sommer Nielsen

Fixed bug #52593 (exif is placed before mbstring in php.ini)


# 61a1bad7 16-Aug-2010 Kalle Sommer Nielsen

Fixed bug #52593 (exif is placed before mbstring in php.ini)


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2
# d27d572a 24-Jun-2010 Pierre Joye

- typo


# 07985e91 24-Jun-2010 Pierre Joye

- typo


Revision tags: php-5.3.3RC1, php-5.2.14RC1
# 761dbeed 08-Jun-2010 Pierre Joye

- duplicate entry


# 26a91baa 08-Jun-2010 Pierre Joye

- duplicate entry


# f8b17007 08-Jun-2010 Pierre Joye

- [DOC] add session.entropy* support to windows


# bfe51d38 08-Jun-2010 Pierre Joye

- [DOC] add session.entropy* support to windows


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

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_

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

show more ...


# 0a6bcd44 26-Apr-2010 Felipe Pena

- Removed allow_call_time_pass_reference (Pierrick)


# 9a38f301 21-Apr-2010 Kalle Sommer Nielsen

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.


# febee112 21-Apr-2010 Kalle Sommer Nielsen

Removed register_globals


# ff515d0e 15-Apr-2010 Christopher Jones

Fix php.ini comment typo


# 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


12345