Commit Graph

153 Commits

Author SHA1 Message Date
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
Gustavo André dos Santos Lopes
1ba2eb5a35 - Fixed doc bug #54657: Function parameters can no longer be named after
superglobal variables.
2011-09-07 15:28:12 +00:00
Johannes Schlüter
70561e9a6d - Use myslqnd by default when MySQL extensions are activated but no path given 2011-09-07 13:33:56 +00:00
Gustavo André dos Santos Lopes
0d7e6a73d6 - Added libxml_set_external_entity_loader(). 2011-08-29 05:00:26 +00:00
Boris Lytochkin
82fa8f7a30 IPv6 Support for SNMP. (FR #42918) 2011-08-20 20:56:02 +00:00
Hannes Magnusson
550980cfe5 Callable typehint following the rules of is_callable($arg, false); 2011-08-16 10:44:47 +00:00
Scott MacVicar
f922818dad Fix typos in UPGRADING 2011-08-09 15:27:25 +00:00
Felipe Pena
75a54edf5a - Added change to UPGRADING 2011-08-06 15:57:36 +00:00
Pierre Joye
741abeb20f - upgrading entry for binary number format 2011-07-27 00:18:35 +00:00
Stanislav Malyshev
24392c37d9 No E_STRICT in production 2011-07-24 05:42:29 +00:00
Pierre Joye
e72a3ea450 - MQ section 2011-07-23 20:45:18 +00:00
Pierre Joye
51d3680306 - add short array syntax, missing files and info 2011-07-23 20:27:08 +00:00
Pierre Joye
80496c9dc4 - add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only 2011-07-23 20:23:21 +00:00
Boris Lytochkin
cf7724d5a3 fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used. 2011-07-17 17:18:31 +00:00
Christian Stocker
6be6c2d62d Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()
to define forbidden operations within XSLT stylesheets, default is not to
enable any write operations from XSLT anymore. Bug #54446

(second iteration of the code for trunk, first commit for 5.4 branch)
2011-07-12 04:58:38 +00:00