Skip to content

Commit

Permalink
Fix typos and add link to the phpng upgrading wiki page
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed May 29, 2015
1 parent 36eb666 commit 8eea193
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions UPGRADING.INTERNALS
Expand Up @@ -2,6 +2,7 @@ $Id$

PHP 7.0 INTERNALS UPGRADE NOTES

0. Wiki Examples
1. Internal API changes
e. New data types
f. zend_parse_parameters() specs
Expand All @@ -23,6 +24,14 @@ PHP 7.0 INTERNALS UPGRADE NOTES
b. Windows build system changes


================
0. Wiki Examples
================

The wiki contains multiple examples and further explainations of the internal
changes. See: https://wiki.php.net/phpng-upgrading


========================
1. Internal API changes
========================
Expand Down Expand Up @@ -196,10 +205,10 @@ PHP 7.0 INTERNALS UPGRADE NOTES
zend_fetch_resource_ex. More details can be found in Zend/zend_list.c.

t. Optimized strings concatenation.
ZEND_ADD_STRING/VAR/CHAR are replaced with ZEND_ROPE_INTI, ZEND_ROPE_ADD,
ZEND_ADD_STRING/VAR/CHAR are replaced with ZEND_ROPE_INIT, ZEND_ROPE_ADD,
ZEND_ROPE_END.
Instead of reallocation and copying string on each ZEND_ADD_STRING/VAR/CAHR,
collect all the strings and then alloca te and construct the resulting string once.
collect all the strings and then allocate and construct the resulting string once.


========================
Expand Down

0 comments on commit 8eea193

Please sign in to comment.