#
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 |
|
#
e391abb1 |
| 22-Feb-2012 |
Gustavo André dos Santos Lopes |
- Cleanup UPGRADING and UPGRADING.INTERNALS from 5.4 changes. - Added information about removal of streams pooling API. |
#
37272e46 |
| 21-Feb-2012 |
Adam Harvey |
Add a __wakeup() method to SplFixedArray, thereby fixing serialising an SplFixedArray object and bug #60560 (SplFixedArray un-/serialize, getSize(), count() return 0, keys are strings). |
Revision tags: 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 |
#
e467a791 |
| 15-Dec-2011 |
Dmitry Stogov |
Added max_input_vars directive to prevent attacks based on hash collisions |
#
a099e0d2 |
| 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, 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 |
Revision tags: php-5.3.9RC1 |
|
#
32f7337b |
| 29-Oct-2011 |
Gustavo André dos Santos Lopes |
- Reverted changes that required constructor overrides to invoke the parent constructor in several SPL classes and applied 5.3 fixes instead. Related bugs: #54384, #55175 and #55300 |
#
41abc6d0 |
| 29-Oct-2011 |
Gustavo André dos Santos Lopes |
- Reverted changes that required constructor overrides to invoke the parent constructor in several SPL classes and applied 5.3 fixes instead. Related bugs: #54384, #55175 and #55300 |
#
7002ec37 |
| 28-Oct-2011 |
Rasmus Lerdorf |
typo |
#
a5eadee8 |
| 28-Oct-2011 |
Rasmus Lerdorf |
Spaces not TABS here |
#
5770c9a8 |
| 23-Oct-2011 |
Stanislav Malyshev |
update UPGRADING |
#
972f5769 |
| 20-Oct-2011 |
Stanislav Malyshev |
Update UPGRADING # more to come soon |
Revision tags: php-5.4.0beta2, php-5.4.0beta1 |
|
#
b52082b3 |
| 13-Sep-2011 |
Derick Rethans |
- Document changes in upgrading. |