]> granicus.if.org Git - php/commit
Revert "Fix zend_test interned strings loaded via dl()"
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 18 Apr 2019 11:48:38 +0000 (13:48 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 18 Apr 2019 11:49:42 +0000 (13:49 +0200)
commitdbaf9b7924737e32998f8e2ce39ca335049042bb
tree7cfd50cec76d9f8b54c52befe28339d2d0561542
parent5ffa5217fc35f8304da36c7592514f983ed8a88f
Revert "Fix zend_test interned strings loaded via dl()"

This reverts commit 7435ab3375ad1ef313e13ac3b0658c948f2f4dac.

It looks like we can't access EG(current_module) here in ZTS builds.
As the problematic asserts have now been disabled outside RC_DEBUG,
I'm just reverting this commit and leaving things as they were.
ext/zend_test/test.c