#
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. |
#
4c8ee245 |
| 13-Sep-2011 |
Derick Rethans |
And some formatting |
#
66e3218f |
| 13-Sep-2011 |
Derick Rethans |
- tabs to spaces |
#
c1db9d4a |
| 13-Sep-2011 |
Pierre Joye |
- do not display the crt warnings anymore by default. It is enough to simply fail from a user land pov as it is the case on posix platforms |
#
e6f04566 |
| 13-Sep-2011 |
Christopher Jones |
Fix typo and grammar |
#
1d5028be |
| 12-Sep-2011 |
Gustavo André dos Santos Lopes |
- Fixed bug #55646: textual data is returned in UTF-8, but is input in another encoding. 5.4 only as this implies a BC break. |
#
26a80c72 |
| 07-Sep-2011 |
Gustavo André dos Santos Lopes |
- Fixed doc bug #54657: Function parameters can no longer be named after superglobal variables. |
#
1ba2eb5a |
| 07-Sep-2011 |
Gustavo André dos Santos Lopes |
- Fixed doc bug #54657: Function parameters can no longer be named after superglobal variables. |