summaryrefslogtreecommitdiff
path: root/php.ini-development
Commit message (Collapse)AuthorAgeFilesLines
* Added two missing opcache ini directives (restrict_api and mmap_base)PeeHaa2015-01-311-0/+10
|
* Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-231-7/+4
|\ | | | | | | | | * PHP-5.6: Update comments in php.ini
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-231-7/+4
| |\ | | | | | | | | | | | | * PHP-5.5: Update comments in php.ini
| | * Update comments in php.iniSobak2014-11-231-7/+4
| | |
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-231-7/+7
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Fix php.ini-*'s comment about directive: request_order
| * | Fix php.ini-*'s comment about directive: request_orderReeze Xia2014-11-231-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 Cowburn2014-11-191-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.6: NEWS Fix #68355: Inconsistency in example php.ini comments
| * | Fix #68355: Inconsistency in example php.ini commentsChris McCafferty2014-11-191-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"> tagsNikita Popov2014-10-051-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 Meesters2014-09-231-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Fixed typo
| * | Fixed typoSebastian Zartner2014-09-231-1/+1
| | |
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-2/+2
| | |
* | | Merge branch 'PHP-5.6'Anatol Belski2014-04-141-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Fixed bug #67033 Remove reference to Windows 95
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-141-2/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.5: Fixed bug #67033 Remove reference to Windows 95
| | * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-141-2/+2
| | |\ | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #67033 Remove reference to Windows 95
| | | * Fixed bug #67033 Remove reference to Windows 95Anatol Belski2014-04-141-2/+2
| | | |
* | | | Merge branch 'PHP-5.6'Yasuo Ohgaki2014-03-181-7/+16
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.6: Modified php.ini-* description for encoding related changes
| * | | Fixed typo in UPGRADING and modified php.ini-* description for encoding ↵Yasuo Ohgaki2014-03-181-7/+16
| | | | | | | | | | | | | | | | related changes
* | | | Merge branch 'PHP-5.6'Lior Kaplan2014-03-091-6/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.6: Fix typo: entory -> entry
| * | | Fix typo: entory -> entryLior Kaplan2014-03-091-6/+6
| | | |
* | | | Merge branch 'PHP-5.6'Daniel Lowrey2014-03-071-0/+18
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.6: Update php.ini files (new openssl directives)
| * | | Update php.ini files (new openssl directives)Daniel Lowrey2014-03-071-0/+18
| | | |
* | | | Merge branch 'PHP-5.6'Yasuo Ohgaki2014-02-131-13/+46
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.6: Implement RFC https://wiki.php.net/rfc/default_encoding
| * | | Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-131-13/+46
| | | |
* | | | Merge branch 'PHP-5.6'Yasuo Ohgaki2014-01-271-35/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.6: Remove obsolete description
| * | | Merge branch 'PHP-5.5' into PHP-5.6Yasuo Ohgaki2014-01-271-35/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Remove obsolete description Conflicts: php.ini-development php.ini-production
| | * | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-01-271-35/+0
| | |\ \ | | | |/ | | | | | | | | | | | | * PHP-5.4: Remove obsolete description
| | | * Remove obsolete descriptionYasuo Ohgaki2014-01-271-35/+0
| | | |
| * | | update php.ini-*Michael Wallner2013-12-301-3/+4
| | | |
* | | | remove always_populate_raw_post_data INI entries from master, ↵Michael Wallner2013-12-121-6/+0
|/ / / | | | | | | | | | UPGRADING.INTERNALS coming shortly
* | | Merge branch 'PHP-5.5'Christopher Jones2013-10-211-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org)
| * | Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at ↵Christopher Jones2013-10-211-1/+1
| | | | | | | | | | | | nopcode dot org)
| * | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2013-09-271-0/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Add information about which INI file is which inside respective files
| | * Add information about which INI file is which inside respective filesOndřej Surý2013-09-271-0/+2
| | |
* | | More OCI8 DTrace probe updates.Christopher Jones2013-09-261-2/+1
| | | | | | | | | | | | Change php.ini-* doc to match an earlier change to config.w32
* | | Merge branch 'PHP-5.5'Adam Harvey2013-09-091-7/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Tinker with the wording of the short_open_tag description. Conflicts: php.ini-development php.ini-production
| * | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-09-091-7/+6
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Tinker with the wording of the short_open_tag description.
| | * Tinker with the wording of the short_open_tag description.Adam Harvey2013-09-091-7/+6
| | | | | | | | | | | | | | | I'm still not thrilled with this, but it's a bit better and addresses the issues noted in bug #65644. Plus, it now mentions the decoupling of <?=.
* | | Merge branch 'PHP-5.5'Yasuo Ohgaki2013-08-201-0/+8
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Add session.use_strict_mode description to php.ini-*
| * | Add session.use_strict_mode description to php.ini-*Yasuo Ohgaki2013-08-201-0/+8
| | |
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-08-101-1/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.5: php.ini-development/production: remove php_zip.dll Update NEWS Update NEWS
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-101-1/+0
| |\ \ | | |/ | | | | | | | | | | | | * PHP-5.4: php.ini-development/production: remove php_zip.dll Update NEWS
| | * php.ini-development/production: remove php_zip.dllJan Ehrhardt2013-08-101-1/+0
| | | | | | | | | | | | | | | | | | Remove the reference to php_zip.dll in php.ini-production and php.ini-development, because php_zip.dll does not exist anymore since PHP 5.3
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-07-211-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: next is 5.5.2 add a few comment allow both the old and new cfg argument to work. (the old of course should contain the typo) mssql.compatability_mode fix Conflicts: configure.in main/php_version.h
| * | mssql.compatability_mode fixVeres Lajos2013-07-211-1/+1
| | |
* | | Merge branch 'PHP-5.5'Yasuo Ohgaki2013-07-181-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Improve php.ini-* documentation
| * | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-07-181-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Improve php.ini-* documentation
| | * Improve php.ini-* documentationYasuo Ohgaki2013-07-181-1/+1
| | |
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-07-141-0/+5
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fix bug #62665: add curl.cainfo to php.ini
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-07-141-0/+5
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix bug #62665: add curl.cainfo to php.ini Conflicts: php.ini-development php.ini-production