Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-09-26 | 1 | -0/+12 |
|\ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-09-26 | 1 | -0/+12 |
| |\ | |||||
| | * | Fix #53745: cgi.discard_path option is missing from php.ini | Christoph M. Becker | 2016-09-26 | 1 | -0/+12 |
| | | | | | | | | | | | | Also cgi.check_shebang_line has been missing. | ||||
* | | | Merge RFC: Session ID without hashing | Yasuo Ohgaki | 2016-08-12 | 1 | -25/+11 |
| | | | | | | | | | | | | https://wiki.php.net/rfc/session-id-without-hashing | ||||
* | | | Fix URL rewriter issues | Yasuo Ohgaki | 2016-08-11 | 1 | -16/+42 |
| | | | |||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-07-29 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: document file cache fallback ini directive | ||||
| * | | document file cache fallback ini directive | Anatol Belski | 2016-07-29 | 1 | -0/+5 |
| | | | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-21 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | Removed incorrect (leftover?) sentence in ini | Pieter Hordijk | 2016-07-21 | 1 | -1/+0 |
| | | | | | | | | | | | | about mbstring or iconv output handler | ||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-07-21 | 1 | -1/+0 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-21 | 1 | -1/+0 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Removed incorrect (leftover?) sentence in ini | Pieter Hordijk | 2016-07-21 | 1 | -1/+0 |
| | |/ | | | | | | | | | | about mbstring or iconv output handler | ||||
* | | | Merge branch 'pull-request/1945' | Christoph M. Becker | 2016-07-03 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Change default gd.jpeg_ignore_warning = 1 | Christoph M. Becker | 2016-06-15 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignoring these warnings apparently works fine (libgd does so in gdImageCreateJpeg()), but not ignoring them may cause imagecreatefromjpeg() to fail completely, so it seems reasonable to ignore warnings by default. Note that this change most likely doesn't constitute a BC break; we're simply being more resilient with regard to slightly broken JPEGs. See also the related [bug #72404](https://bugs.php.net/bug.php?id=72404). | ||||
* | | | Change default for serialize_precision to -1 (use mode 0) | Jakub Zelenka | 2016-06-26 | 1 | -1/+4 |
|/ / | |||||
* | | Fix #71554: FTP has not built-in support | Christoph M. Becker | 2016-06-12 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-05-08 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | * PHP-5.6: Fixed bug #64524 Add intl.use_exceptions to php.ini-* | ||||
| * | Fixed bug #64524 Add intl.use_exceptions to php.ini-* | Anatol Belski | 2016-05-08 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Julien Pauli | 2015-12-24 | 1 | -4/+3 |
|\ \ | |/ | | | | | | | * PHP-5.6: Update default_mimetype ini setting description | ||||
| * | Update default_mimetype ini setting description | Thomas Punt | 2015-12-24 | 1 | -4/+3 |
| | | | | | | | | This is in response to doc bug #70287 | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-12-17 | 1 | -4/+0 |
|\ \ | |/ | | | | | | | Conflicts: ext/opcache/Optimizer/pass1_5.c | ||||
| * | Remove sqlite extension leftover references (was removed in PHP 5.4) | Lior Kaplan | 2015-12-16 | 1 | -4/+0 |
| | | |||||
* | | Add entry for session.lazy_write | Lior Kaplan | 2015-12-16 | 1 | -0/+4 |
| | | |||||
* | | Added information about new opcache configuration directives | Dmitry Stogov | 2015-09-17 | 1 | -0/+15 |
| | | |||||
* | | Removed trailing whitespace | softwarespot | 2015-08-26 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-07-14 | 1 | -1/+0 |
|\ \ | |/ | | | | | | | * PHP-5.6: Fix #53840: Misleading extension entries in php.ini | ||||
| * | Fix #53840: Misleading extension entries in php.ini | Christoph M. Becker | 2015-07-14 | 1 | -1/+0 |
| | | | | | | | | | | | | As of PHP 5.3.0 the php_pspell.dll is not delivered anymore with the Windows binaries, and according to bug #47464 that's highly unlike to change. So it's appropriate to remove the respective extension entry from php.ini. | ||||
* | | mention pcre.jit in the supplied php.ini-* | Anatol Belski | 2015-07-07 | 1 | -0/+4 |
| | | |||||
* | | Rmoved opcache.load_comments. | Dmitry Stogov | 2015-06-15 | 1 | -5/+0 |
| | | |||||
* | | ext/mysql has been removed as of PHP 7.0.0 | Christoph M. Becker | 2015-06-13 | 1 | -59/+0 |
| | | | | | | | | | | So remove all related settings from php.ini-*, and add a respective entry in UPGRADING (strangly, this part of fd1578c has been lost). | ||||
* | | fix typo in php.ini | Andy Footner | 2015-05-01 | 1 | -1/+1 |
| | | |||||
* | | Hmm, zend.assertions is not really on/off, but -1/0/1 | Bob Weinand | 2015-04-19 | 1 | -5/+9 |
| | | |||||
* | | Add zend.assertions and assert.exception to php.ini-* | Bob Weinand | 2015-04-19 | 1 | -1/+12 |
| | | |||||
* | | removed obsolete php.ini options | Anatol Belski | 2015-02-10 | 1 | -92/+0 |
| | | |||||
* | | Added two missing opcache ini directives (restrict_api and mmap_base) | PeeHaa | 2015-01-31 | 1 | -0/+10 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-11-23 | 1 | -7/+4 |
|\ \ | |/ | | | | | | | * PHP-5.6: Update comments in php.ini | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-11-23 | 1 | -7/+4 |
| |\ | | | | | | | | | | | | | * PHP-5.5: Update comments in php.ini | ||||
| | * | Update comments in php.ini | Sobak | 2014-11-23 | 1 | -7/+4 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-11-23 | 1 | -7/+7 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Fix php.ini-*'s comment about directive: request_order | ||||
| * | | Fix php.ini-*'s comment about directive: request_order | Reeze Xia | 2014-11-23 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | request_order directive only support register G,P,C but not all of the EGPCS global variables. The doc <http://php.net/manual/en/ini.core.php#ini.request-order> is ok. | ||||
* | | | Merge branch 'PHP-5.6' | Peter Cowburn | 2014-11-19 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.6: NEWS Fix #68355: Inconsistency in example php.ini comments | ||||
| * | | Fix #68355: Inconsistency in example php.ini comments | Chris McCafferty | 2014-11-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | There are some arbitrary differences between php.ini-production and php.ini-development. This patch corrects the differences. | ||||
* | | | Remove <% and <script language="php"> tags | Nikita Popov | 2014-10-05 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per https://wiki.php.net/rfc/remove_alternative_php_tags. Removes: * <% opening tag * %> closing tag * <%= short opening tag * /<script\s+language\s*=\s*(php|"php"|'php')\s*>/i opening tag * /</script>/i closing tag * asp_tags ini directive | ||||
* | | | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-09-23 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Fixed typo | ||||
| * | | Fixed typo | Sebastian Zartner | 2014-09-23 | 1 | -1/+1 |
| | | | |||||
* | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' | Anatol Belski | 2014-04-14 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Fixed bug #67033 Remove reference to Windows 95 | ||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-04-14 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.5: Fixed bug #67033 Remove reference to Windows 95 | ||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-04-14 | 1 | -2/+2 |
| | |\ | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #67033 Remove reference to Windows 95 | ||||
| | | * | Fixed bug #67033 Remove reference to Windows 95 | Anatol Belski | 2014-04-14 | 1 | -2/+2 |
| | | | |