Commit Graph

167 Commits

Author SHA1 Message Date
Adam Harvey
c9cfd98bcd Update NEWS and remove the unnecessary UPGRADING note. 2013-11-10 15:46:31 -05:00
Andrea Faulds
872ef919ca UPGRADING and NEWS 2013-10-15 22:44:23 +00:00
Stanislav Malyshev
103cf4c060 add fix for #60560 into upgrading 2013-06-28 14:01:25 -07:00
Anatoliy Belsky
5a1d2fe415 UPdated NEWS 2012-11-14 10:06:46 +01:00
Stanislav Malyshev
128a4bbb0d News for bug#40459 2012-08-07 23:03:33 -07:00
Stanislav Malyshev
a213c10ef2 Merge branch 'pull-request/112' into PHP-5.4
* pull-request/112:
  Added in NEWS and UPGRADING for feature 55218
  Adding in test for feature 55218
  Implements feature 55218
2012-07-07 12:51:26 -07:00
Lonny Kapelushnik
f0df7dbc8f Added in NEWS and UPGRADING for feature 55218 2012-07-07 09:10:08 -04:00
Anatoliy Belsky
5c001d42d4 one more correction for COM upgrading notes 2012-06-19 14:58:06 +02:00
Anatoliy Belsky
1c4e48650c com ext upgrading infos 2012-06-18 22:04:40 +02:00
Gustavo André dos Santos Lopes
92039fed22 Changed ResourceBundle constructor behavior
null is now accepted for two first (mandatory arguments).

Passing null as the package name causes NULL to be passed to ICU  and
the default ICU data to be loaded.

Passing null as the locale name causes the default locale to be used.
2012-05-24 13:50:59 +02:00
Stanislav Malyshev
a472649016 add news for new pg_ functions 2012-05-21 16:15:12 -07:00
Christopher Jones
29a85d49ae Dummy (whitespace) change so Dan Brown can verify snap generation from git
PHP snapshots were still pulling from SVN and were out of date. This
is a dummy PHP 5.4-only commit so Dan can verify what he's updated for
git in the backend.
2012-05-16 10:13:34 -07:00
Stanislav Malyshev
df2a38e7f8 fd fix 2012-05-15 22:35:43 -07:00
Stanislav Malyshev
a72b21438d update NEWS/UPGRADING 2012-05-13 14:48:22 -07:00
Michael Wallner
867d980574 add note about corrected tiger hash output 2012-03-19 20:15:54 +01:00
Rasmus Lerdorf
e99a8c770f This change was badly worded and filed in the wrong section.
This isn't an ini change at all.
2012-03-12 06:11:58 +00:00
Christopher Jones
6237456cae Sync char set wording with migration doc 2012-03-06 23:34:57 +00:00
Christopher Jones
eb8d56e1b4 Typo and missing zend ini param 2012-03-06 20:20:50 +00:00
Christopher Jones
4db28a7ed6 Typo: "outout" 2012-03-06 19:12:39 +00:00
Philip Olson
66be688c86 Removed get_magic_quotes* functions from the deprecated list, because we love them so 2012-03-02 07:54:56 +00:00
Philip Olson
c1a8169e14 Fixed ldap typos 2012-03-02 03:51:26 +00:00
Philip Olson
dd836f296e magic quotes directives belong in the E_CORE_ERROR group, and not the E_DEPRECATED group 2012-03-02 02:02:36 +00:00
Christopher Jones
21f7daaca8 Mention file upload progress support: http://php.net/manual/en/session.upload-progress.php 2012-03-02 01:41:05 +00:00
Philip Olson
bd3a077dea Removed class constants (these were added in 5.3.7), and added the new Zlib functions 2012-03-02 01:09:12 +00:00
Christopher Jones
62e1dc1dbe Sync sqlite -> PECL terminology with release announcement's 2012-03-01 21:08:56 +00:00
Christopher Jones
0f5c34874d Reorganized to remove duplication. Cross checked a few php.ini settings.
Area owners need to do a thorough review of this file.
2012-03-01 20:42:12 +00:00
Christopher Jones
561a0dfb27 Some basic tidy up and whitespace fixes.
The file still needs section disambiguation to remove duplicate
entries.
2012-03-01 18:27:47 +00:00
Michael Wallner
302adc4edd add notes about ob_start(), gzencode() and removed hash algos 2012-01-18 10:07:46 +00:00
Stanislav Malyshev
622412d8e6 implement the solution for isset/string offsets, fix bug #60362 2011-12-19 02:05:03 +00:00
Dmitry Stogov
e467a791d3 Added max_input_vars directive to prevent attacks based on hash collisions 2011-12-15 10:31:02 +00:00
Gustavo André dos Santos Lopes
d06c4e90a7 - Updated UPGRADING, protos and attribution in ext/intl/idn/idn.c 2011-11-24 22:45:50 +00:00
Stanislav Malyshev
eca88d3064 Sorted engine changes by severity and added chained
string offset description.
2011-11-23 21:21:10 +00:00
Pierrick Charron
38dd904a46 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
2011-11-22 13:20:50 +00:00
Pierrick Charron
1b07b8b3d3 Those functions are not deprecated (r319249 #55371) 2011-11-22 13:11:20 +00:00
Stanislav Malyshev
378c1ab12b add callable as reserved word 2011-11-17 21:13:45 +00:00
Adam Harvey
9103413981 Note the change in ob_start() chunk size behaviour mentioned in doc bug #60243
(Add way to specify output buffering chunk size of 1).
2011-11-11 13:13:16 +00:00
Stanislav Malyshev
03f205990e add is_a change 2011-11-09 21:43:07 +00:00
Stanislav Malyshev
6a42b41c3d fix typo 2011-11-08 04:34:18 +00:00
Felipe Pena
ff48763f4b - Added class member access on instantiation (e.g. (new foo)->bar()) support 2011-11-06 13:25:45 +00:00
Gustavo André dos Santos Lopes
32f7337bd4 - 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
2011-10-29 23:17:18 +00:00
Rasmus Lerdorf
7002ec3723 typo 2011-10-28 16:37:41 +00:00
Rasmus Lerdorf
a5eadee8b6 Spaces not TABS here 2011-10-28 16:21:04 +00:00
Stanislav Malyshev
5770c9a872 update UPGRADING 2011-10-23 06:38:42 +00:00
Stanislav Malyshev
972f576994 Update UPGRADING
# more to come soon
2011-10-20 06:24:56 +00:00
Derick Rethans
b52082b309 - Document changes in upgrading. 2011-09-13 14:57:58 +00:00
Derick Rethans
4c8ee24563 And some formatting 2011-09-13 14:50:18 +00:00
Derick Rethans
66e3218fec - tabs to spaces 2011-09-13 14:49:44 +00:00
Pierre Joye
c1db9d4a87 - 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 2011-09-13 10:38:12 +00:00
Christopher Jones
e6f0456677 Fix typo and grammar 2011-09-13 01:00:45 +00:00
Gustavo André dos Santos Lopes
1d5028be3d - 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.
2011-09-12 17:23:10 +00:00