summaryrefslogtreecommitdiff
path: root/php.ini-production
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Remi Collet2019-10-231-0/+3
|\
| * add new ffi.preload option in php.ini and display ini entries in MINFORemi Collet2019-10-231-0/+3
* | Merge branch 'PHP-7.4'Nikita Popov2019-10-061-0/+5
|\ \ | |/
| * Add support for mbstring.regex_retry_limitNikita Popov2019-10-061-0/+5
* | Merge branch 'PHP-7.4'Nikita Popov2019-09-301-0/+7
|\ \ | |/
| * Add max_depth option to unserialize()Nikita Popov2019-09-301-0/+7
* | Enable display_startup_errors by defaultNikita Popov2019-09-061-6/+4
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-031-0/+5
|\ \ | |/
| * Document opcache.preload_user directiveChristoph M. Becker2019-09-031-0/+5
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-021-5/+0
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-021-5/+0
| | |\
| | | * Fix #76577: outdated documentation concerning track_errorsChristoph M. Becker2019-09-021-5/+0
* | | | Make error_reporting=E_ALL the defaultNikita Popov2019-09-021-2/+2
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-271-0/+1
|\ \ \ \ | |/ / /
| * | | add ffi to php.ini extension [ci skip]Pavel Dyakonov2019-08-271-0/+1
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-07-171-0/+4
|\ \ \ \ | |/ / /
| * | | Allow multiple cache instances per user/host on WindowsChristoph M. Becker2019-07-171-0/+4
* | | | Fix #65547: Default value for sunrise/sunset zenith still wrongChristoph M. Becker2019-07-151-2/+2
* | | | Merge branch 'PHP-7.4'Joe Watkins2019-07-021-0/+6
|\ \ \ \ | |/ / /
| * | | simple ignore arguments in exceptions implementationJoe Watkins2019-07-021-0/+6
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-171-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-171-0/+1
| |\ \ \ | | |/ /
| | * | Add syslog.filter=rawErik Lundin2019-06-171-0/+1
* | | | Merge branch 'PHP-7.4'Kalle Sommer Nielsen2019-05-011-32/+0
|\ \ \ \ | |/ / /
| * | | Remove some more interbase leftoversKalle Sommer Nielsen2019-05-011-32/+0
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-04-241-9/+1
|\ \ \ \ | |/ / /
| * | | Remove html_errors from INI Quick Reference as INI values are identical to En...George Peter Banyard2019-04-241-9/+1
* | | | Merge branch 'PHP-7.4'Gabriel Caruso2019-04-171-2/+2
|\ \ \ \ | |/ / /
| * | | Fix typoGabriel Caruso2019-04-171-2/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-161-2/+2
|\ \ \ \ | |/ / /
| * | | s/mysql_connect()/mysqli_connect() in php.iniNikita Popov2019-04-161-2/+2
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-04-051-1/+9
|\ \ \ \ | |/ / /
| * | | Add opcache.lockfile_path and opcache.lockfile_path to ini settingsPeter Kokot2019-04-051-1/+9
* | | | Merge branch 'PHP-7.4'Stanislav Malyshev2019-04-011-0/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-04-011-0/+5
| |\ \ \ | | |/ /
| | * | Add mbstring.regex_stack_limit to php.ini-*Stanislav Malyshev2019-03-281-0/+5
* | | | Merge branch 'PHP-7.4'Remi Collet2019-03-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2019-03-191-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2019-03-191-1/+1
| | |\ \ | | | |/
| | | * comment out sqlite3.defensive = 1Remi Collet2019-03-191-1/+1
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-03-181-2/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-181-2/+3
| |\ \ \ | | |/ /
| | * | Fix #76956: Wrong value for 'syslog.filter' documented in php.iniChristoph M. Becker2019-03-181-2/+3
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-03-111-0/+11
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-111-0/+11
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-111-0/+11
| | |\ \ | | | |/
| | | * SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-111-0/+11
* | | | Removed pdo_odbc.db2_instance_nameKalle Sommer Nielsen2019-03-011-2/+0
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-4/+0
|\ \ \ \ | |/ / /
| * | | Remove local variablesPeter Kokot2019-02-031-4/+0