summaryrefslogtreecommitdiff
path: root/php.ini-development
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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.
* | 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.
* | Fixed typoSebastian Zartner2014-09-231-1/+1
| |
* | 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
| | |
* | | Fixed typo in UPGRADING and modified php.ini-* description for encoding ↵Yasuo Ohgaki2014-03-181-7/+16
| | | | | | | | | | | | related changes
* | | Fix typo: entory -> entryLior Kaplan2014-03-091-6/+6
| | |
* | | Update php.ini files (new openssl directives)Daniel Lowrey2014-03-071-0/+18
| | |
* | | Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-131-13/+46
| | |
* | | 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
| | |
* | | 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
| | * Fix bug #62665: add curl.cainfo to php.iniStanislav Malyshev2013-07-141-0/+5
| | | | | | | | | | | | | | | | | | | | | Conflicts: php.ini-development php.ini-production
* | | Merge branch 'PHP-5.5'Remi Collet2013-04-111-3/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: apply change from opcache readme to php.ini
| * | apply change from opcache readme to php.iniRemi Collet2013-04-111-3/+3
| | |
* | | Merge branch 'PHP-5.5'Dmitry Stogov2013-03-271-0/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Added opcache.enable_cli=0
| * | Added opcache.enable_cli=0Dmitry Stogov2013-03-271-0/+3
| | |
* | | Merge branch 'PHP-5.5'David Soria Parra2013-03-211-0/+93
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Add OPCache ini settings to php.ini
| * | Add OPCache ini settings to php.iniDavid Soria Parra2013-03-211-0/+93
| | |
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-01-281-0/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Add news for bug #60524 Implemented Feature #60524 (sys_temp_dir) Conflicts: UPGRADING
| * | Implemented Feature #60524 (sys_temp_dir)ALeX Kazik2013-01-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a new configuration directive which allows it to change the temporary directory, the default behavior is unchanged. This is a useful option if you use all/some hosts inside of one .ini file with sections and want to change the temp dir per user (maybe it's not allowed to write outside the users home directory). Since the TMPDIR variable affects the whole php that way can not be used for this scenario. (see https://bugs.php.net/bug.php?id=60524)
* | | Corrected spelling of 'shortcut'Bryan Hanks, PMP2012-11-121-1/+1
| | |
* | | Corrected grammar/spelling of text in php.ini filesBryan Hanks, PMP2012-11-121-25/+27
|/ / | | | | | | | | | | There are no actual code changes here; I corrected grammar and spelling errors in the php.ini-production and php.ini-development files. I also rewrote some sentences to make them less cumbersome.
* | Merge branch 'PHP-5.4'Florian Anderiasch2012-07-241-0/+2
|\ \ | |/ | | | | | | * PHP-5.4: Add syslog support to mail.log #62356
| * Add syslog support to mail.log #62356Florian Anderiasch2012-07-241-0/+2
| | | | | | | | Patch by Michael Orlitzky
* | Merge branch 'PHP-5.4'Xinchen Hui2012-05-251-2/+2
|\ \ | |/ | | | | | | * PHP-5.4: Fixed bug #62128 superfluous ";"