#
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
|
#
fc26aa7f |
| 16-Aug-2012 |
Nikita Popov |
Adjust UPGRADING/NEWS for additional mcrypt deprecations
|
#
80d5ae3c |
| 13-Aug-2012 |
Xinchen Hui |
Implemented 'finally' keywords for php RFC: https://wiki.php.net/rfc/finally FR: https://bugs.php.net/bug.php?id=32100 and I have got some improvment ideas(performance), will impleme
Implemented 'finally' keywords for php RFC: https://wiki.php.net/rfc/finally FR: https://bugs.php.net/bug.php?id=32100 and I have got some improvment ideas(performance), will implemented later. thanks
show more ...
|
#
128a4bbb |
| 08-Aug-2012 |
Stanislav Malyshev |
News for bug#40459
|
#
4a2d41a5 |
| 06-Aug-2012 |
Stanislav Malyshev |
add note for mcrypt_ecb
|
#
4203e0a5 |
| 22-Jul-2012 |
Gustavo André dos Santos Lopes |
Reflect changes made in merge 99e48d3
|
#
626effcf |
| 15-Jul-2012 |
Stanislav Malyshev |
typo
|
#
bd340b72 |
| 14-Jul-2012 |
Stanislav Malyshev |
add NEWS/UPGRADING
|
#
d12f8d67 |
| 14-Jul-2012 |
Andrew Faulds |
Removed Logo GUIDs and replaced with Data URIs and div hidden with JS - removed php_logo_guid() - removed php_egg_logo_guid() - removed php_real_logo_guid() - removed zend_logo_g
Removed Logo GUIDs and replaced with Data URIs and div hidden with JS - removed php_logo_guid() - removed php_egg_logo_guid() - removed php_real_logo_guid() - removed zend_logo_guid() - removed logo GUID handling - removed logo GUIDs from source - added logo data URIs instead for phpinfo() - added credits to phpinfo() page, but hidden by default
show more ...
|
#
bf015489 |
| 10-Jul-2012 |
Anthony Ferrara |
Add new function hash_pbkdf2() to UGRAPDING doc
|
#
f0df7dbc |
| 07-Jul-2012 |
Lonny Kapelushnik |
Added in NEWS and UPGRADING for feature 55218
|
#
794d2268 |
| 25-Jun-2012 |
Gustavo André dos Santos Lopes |
Update UPGRADING given 7596445
|