History log of /php-src/php.ini-production (Results 76 – 100 of 394)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.1.32, php-7.2.22, php-7.3.9
# 29925cef 27-Aug-2019 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
add ffi to php.ini extension [ci skip]


# f08095fa 27-Aug-2019 Pavel Dyakonov

add ffi to php.ini extension [ci skip]

Revision tags: php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1
# 54401001 17-Jul-2019 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Allow multiple cache instances per user/host on Windows


# e2ed7e67 16-Jul-2019 Christoph M. Becker

Allow multiple cache instances per user/host on Windows

Formerly, there was at most a single OPcache instance per user and the
so called system ID (which is determined from the PHP versi

Allow multiple cache instances per user/host on Windows

Formerly, there was at most a single OPcache instance per user and the
so called system ID (which is determined from the PHP version).
Sometimes multiple OPcaches might be desired, though, particularly for
unrelated CLI scripts, which may even be necessary (e.g. for our test
suite in parallel mode).

We therefore introduce a new INI directive `opcache.cache_id` which
allows to configure independent OPcache instances for the same user.

We also use `GetUserNameW()` instead of `php_win32_get_username()`,
because the latter retrieves the user name encoded in the
`default_charset`, which can obviously yield different results for
different charsets, leading to OPcache "incompatibilities". Slightly
worse, some characters may not even be encodeable in the
`default_charset` and would be replaced by question marks, which could
result in different users sharing the same OPcache.

We also refactor, and re-use existing APIs to avoid duplicated code.

show more ...

Revision tags: php-7.2.21RC1, php-7.3.8RC1
# 7556600d 15-Jul-2019 Christoph M. Becker

Fix #65547: Default value for sunrise/sunset zenith still wrong

The value of the zenith angle to calculate sunrise and sunset times is
commonly defined as 90°50', and is "obtained by add

Fix #65547: Default value for sunrise/sunset zenith still wrong

The value of the zenith angle to calculate sunrise and sunset times is
commonly defined as 90°50', and is "obtained by adding the average
apparent radius of the Sun (16') to the average amount of atmospheric
refraction at the horizon (34')", according to
http://aa.usno.navy.mil/faq/docs/RST_defs.php.

This value is also used for the Sunrise/Sunset Algorithm published in
the Almanac for Computers, 1990, see
https://web.archive.org/web/20161202180207/http://williams.best.vwh.net/sunrise_sunset_algorithm.htm.

show more ...

Revision tags: php-7.4.0alpha3, php-7.3.7
# d41ab644 02-Jul-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
simple ignore arguments in exceptions implementation


Revision tags: php-7.2.20, php-7.4.0alpha2, php-7.3.7RC3, php-7.3.7RC2, php-7.2.20RC2
# 0819e6dc 17-Jun-2019 Joe Watkins

simple ignore arguments in exceptions implementation

# ca8f3486 17-Jun-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 1b63528d 17-Jun-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


# 9f0515c4 15-Jun-2019 Erik Lundin

Add syslog.filter=raw

This passes through syslog message unchanged, without splitting
messages at newlines.

Revision tags: php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1, php-7.2.19, php-7.3.6, php-7.1.30, php-7.2.19RC1, php-7.3.6RC1
# c71e35ea 01-May-2019 Kalle Sommer Nielsen

Merge branch 'PHP-7.4'

* PHP-7.4:
Remove some more interbase leftovers
Fix typo
NEWS for ext/interbase unbundling


# eaab0a2b 01-May-2019 Kalle Sommer Nielsen

Remove some more interbase leftovers

Revision tags: php-7.1.29, php-7.2.18, php-7.3.5
# 7502df13 24-Apr-2019 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Remove html_errors from INI Quick Reference as INI values are identical to Engine values


# 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


12345678910>>...16