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
Scott MacVicar
76cbcc7f66
Added fabled hex2bin() function
2011-06-03 00:12:22 +00:00
Scott MacVicar
30f19bd524
Allow management of your own padding in openssl_encrypt/decrypt.
...
For using mcrypt / openssl interchangeabley managing your own padding is the only solution.
2011-05-20 18:56:13 +00:00
Scott MacVicar
3012b74e96
Move LDAP to its own section
2011-05-19 22:49:47 +00:00
Scott MacVicar
fe790643ca
Add new functions to UPGRADING
2011-05-19 21:39:01 +00:00
Andrew Curioso
1e3b32c777
Commiting r311138 into the 5.3 branch - fix to SimpleXML get properties hash
2011-05-18 04:43:21 +00:00
Gustavo André dos Santos Lopes
18d71a6f59
- Updated UPGRADING now that multicast support was decided
...
trunk only.
2011-04-06 10:17:52 +00:00
Boris Lytochkin
cab643f615
* added detection and walkaround for net-snmp library bug (net-snmp BUGid 2027834)
...
* drop UCD-SNMP support, R.I.P.
2011-04-05 12:20:35 +00:00
Gustavo André dos Santos Lopes
f7b7b6aa9e
- Improved upon r309729.
...
- Extented strategy to remaining the classes on spl_directory.c, even those that don't crash.
- UPGRADING.
- Better bug54384.phpt, with all the classes covered.
2011-03-27 22:44:34 +00:00
Arnaud Le Blanc
11efb7295e
UPGRADING
2011-03-27 20:24:40 +00:00
Boris Lytochkin
907244a822
added info about changes in SNMP extension
2011-03-27 09:44:38 +00:00
Gustavo André dos Santos Lopes
63673a533f
- Updating UPGRADING for r309516 and modest merge to 5.3.
2011-03-23 00:51:22 +00:00
Gustavo André dos Santos Lopes
7f2937223d
- Make fclose() actually close stream, even when the resource refcount is > 1.
...
This reverts the fix for bug #24557 .
- Make php_stream_free delete the stream from the resources list, not merely
decrease its refcount, as a single call to zend_list_delete does.
#Not worth the risk merging to 5.3. While change #2 may prevent some segfaults,
#a quick and dirty survey to the codebase only showed calls to php_stream_close
#or php_stream_free on streams allocated in the same function, which would have
#refcount == 1. May be reconsidered.
2011-03-21 02:58:54 +00:00
Gustavo André dos Santos Lopes
a3a5157286
- PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain
...
stream when 0 is given as the value.
- PHP_STREAM_OPTION_WRITE_BUFFER no longer changes the chunk size in socket
streams.
- Added stream_set_chunk_size() function.
- Some signedness fixes.
- Test for commit r308474, now that it's possible to actually test it.
2011-02-19 01:28:37 +00:00
Gustavo André dos Santos Lopes
9bbc114b59
- Classes that implement stream wrappers can define a method called
...
stream_truncate that will respond to truncation, e.g. through ftruncate.
Closes feature request #53888 .
2011-02-17 00:25:32 +00:00
Adam Harvey
7c1a05917d
Revert the UPGRADING change in r307807, since it's actually completely pointless, as Johannes pointed out.
2011-01-29 05:26:45 +00:00