https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115105
Revision: 115105
Author: tstarling
Date: 2012-05-02 05:58:39 +0000 (Wed, 02 May 2012)
Log Message:
-----------
Fix for r115085: global destruction in MSHUTDOWN is unnecessary when you have
GSHUTDOWN. After this, r115088 is harmless but unnecessary.
Modified Paths:
--------------
trunk/php/luasandbox/luasandbox.c
Modified: trunk/php/luasandbox/luasandbox.c
===================================================================
--- trunk/php/luasandbox/luasandbox.c 2012-05-01 22:23:34 UTC (rev 115104)
+++ trunk/php/luasandbox/luasandbox.c 2012-05-02 05:58:39 UTC (rev 115105)
@@ -256,9 +256,6 @@
*/
PHP_MSHUTDOWN_FUNCTION(luasandbox)
{
-#ifndef ZTS
- luasandbox_lib_destroy_globals(&luasandbox_globals TSRMLS_CC);
-#endif
return SUCCESS;
}
/* }}} */
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs