Skip to content

Commit

Permalink
added a TODO item
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/CodeGen_PECL/trunk@223217 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Hartmut Holzgraefe committed Nov 12, 2006
1 parent a6066ca commit 374a86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PECL/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,8 @@ function internalFunctionsC()
$need_block = true;
}

// TODO: need to destruct globals here if in ZTS mode!!111

if (count($this->logos)) {
foreach ($this->logos as $logo) {
$code .= $this->codegen->block($logo->mshutdownCode());
Expand Down

0 comments on commit 374a86c

Please sign in to comment.