History log of /PHP-8.1/php.ini-production (Results 76 – 100 of 381)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8b8d5a4b 24-Apr-2019 George Peter Banyard

Remove html_errors from INI Quick Reference as INI values are identical to Engine values

# 09d1a17a 17-Apr-2019 Gabriel Caruso

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix typo


# 825fc6b4 17-Apr-2019 Gabriel Caruso

Fix typo

Introduced via 9a85a944d8

Revision tags: php-7.2.18RC1, php-7.3.5RC1
# 772a158d 16-Apr-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 9a85a944 15-Apr-2019 Nikita Popov

s/mysql_connect()/mysqli_connect() in php.ini

# f9b5d9c2 05-Apr-2019 Peter Kokot

Merge branch 'PHP-7.4'

* PHP-7.4:
Add opcache.lockfile_path and opcache.lockfile_path to ini settings


# 1dd5ab0c 05-Apr-2019 Peter Kokot

Add opcache.lockfile_path and opcache.lockfile_path to ini settings

Some default opcache settings were missing.

Revision tags: php-7.2.17, php-7.3.4, php-7.1.28
# 63e0c220 01-Apr-2019 Stanislav Malyshev

Merge branch 'PHP-7.4'

* PHP-7.4:
Unfortunately, travis CI has old oniguruma library
Update NEWS & UPGRADING
Add fallbacks for older oniguruma versions
Add mbstring.r

Merge branch 'PHP-7.4'

* PHP-7.4:
Unfortunately, travis CI has old oniguruma library
Update NEWS & UPGRADING
Add fallbacks for older oniguruma versions
Add mbstring.regex_stack_limit to php.ini-*
Implement RF bug #72777 - ensure stack limits on mbstring functions.

show more ...


# 077ce33a 01-Apr-2019 Stanislav Malyshev

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Update NEWS & UPGRADING
Add fallbacks for older oniguruma versions
Add mbstring.regex_stack_limit to php.ini-*
Implemen

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Update NEWS & UPGRADING
Add fallbacks for older oniguruma versions
Add mbstring.regex_stack_limit to php.ini-*
Implement RF bug #72777 - ensure stack limits on mbstring functions.

show more ...


# bc4cb277 29-Mar-2019 Stanislav Malyshev

Add mbstring.regex_stack_limit to php.ini-*

Revision tags: php-7.3.4RC1, php-7.2.17RC1
# 1df4ef07 19-Mar-2019 Remi Collet

Merge branch 'PHP-7.4'

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


# 11bdc3ec 19-Mar-2019 Remi Collet

Merge branch 'PHP-7.3' into PHP-7.4

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


# 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.

12345678910>>...16