History log of /php-src/php.ini-development (Results 76 – 100 of 391)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

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


12345678910>>...16