TMP_VAR is not only used once #183
Closed
Comments
A fix could be:
|
dstogov
added a commit
that referenced
this issue
May 26, 2014
It must be fixed now. |
dstogov
added a commit
that referenced
this issue
Jan 12, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the reason for issue #176 , thanks for the reporter provided a vps for me to debugging.
the new repleace_tmp_by_const assume TMP_VAR is used only once
unfortunately it's not, for a example:
the FETCH_CONSTENT result will be used multiply times. include a implicit ZEND_FREE
thanks
The text was updated successfully, but these errors were encountered: