#
e26ea9df |
| 27-Feb-2013 |
Pierre Joye |
- add image flip API support
|
#
a000920d |
| 03-Feb-2013 |
Gustavo Lopes |
NEWS/UPGRADING for changes in sockets, intl
|
#
389d41cc |
| 29-Jan-2013 |
Stanislav Malyshev |
Add news for bug #60524
|
#
383e3172 |
| 29-Jan-2013 |
Stanislav Malyshev |
oops, unintended addition
|
#
24447dca |
| 29-Jan-2013 |
Stanislav Malyshev |
post-5.5 changes for bug #46439 as described in the RFC
|
#
a9d013bb |
| 29-Jan-2013 |
Stanislav Malyshev |
Implement fix for bug #46439 - add CURLFile class for safer uploads
|
#
420bcc1a |
| 28-Jan-2013 |
Stanislav Malyshev |
add new features
|
#
184db665 |
| 28-Jan-2013 |
Stanislav Malyshev |
fix bug #60833 - self, parent, static behave inconsistently case-sensitive
|
#
fe27146b |
| 14-Jan-2013 |
Adam Harvey |
Tinker with UPGRADING's wording for the format string changes for clarity.
|
#
b7091aaf |
| 10-Dec-2012 |
Adam Harvey |
Deprecate ext/mysql. Per https://wiki.php.net/rfc/mysql_deprecation, connecting to a MySQL database via ext/mysql now generates an E_DEPRECATED error. This commit includes the minima
Deprecate ext/mysql. Per https://wiki.php.net/rfc/mysql_deprecation, connecting to a MySQL database via ext/mysql now generates an E_DEPRECATED error. This commit includes the minimal EXPECTF updates required for the test suite to pass: it may be preferable to refactor some of the tests to suppress deprecation errors in situations where no other error is expected from mysql_[p]connect(), but I'm not enough of a MySQL expert to want to get my hands that dirty in a long standing test suite.
show more ...
|
#
fa30e475 |
| 05-Dec-2012 |
Dmitry Stogov |
Slight performance improvement
|
#
7651d645 |
| 04-Dec-2012 |
Dmitry Stogov |
Optimized access to temporary and compiled VM variables
|
#
70f83f35 |
| 30-Nov-2012 |
Dmitry Stogov |
. The VM stacks for passing function arguments and syntaticaly nested calls were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocate
. The VM stacks for passing function arguments and syntaticaly nested calls were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocated at once. As result all the stack push operatins don't require checks for stack overflow any more. . Generators implementation was improved using the new VM stack. Now it's a bit more clear and faster.
show more ...
|
#
f909e058 |
| 21-Nov-2012 |
Adam Harvey |
Add the new password functions to UPGRADING. As a public service announcement on behalf of the documentation team, please remember to update UPGRADING as well as NEWS when adding feature
Add the new password functions to UPGRADING. As a public service announcement on behalf of the documentation team, please remember to update UPGRADING as well as NEWS when adding features to master or an alpha branch. :)
show more ...
|
#
885a4562 |
| 18-Nov-2012 |
Christopher Jones |
Add actual branch version number to UPGRADING
|
#
ca418b23 |
| 18-Nov-2012 |
Christopher Jones |
Remove PHP 5.5 changes from master UPGRADING
|
#
d207e655 |
| 16-Nov-2012 |
Adam Harvey |
Put the new php.ini directives together. (And make colon usage more consistent.)
|
#
ab4c270c |
| 16-Nov-2012 |
Adam Harvey |
Move the deprecated functions up to the Deprecated Functionality section so they're more visible.
|
#
e73beb82 |
| 14-Nov-2012 |
Anatoliy Belsky |
Updated NEWS
|
#
5a1d2fe4 |
| 14-Nov-2012 |
Anatoliy Belsky |
UPdated NEWS
|
#
f5d8b638 |
| 14-Nov-2012 |
Anatoliy Belsky |
Updated NEWS
|
#
713a3fc5 |
| 04-Oct-2012 |
Andrey Hristov |
update
|
#
5de79f9f |
| 22-Sep-2012 |
Nikita Popov |
Add NEWS/UPGRADING for previous change
|
#
5246d6f0 |
| 12-Sep-2012 |
Gustavo André dos Santos Lopes |
Generators & UPGRADING
|
#
35951d4b |
| 25-Aug-2012 |
Xinchen Hui |
Support list in foreach RFC: https://wiki.php.net/rfc/foreachlist
|