]> granicus.if.org Git - php/commit
Addendum for patch to bug #55214: Class name was freed before method literal referrin...
authorStefan Marr <gron@php.net>
Mon, 15 Aug 2011 08:29:48 +0000 (08:29 +0000)
committerStefan Marr <gron@php.net>
Mon, 15 Aug 2011 08:29:48 +0000 (08:29 +0000)
commitadfdd01372cce9efe22d816dbd4eb2ab66862ab0
tree9c7c11c3fee8783ccedde7744313c520cd0f495e
parenta3ac99b0aadf74b4c83d10e355881159e90743f2
Addendum for patch to bug #55214: Class name was freed before method literal referring to it.
# Thanks to Felipe for catching this.
# The fix duplicates the name into the literal to avoid the dependency
Zend/zend_compile.c