History log of /php-src/php.ini-production (Results 101 – 125 of 394)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 5686e6e3 19-Mar-2019 Remi Collet

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
comment out sqlite3.defensive = 1 follow common practice, this is the default value


# 78c9a53d 19-Mar-2019 Remi Collet

comment out sqlite3.defensive = 1
follow common practice, this is the default value

# 2b54140b 18-Mar-2019 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix #76956: Wrong value for 'syslog.filter' documented in php.ini


# e0e5d26c 18-Mar-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #76956: Wrong value for 'syslog.filter' documented in php.ini


# ad2d2e41 18-Mar-2019 Christoph M. Becker

Fix #76956: Wrong value for 'syslog.filter' documented in php.ini

# dd691155 11-Mar-2019 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws


# aefe0dfd 11-Mar-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws


# e7ce7c6b 11-Mar-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws


Revision tags: php-7.1.27, php-7.3.3, php-7.2.16, php-7.3.3RC1, php-7.2.16RC1, php-7.2.15, php-7.3.2, php-7.2.15RC1, php-7.3.2RC1, php-5.6.40, php-7.1.26, php-7.3.1, php-7.2.14, php-7.2.14RC1, php-7.3.1RC1
# e93259bb 16-Dec-2018 bohwaz

SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws

# fddc7510 28-Feb-2019 Kalle Sommer Nielsen

Removed pdo_odbc.db2_instance_name

# 623911f9 03-Feb-2019 Peter Kokot

Merge branch 'PHP-7.4'

* PHP-7.4:
Remove local variables


# 92ac598a 22-Jan-2019 Peter Kokot

Remove local variables

This patch removes the so called local variables defined per
file basis for certain editors to properly show tab width, and
similar settings. These are mainly

Remove local variables

This patch removes the so called local variables defined per
file basis for certain editors to properly show tab width, and
similar settings. These are mainly used by Vim and Emacs editors
yet with recent changes the once working definitions don't work
anymore in Vim without custom plugins or additional configuration.
Neither are these settings synced across the PHP code base.

A simpler and better approach is EditorConfig and fixing code
using some code style fixing tools in the future instead.

This patch also removes the so called modelines for Vim. Modelines
allow Vim editor specifically to set some editor configuration such as
syntax highlighting, indentation style and tab width to be set in the
first line or the last 5 lines per file basis. Since the php test
files have syntax highlighting already set in most editors properly and
EditorConfig takes care of the indentation settings, this patch removes
these as well for the Vim 6.0 and newer versions.

With the removal of local variables for certain editors such as
Emacs and Vim, the footer is also probably not needed anymore when
creating extensions using ext_skel.php script.

Additionally, Vim modelines for setting php syntax and some editor
settings has been removed from some *.phpt files. All these are
mostly not relevant for phpt files neither work properly in the
middle of the file.

show more ...

# 9bc2cacf 28-Jan-2019 Nikita Popov

Remove special treatment of strings in asserts

This was deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.

# 331e56ce 28-Jan-2019 Nikita Popov

Remove mbstring.func_overload

Deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.

# 920b4b24 28-Jan-2019 Nikita Popov

Remove track_errors and $php_errormsg

This has been deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.

# 467d8b3f 21-Jan-2019 Christoph M. Becker

[ci skip] Add opcache.preload directive

# 38d0c5ba 14-Jan-2019 Nikita Popov

Merge branch 'PHP-7.3'

[ci skip]


# 5c3b17ca 14-Jan-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3

[ci skip]


# 5ac9990d 12-Jan-2019 wbob

document open_basedir and realpath cache coupling in php.ini

[ci skip]

# e089d506 14-Jan-2019 Dmitry Stogov

Added FFI extension

# f2ac27e7 08-Dec-2018 Remi Collet

Merge branch 'PHP-7.3'

* PHP-7.3:
add imap.enable_insecure_rsh in php.ini


# cb3a1df9 08-Dec-2018 Remi Collet

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
add imap.enable_insecure_rsh in php.ini


# fd0077bf 08-Dec-2018 Remi Collet

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
add imap.enable_insecure_rsh in php.ini


# 42886746 08-Dec-2018 Remi Collet

add imap.enable_insecure_rsh in php.ini

Revision tags: php-5.6.39, php-7.1.25, php-7.2.13, php-7.0.33, php-7.3.0, php-7.1.25RC1, php-7.2.13RC1, php-7.3.0RC6, php-7.1.24, php-7.2.12, php-7.3.0RC5, php-7.1.24RC1, php-7.2.12RC1, php-7.3.0RC4
# 37c329d7 13-Oct-2018 Peter Kokot

Trim trailing whitespace in source code files

12345678910>>...16