summaryrefslogtreecommitdiff
path: root/php/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-10-15 14:47:20 +0000
committerMark Spruiell <mes@zeroc.com>2004-10-15 14:47:20 +0000
commit83d4bf2d1f0ccc3a44917d11aabb059ba9519d04 (patch)
tree9f356f84068b19395949e72b3b335e403c19fc0f /php/src
parentinitial check-in (diff)
downloadice-83d4bf2d1f0ccc3a44917d11aabb059ba9519d04.tar.bz2
ice-83d4bf2d1f0ccc3a44917d11aabb059ba9519d04.tar.xz
ice-83d4bf2d1f0ccc3a44917d11aabb059ba9519d04.zip
fixing Apache 1.x bug that prevented httpd from starting
Diffstat (limited to 'php/src')
-rw-r--r--php/src/ice/profile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/php/src/ice/profile.cpp b/php/src/ice/profile.cpp
index b02f36e5a4b..8684b74f18c 100644
--- a/php/src/ice/profile.cpp
+++ b/php/src/ice/profile.cpp
@@ -593,6 +593,8 @@ IcePHP::profileShutdown(TSRMLS_D)
delete p->second;
}
+ _profiles.clear();
+
return true;
}