#
6237456c |
| 06-Mar-2012 |
Christopher Jones |
Sync char set wording with migration doc
|
#
eb8d56e1 |
| 06-Mar-2012 |
Christopher Jones |
Typo and missing zend ini param
|
#
4db28a7e |
| 06-Mar-2012 |
Christopher Jones |
Typo: "outout"
|
#
66be688c |
| 02-Mar-2012 |
Philip Olson |
Removed get_magic_quotes* functions from the deprecated list, because we love them so
|
#
c1a8169e |
| 02-Mar-2012 |
Philip Olson |
Fixed ldap typos
|
#
dd836f29 |
| 02-Mar-2012 |
Philip Olson |
magic quotes directives belong in the E_CORE_ERROR group, and not the E_DEPRECATED group
|
#
21f7daac |
| 02-Mar-2012 |
Christopher Jones |
Mention file upload progress support: http://php.net/manual/en/session.upload-progress.php
|
#
bd3a077d |
| 02-Mar-2012 |
Philip Olson |
Removed class constants (these were added in 5.3.7), and added the new Zlib functions
|
#
62e1dc1d |
| 01-Mar-2012 |
Christopher Jones |
Sync sqlite -> PECL terminology with release announcement's
|
#
0f5c3487 |
| 01-Mar-2012 |
Christopher Jones |
Reorganized to remove duplication. Cross checked a few php.ini settings. Area owners need to do a thorough review of this file.
|
#
561a0dfb |
| 01-Mar-2012 |
Christopher Jones |
Some basic tidy up and whitespace fixes. The file still needs section disambiguation to remove duplicate entries.
|
Revision tags: php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6 |
|
#
302adc4e |
| 18-Jan-2012 |
Michael Wallner |
add notes about ob_start(), gzencode() and removed hash algos
|
Revision tags: php-5.3.9, php-5.4.0RC5, php-5.3.9RC4, php-5.4.0RC4 |
|
#
622412d8 |
| 19-Dec-2011 |
Stanislav Malyshev |
implement the solution for isset/string offsets, fix bug #60362
|
#
b8a08bf2 |
| 15-Dec-2011 |
Dmitry Stogov |
Added max_input_vars directive to prevent attacks based on hash collisions
|
#
e467a791 |
| 15-Dec-2011 |
Dmitry Stogov |
Added max_input_vars directive to prevent attacks based on hash collisions
|
Revision tags: php-5.3.9RC3, php-5.4.0RC3 |
|
#
d06c4e90 |
| 24-Nov-2011 |
Gustavo André dos Santos Lopes |
- Updated UPGRADING, protos and attribution in ext/intl/idn/idn.c
|
Revision tags: php-5.3.9RC2 |
|
#
fb53dd80 |
| 24-Nov-2011 |
Pierre Joye |
- merge crt warning change (r216594) and rename the ini to windows.show_crt_warning
|
Revision tags: php-5.4.0RC2 |
|
#
eca88d30 |
| 23-Nov-2011 |
Stanislav Malyshev |
Sorted engine changes by severity and added chained string offset description.
|
#
38dd904a |
| 22-Nov-2011 |
Pierrick Charron |
Revert last commit Keep get_magic_quotes_gpc and get_magic_quotes_runtime as deprecated even if it's not the case in the code
|
#
1b07b8b3 |
| 22-Nov-2011 |
Pierrick Charron |
Those functions are not deprecated (r319249 #55371)
|
#
378c1ab1 |
| 17-Nov-2011 |
Stanislav Malyshev |
add callable as reserved word
|
#
91034139 |
| 11-Nov-2011 |
Adam Harvey |
Note the change in ob_start() chunk size behaviour mentioned in doc bug #60243 (Add way to specify output buffering chunk size of 1).
|
Revision tags: php-5.4.0RC1 |
|
#
03f20599 |
| 09-Nov-2011 |
Stanislav Malyshev |
add is_a change
|
#
6a42b41c |
| 08-Nov-2011 |
Stanislav Malyshev |
fix typo
|
#
ff48763f |
| 06-Nov-2011 |
Felipe Pena |
- Added class member access on instantiation (e.g. (new foo)->bar()) support
|