|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2015-01-24 18:58 UTC] bugreports at internot dot info
Description: ------------ Hi, In /ext/opcache/zend_persist.c: 239 efree(orig_literals); but then it is used in multiple places: 255 opline->op1.zv = (zval*)((char*)opline->op1.zv + ((char*)op_array->literals - (char*)orig_literals)); . 263 opline->op2.zv = (zval*)((char*)opline->op2.zv + ((char*)op_array->literals - (char*)orig_literals)); PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 02:00:01 2025 UTC |
And then see the line immediately after that.... op_array->literals = p;